huskies: merge 484_story_story_dependencies_in_pipeline_auto_assign

This commit is contained in:
dave
2026-04-04 21:43:29 +00:00
parent 26de009259
commit 5413a26406
6 changed files with 665 additions and 3 deletions
+6
View File
@@ -9,6 +9,7 @@ mod ambient;
mod assign;
mod cost;
mod coverage;
mod depends;
mod git;
mod help;
pub(crate) mod loc;
@@ -104,6 +105,11 @@ pub fn commands() -> &'static [BotCommand] {
description: "Toggle ambient mode for this room: `ambient on` or `ambient off`",
handler: ambient::handle_ambient,
},
BotCommand {
name: "depends",
description: "Set story dependencies: `depends <number> [dep1 dep2 ...]` (no deps = clear)",
handler: depends::handle_depends,
},
BotCommand {
name: "git",
description: "Show git status: branch, uncommitted changes, and ahead/behind remote",