Skip to content

v3.0.0

Choose a tag to compare

@nerftools-release nerftools-release released this 07 Jun 05:19
Immutable release. Only release title and notes can be modified.
7fa7afc

3.0.0 (2026-06-07)

⚠ BREAKING CHANGES

  • hook: hook file renamed from hooks/nerf-bash-hint to hooks/nerf-pre-tool-use; bypass sentinel renamed from `# :bypass ` to `# :bypass-bash-hint `.
  • PreToolUse multi-check dispatcher with new current-version check

Features

  • nerfctl: --create-scope-dir and --prune-older for grant scripts (e5aec37)
  • nerfctl: add --create-scope-dir and --prune-older to grant scripts (f087274)
  • PreToolUse multi-check dispatcher with new current-version check (4889d66)

Bug Fixes

  • hook: address reviewer feedback on version check (5a65c72)
  • nerfctl: clear error when .claude exists but is not a directory (58f93e9)
  • nerfctl: probe for sort -V (try gsort fallback); cover grant-reset in scope-dir tests (8b11638)
  • nerfctl: suppress capture() errors on non-Bash permission entries (51565c5)
  • nerfctl: warn (not silent) when version sort unavailable without --prune-older (210100d)

Documentation

  • nerfctl: align help text with no-sort behavior; fix stale stub comment (c7a52a4)