| name | nerfctl-grant-deny |
| description | Deny nerf tools entirely (supports glob patterns like nerf-git-*) |
| argument-hint | <scope> <pattern> [--reset-other-scopes] |
| disable-model-invocation | true |
| allowed-tools | Bash |
Deny nerf tools matching the given pattern entirely. Supports glob patterns
(e.g. nerf-git-* to deny all git tools).
Scope is required and must be one of user (~/.claude/settings.json), project
(.claude/settings.json, committed), or local (.claude/settings.local.json, gitignored).
Pass --reset-other-scopes to clear matching entries from the two scopes you didn't
target, making the chosen scope the sole source of truth for these tools (otherwise
conflicting entries elsewhere are warned about).
Quote all arguments so they are passed to the script unprocessed by the shell.
${CLAUDE_PLUGIN_ROOT}/scripts/nerfctl-grant-deny $ARGUMENTS
Report the output to the user.