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