This commit is contained in:
2026-08-24 20:05:09 -04:00
parent 4205d9068e
commit 9b4e7b8d0b
+3 -2
View File
@@ -18,9 +18,10 @@
## Delegation ## Delegation
- MUST delegate every requested Git commit, Git push, or Perforce submit to the `submitter` agent through tasker after implementation and validation are complete. - 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.
- NEVER run `git commit`, `git push`, or `p4 submit` directly. - 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. - 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 ## Code Quality