From 9b4e7b8d0b777eaa06a84ff42b97020b6b3a5d5a Mon Sep 17 00:00:00 2001 From: pmcc Date: Mon, 24 Aug 2026 20:05:09 -0400 Subject: [PATCH] update --- dot_pi/agent/AGENTS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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