storkit: merge 367_story_rename_bot_whatsup_command_to_status

This commit is contained in:
dave
2026-03-22 22:37:56 +00:00
parent 506bdd4df8
commit 87b5648123
3 changed files with 16 additions and 17 deletions
+1 -6
View File
@@ -89,7 +89,7 @@ pub fn commands() -> &'static [BotCommand] {
},
BotCommand {
name: "status",
description: "Show pipeline status and agent availability",
description: "Show pipeline status and agent availability; or `status <number>` for a story triage dump",
handler: status::handle_status,
},
BotCommand {
@@ -127,11 +127,6 @@ pub fn commands() -> &'static [BotCommand] {
description: "Show implementation summary for a merged story: `overview <number>`",
handler: overview::handle_overview,
},
BotCommand {
name: "whatsup",
description: "Show in-progress triage dump for a story: `whatsup <number>`",
handler: whatsup::handle_whatsup,
},
BotCommand {
name: "start",
description: "Start a coder on a story: `start <number>` or `start <number> opus`",