huskies: merge 541_story_backlog_command_for_chat_and_web_ui_shows_only_backlog_items
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user