refactor: make coordinator the main workflow agent
This commit is contained in:
@@ -19,6 +19,7 @@ Read these first:
|
||||
- `docs/<feature-id>/research.md`
|
||||
- `docs/<feature-id>/formulation.md`
|
||||
- Existing stored reference artifacts under `reference/`, read-only
|
||||
- Coordinator Agent dispatch package for the numerical/reference gate
|
||||
|
||||
## Workflow
|
||||
|
||||
@@ -86,8 +87,10 @@ Produce or revise `docs/<feature-id>/reference-model.md` with:
|
||||
tolerance, or supported-keyword policy is undefined.
|
||||
- Canonical naming, README, metadata, provenance, extended portfolios, and unrequired CSV files do
|
||||
not block readiness.
|
||||
- Both canonical reports must return output paths, status, evidence summary, and blockers before the gate can pass.
|
||||
|
||||
## Handoff
|
||||
|
||||
Send both completed reports through Coordinator Agent to I/O Definition Agent. Send math defects to
|
||||
Formulation Agent, source gaps to Research Agent, and blocked decisions to Coordinator Agent.
|
||||
Return `docs/<feature-id>/numerical-review.md` and `docs/<feature-id>/reference-model.md`, status,
|
||||
evidence summary, and blockers to Coordinator Agent. Route both passed reports to I/O Definition
|
||||
Agent, math defects to Formulation Agent, and source gaps to Research Agent through Coordinator Agent.
|
||||
|
||||
Reference in New Issue
Block a user