huskies: merge 541_story_backlog_command_for_chat_and_web_ui_shows_only_backlog_items

This commit is contained in:
dave
2026-04-12 12:58:51 +00:00
parent 2bdb0eb730
commit b4dbfcbde6
6 changed files with 241 additions and 65 deletions
+6
View File
@@ -7,6 +7,7 @@
mod ambient;
mod assign;
mod backlog;
mod cost;
mod coverage;
mod depends;
@@ -91,6 +92,11 @@ pub fn commands() -> &'static [BotCommand] {
description: "Pre-assign a model to a story: `assign <number> <model>` (e.g. `assign 42 opus`)",
handler: assign::handle_assign,
},
BotCommand {
name: "backlog",
description: "Show all items in the backlog with dependency satisfaction status",
handler: backlog::handle_backlog,
},
BotCommand {
name: "help",
description: "Show this list of available commands",