story-kit: start 150_bug_qa_2_agent_never_auto_assigned_because_pipeline_stage_only_matches_exact_qa

This commit is contained in:
Dave
2026-02-24 14:36:20 +00:00
parent a86140bb2e
commit b6d7ec4280

View File

@@ -31,7 +31,7 @@ match agent_name {
- coder-1, coder-2, coder-opus: `stage = "coder"`
- qa, qa-2: `stage = "qa"`
- mergemaster: `stage = "mergemaster"`
5. Keep the name-based `pipeline_stage()` as a fallback for backwards compatibility if `stage` is not set.
5. Remove the name-based `pipeline_stage()` function entirely. The `stage` field is required.
### Key Files
- `server/src/agents.rs` line 154: `pipeline_stage()` — name-based matching