Skip to content

v2.0.3

Choose a tag to compare

@rodion-m rodion-m released this 12 Mar 17:43
· 17 commits to main since this release

hooks-management: Add PreToolUse decision control documentation

  • Document permissionDecision JSON output (allow, deny, ask) as the preferred alternative to bare exit codes for PreToolUse hooks
  • Add working examples: "ask user before dangerous command" and "deny with reason"
  • Fix translation table: "ask before dangerous commands" now correctly maps to PreToolUse (was PermissionRequest)
  • Update script template and exit codes section to reference JSON decision control