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
+5 -1
View File
@@ -7,7 +7,11 @@ use std::collections::{HashMap, HashSet};
use super::CommandContext;
pub(super) fn handle_status(ctx: &CommandContext) -> Option<String> {
Some(build_pipeline_status(ctx.project_root, ctx.agents))
if ctx.args.trim().is_empty() {
Some(build_pipeline_status(ctx.project_root, ctx.agents))
} else {
super::whatsup::handle_whatsup(ctx)
}
}
/// Format a short display label for a work item.