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:
Bryan Ramos 2026-04-02 07:05:43 -04:00
parent 41c31a2a85
commit 7699f67959
2 changed files with 10 additions and 4 deletions

View file

@ -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.