huskies: merge 550_story_split_status_command_into_status_pipeline_info_and_logs_agent_output_subcommands

This commit is contained in:
dave
2026-04-12 14:56:16 +00:00
parent da5d604d01
commit 8ae06cc8e2
3 changed files with 309 additions and 126 deletions
+7 -1
View File
@@ -14,6 +14,7 @@ mod depends;
mod git;
mod help;
pub(crate) mod loc;
mod logs;
mod move_story;
mod overview;
mod run_tests;
@@ -104,9 +105,14 @@ pub fn commands() -> &'static [BotCommand] {
},
BotCommand {
name: "status",
description: "Show pipeline status and agent availability; or `status <number>` for a story triage dump",
description: "Show pipeline status and agent availability; or `status <number>` for pipeline info (stage, ACs, git diff, recent commits)",
handler: status::handle_status,
},
BotCommand {
name: "logs",
description: "Show last agent log lines for a story: `logs <number>`",
handler: logs::handle_logs,
},
BotCommand {
name: "ambient",
description: "Toggle ambient mode for this room: `ambient on` or `ambient off`",