From aa1ffe30fea35a715598bacf503afc57a623b532 Mon Sep 17 00:00:00 2001 From: jared Date: Thu, 4 Jun 2026 08:27:00 -0400 Subject: [PATCH] Remove git commands from permitted direct tool uses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CLAUDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 09c75e2..b683246 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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.**