feat: add skill subcommand for LLM-readable reference and fix shell integration docs
All checks were successful
Release / release (push) Successful in 1m40s

- New gitnow skill command outputs a comprehensive machine-readable reference
- Fix eval quoting in README: eval $(…) → eval "$(…)"
- Add homebrew caveats with shell integration instructions
- Add after_help hint directing LLMs to gitnow skill
This commit is contained in:
2026-03-24 11:35:05 +01:00
parent 451fbe1640
commit 2f0303aada
5 changed files with 285 additions and 5 deletions

View File

@@ -58,3 +58,7 @@ brews:
description: "Git Now is a utility for easily navigating git projects from common upstream providers."
install: |
bin.install "gitnow"
caveats: |
To enable shell integration, add this to your .zshrc:
eval "$(gitnow init zsh)"