Homebrew formulae for Plannotator tools. Installing from a tap taps it
implicitly, so brew tap plannotator/tap is not a separate step:
brew trust plannotator/tap && brew install plannotator/tap/plannotator-tui
brew install plannotator/tap/envitplannotator-tui annotates Markdown in the terminal: select, comment, looks-good, delete; send the review to your agent. envit provides declarative repository context and skills for coding agents.
Both formulae install prebuilt binaries from the matching GitHub release and
pin every asset by sha256, so no Rust toolchain is needed. The
plannotator-tui formula is regenerated by
.github/workflows/update-formula.yml, which reads the checksums straight from
the release's SHA256SUMS.
Homebrew 6 asks you to trust a third-party tap once (brew trust plannotator/tap) before installing from it.