Document multi-agent director workflow

This commit is contained in:
2026-06-12 18:42:00 +02:00
parent c9c3df2733
commit c98130a51f
3 changed files with 199 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ Read these first:
entry with validation and removal conditions.
- `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
workflow; use only when the user asks for subagents or delegation.
- `docs/adr/0001-modernization-boundaries.md` - component boundary decisions.
## Working Rules
@@ -37,6 +40,9 @@ Read these first:
- Use CMake as the source of truth. Legacy Visual Studio project files are not the
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.
## Build And Test