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:22 +00:00
parent b6d7ec4280
commit 8db4b2e04c

View File

@@ -58,5 +58,6 @@ match agent_name {
- [ ] Agent config in `project.toml` supports a `stage` field (`coder`, `qa`, `mergemaster`, `other`)
- [ ] `find_free_agent_for_stage` uses the config `stage` field instead of name parsing
- [ ] `qa-2` is correctly auto-assigned to QA work
- [ ] Backwards compatible: if `stage` is not set, falls back to name-based matching
- [ ] `stage` is a required field — server refuses to start if any agent is missing it
- [ ] The old name-based `pipeline_stage()` function is removed
- [ ] All existing agents in `project.toml` have `stage` set