This repository uses mise for tool management and task definition.
After installing mise, run mise run check to check the repository contents.Decision Graph
This repository uses decision graph CLI to assist manage the documents here.
The following Rust utilities used for spelling and grammar.
Configuration for cargo-spellcheck can be found here .config/spellcheck.toml.
cargo spellcheck checkruns both nlprules and hunspellcargo spellcheck check --checkers nlprulesruns nlprulescargo spellcheck check --checkers hunspellruns hunspell
Both cargo-spellcheck and harper-cli are configured to use .config/lingo.dic
as their extra words dictionary file.
Add any false positive findings and new words to this file.