huskies: merge 1141 story Convert work-item type between spike/story/bug/refactor (or at least spike→story)
This commit is contained in:
@@ -9,6 +9,7 @@ mod ambient;
|
||||
mod assign;
|
||||
mod backlog;
|
||||
mod cleanup_worktrees;
|
||||
mod convert;
|
||||
mod cost;
|
||||
mod coverage;
|
||||
mod depends;
|
||||
@@ -233,6 +234,11 @@ pub fn commands() -> &'static [BotCommand] {
|
||||
description: "Schedule a deferred agent start: `timer <story_id> <HH:MM>`, `timer list`, `timer cancel <story_id>`",
|
||||
handler: timer::handle_timer,
|
||||
},
|
||||
BotCommand {
|
||||
name: "convert",
|
||||
description: "Convert a work item's type: `convert <number> <type>` (types: story, bug, spike, refactor, epic)",
|
||||
handler: convert::handle_convert,
|
||||
},
|
||||
BotCommand {
|
||||
name: "unblock",
|
||||
description: "Reset a blocked story: `unblock <number>` (clears blocked flag and resets retry count)",
|
||||
|
||||
Reference in New Issue
Block a user