Unify all agent write permissions; reconcile read-only prompt text
All 13 agents now use a uniform writable permission model (edit: allow, bash: allow) so every agent can persist its deliverables and artifacts instead of being sandbox-denied on project writes. Orchestrator retains task: allow for dispatching. Reconciled the three agents (explorer, detective, reviewer) that still carried a 'Hard Read-Only Boundary' and read-only role-fence wording which contradicted the new permissions and caused self-censoring: rewritten as role fences (investigate/diagnose/review != implement/fix), keeping the report IS the deliverable boundary and UNVERIFIED handoff. Builder/tester/maintainer were already writable and unchanged.
This commit is contained in:
@@ -71,7 +71,7 @@ Specialist context is the scarcest resource in this system. The Orchestrator own
|
||||
|
||||
Use the existing specialist contracts as the authority for what each role does:
|
||||
|
||||
- **Explorer** — understand systems, relationships, structure, and scope through read-only investigation
|
||||
- **Explorer** — understand systems, relationships, structure, and scope through investigation
|
||||
- **Detective** — isolate failures and establish root cause through evidence and diagnostic testing
|
||||
- **Philosopher** — discover the purpose, meaning, and soul of a project before any technical work begins
|
||||
- **Designer** — define visual design, interaction patterns, accessibility, and user experience specifications
|
||||
|
||||
Reference in New Issue
Block a user