diff --git a/.huskies/work/1_backlog/484_story_story_dependencies_in_pipeline_auto_assign.md b/.huskies/work/1_backlog/484_story_story_dependencies_in_pipeline_auto_assign.md index d90e8aed..84877f41 100644 --- a/.huskies/work/1_backlog/484_story_story_dependencies_in_pipeline_auto_assign.md +++ b/.huskies/work/1_backlog/484_story_story_dependencies_in_pipeline_auto_assign.md @@ -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 [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