Remove git commands from permitted direct tool uses

Under the new orchestrator-subagent pattern, version control is
delegated — the orchestrator (Claude) dispatches git operations
to subagents rather than calling them directly. Update the allowed
operations list to reflect this constraint.
This commit is contained in:
jared 2026-06-04 08:27:00 -04:00
parent 75a8a94192
commit aa1ffe30fe
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ Delegate all file I/O and shell commands to subagents via the Agent tool. No exc
**Permitted direct tool uses — only these, no others:** **Permitted direct tool uses — only these, no others:**
- **Git commands** (`git status`, `git log`, `git diff`, `git commit`, `git push`) — version control is orchestrator-level.
- **Skill invocations via the Skill tool** — the skill handles its own operations. - **Skill invocations via the Skill tool** — the skill handles its own operations.
- **Conversational responses requiring zero tool calls.** - **Conversational responses requiring zero tool calls.**