diff --git a/dot_pi/agent/AGENTS.md b/dot_pi/agent/AGENTS.md index e46017f..d349f67 100644 --- a/dot_pi/agent/AGENTS.md +++ b/dot_pi/agent/AGENTS.md @@ -18,9 +18,10 @@ ## Delegation -- MUST delegate every requested Git commit, Git push, or Perforce submit to the `submitter` agent through tasker after implementation and validation are complete. -- NEVER run `git commit`, `git push`, or `p4 submit` directly. +- Unless currently acting as the delegated `submitter` agent, MUST delegate every requested Git commit, Git push, or Perforce submit to `submitter` through tasker after implementation and validation are complete. +- Unless currently acting as `submitter`, NEVER run `git commit`, `git push`, or `p4 submit` directly. - When the user requests individual commits, implement and validate each unit, then invoke `submitter` sequentially before starting the next unit. +- The delegated `submitter` agent is authorized to stage, commit, push, or submit the validated changes requested in its task. ## Code Quality