Update delegation workflow to coordinator-workers
This commit is contained in:
@@ -20,7 +20,7 @@ Read these first:
|
||||
- `docs/modernization/capability-map.md` - behavior that must be preserved.
|
||||
- `docs/modernization/build-inventory.md` - current build/component inventory.
|
||||
- `docs/modernization/tasks.md` - measurable task tracker and scorecard.
|
||||
- `docs/modernization/director-workflow.md` - multi-agent director/captain
|
||||
- `docs/modernization/director-workflow.md` - multi-agent coordinator/worker
|
||||
workflow; use only when the user asks for subagents or delegation.
|
||||
- `docs/adr/0001-modernization-boundaries.md` - component boundary decisions.
|
||||
|
||||
@@ -41,8 +41,9 @@ Read these first:
|
||||
modernization path.
|
||||
- Use `apply_patch` for manual source/doc edits.
|
||||
- For delegated work, follow `docs/modernization/director-workflow.md`: the
|
||||
director keeps integration locally, assigns `gpt-5.4` captains to coherent
|
||||
task groups, and uses lighter workers only for bounded disjoint subtasks.
|
||||
coordinator keeps integration locally, assigns direct worker tasks, uses
|
||||
`gpt-5.3-codex-spark` workers by default, and gives them the exact project
|
||||
context needed so they do not spend tokens re-reading repo docs.
|
||||
|
||||
## Build And Test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user