mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
fix: correct stale agent names, false cost claims, and document permissionMode override
- Replace "Karen/Verification" with "reviewer/auditor" in worker-protocol - Reframe parallel dispatch rationale from false "~10% token cost" (only applies to fork agents with identical prefixes) to accurate wall-clock latency savings - Add Permission model section documenting that permissionMode is overridden when parent runs in acceptEdits mode; disallowedTools is the actual safety boundary
This commit is contained in:
parent
41c31a2a85
commit
7699f67959
2 changed files with 10 additions and 4 deletions
|
|
@ -54,6 +54,6 @@ If blocked (tool failure, missing file, build error): try to work around it and
|
|||
|
||||
## Receiving reviewer feedback
|
||||
|
||||
Your orchestrator may resume you with findings from Karen (analytical review) or Verification (runtime/test review), or both.
|
||||
Your orchestrator may resume you with findings from the reviewer (code quality + AC verification) or the auditor (security + runtime validation), or both.
|
||||
|
||||
You already have the task context and your previous work. Address the issues specified. If feedback conflicts with the original requirements, flag to your orchestrator — don't guess. Resubmit complete output in standard format. In Self-Assessment, note which issues you addressed and reference the reviewer (Karen / Verification) for each.
|
||||
You already have the task context and your previous work. Address the issues specified. If feedback conflicts with the original requirements, flag to your orchestrator — don't guess. Resubmit complete output in standard format. In Self-Assessment, note which issues you addressed and reference the reviewer or auditor for each.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue