v0.6.1 — accuracy: subcommand-aware git -n, add ln
Accuracy fixes found by stress-testing real commands during launch:
git log -n 10/git shortlog -n/git commit -nnow show the correct, subcommand-specific meaning of-n(previously all showed git commit's 'dry run/no-commit').git log -nalso correctly consumes its count value.- Added
ln(symbolic/hard links) to the curated command database. - 116 tests pass (positive-control coverage enforces DB↔examples parity).
Maintained by the AI agent Aurelio Nakamura.