storkit: merge 362_story_bot_whatsup_command_shows_in_progress_work_summary

This commit is contained in:
dave
2026-03-22 17:39:03 +00:00
parent 0d5b9724c1
commit c504738949
2 changed files with 556 additions and 0 deletions
+6
View File
@@ -14,6 +14,7 @@ mod move_story;
mod overview;
mod show;
mod status;
mod whatsup;
use crate::agents::AgentPool;
use std::collections::HashSet;
@@ -126,6 +127,11 @@ 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`",