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:
parent
75a8a94192
commit
aa1ffe30fe
|
|
@ -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:**
|
||||
|
||||
- **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.
|
||||
- **Conversational responses requiring zero tool calls.**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue