huskies: merge 580_story_diff_bot_command_shows_git_diff_from_main_branch_to_worktree_branch

This commit is contained in:
dave
2026-04-15 18:11:55 +00:00
parent a4480fa067
commit d68614e26a
2 changed files with 265 additions and 0 deletions
+6
View File
@@ -11,6 +11,7 @@ mod backlog;
mod cost;
mod coverage;
mod depends;
mod diff;
mod freeze;
mod git;
mod help;
@@ -164,6 +165,11 @@ pub fn commands() -> &'static [BotCommand] {
description: "Display the full text of a work item: `show <number>`",
handler: show::handle_show,
},
BotCommand {
name: "diff",
description: "Show git diff from main branch to story worktree HEAD: `diff <number>`",
handler: diff::handle_diff,
},
BotCommand {
name: "overview",
description: "Show implementation summary for a merged story: `overview <number>`",