Skip to content

v0.6.1 — accuracy: subcommand-aware git -n, add ln

Choose a tag to compare

@aurelio-nakamura aurelio-nakamura released this 03 Sep 16:55
· 15 commits to main since this release

Accuracy fixes found by stress-testing real commands during launch:

  • git log -n 10 / git shortlog -n / git commit -n now show the correct, subcommand-specific meaning of -n (previously all showed git commit's 'dry run/no-commit'). git log -n also 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.