fix: unify feedback routing tables across orchestration, act-phase, artifact-routing
This commit is contained in:
@@ -344,12 +344,18 @@ Parse each reviewer's output into the standardized format:
|
||||
|
||||
Not all findings go to the same agent:
|
||||
|
||||
| Finding source | Routes to | Rationale |
|
||||
|----------------|-----------|-----------|
|
||||
| Guardian (security, breaking-change) | **Creator** | Design must change |
|
||||
| Skeptic (design, scalability) | **Creator** | Assumptions need revision |
|
||||
| Sage (quality, consistency) | **Maker** | Implementation refinement |
|
||||
| Trickster (reliability, testing) | **Creator** if design flaw, **Maker** if test gap | Depends on root cause |
|
||||
| Source | Category | Routes to | Reason |
|
||||
|--------|----------|-----------|--------|
|
||||
| Guardian | security, breaking-change | **Creator** | Design must change |
|
||||
| Guardian | reliability, dependency | **Creator** | Architectural decision needed |
|
||||
| Skeptic | design, scalability | **Creator** | Assumptions need revision |
|
||||
| Sage | quality, consistency | **Maker** | Implementation refinement |
|
||||
| Sage | testing | **Maker** | Test gap, not design flaw |
|
||||
| Trickster | reliability (design flaw) | **Creator** | Needs redesign |
|
||||
| Trickster | reliability (test gap) | **Maker** | Needs more tests |
|
||||
| Trickster | testing | **Maker** | Edge case not covered |
|
||||
|
||||
**Disambiguation rule:** When in doubt: if the fix requires changing the approach, route to Creator. If it requires changing the code within the existing approach, route to Maker.
|
||||
|
||||
### 3. Track Resolution
|
||||
|
||||
|
||||
Reference in New Issue
Block a user