From 22611b9a779c00c435e2a64b79a8f6733416475d Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 4 Apr 2026 21:25:24 +0000 Subject: [PATCH] huskies: create 484_story_story_dependencies_in_pipeline_auto_assign --- .../484_story_story_dependencies_in_pipeline_auto_assign.md | 1 + 1 file changed, 1 insertion(+) 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