story-kit: start 150_bug_qa_2_agent_never_auto_assigned_because_pipeline_stage_only_matches_exact_qa
This commit is contained in:
@@ -31,7 +31,7 @@ match agent_name {
|
|||||||
- coder-1, coder-2, coder-opus: `stage = "coder"`
|
- coder-1, coder-2, coder-opus: `stage = "coder"`
|
||||||
- qa, qa-2: `stage = "qa"`
|
- qa, qa-2: `stage = "qa"`
|
||||||
- mergemaster: `stage = "mergemaster"`
|
- 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
|
### Key Files
|
||||||
- `server/src/agents.rs` line 154: `pipeline_stage()` — name-based matching
|
- `server/src/agents.rs` line 154: `pipeline_stage()` — name-based matching
|
||||||
|
|||||||
Reference in New Issue
Block a user