feat: add skill subcommand for LLM-readable reference and fix shell integration docs
All checks were successful
Release / release (push) Successful in 1m40s
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user