huskies: create 484_story_story_dependencies_in_pipeline_auto_assign

This commit is contained in:
dave
2026-04-04 21:25:24 +00:00
parent b64db3ba9e
commit 22611b9a77
@@ -17,6 +17,7 @@ As a user creating stories that depend on each other, I want to specify dependen
- [ ] 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
- [ ] Command wired up in bot_command.rs dispatch for web UI and registered in shared command registry for all chat transports
## Out of Scope