huskies: create 484_story_story_dependencies_in_pipeline_auto_assign

This commit is contained in:
dave
2026-04-04 21:25:12 +00:00
parent bf2da4576d
commit b64db3ba9e
@@ -16,6 +16,7 @@ As a user creating stories that depend on each other, I want to specify dependen
- [ ] When a dependency reaches done, auto-assign re-evaluates and picks up the now-unblocked story
- [ ] Status command shows dependency info for stories waiting on deps
- [ ] Stories with no depends_on field behave as before (no change)
- [ ] Bot command `depends <number> <dep1> [dep2...]` to set dependencies from chat (all transports) and web UI slash command
## Out of Scope