storkit: merge 421_story_timer_command_for_deferred_agent_start

This commit is contained in:
dave
2026-03-28 08:59:36 +00:00
parent 1ec9aaab8a
commit cf5424f9a6
7 changed files with 836 additions and 0 deletions
+6
View File
@@ -15,6 +15,7 @@ mod move_story;
mod overview;
mod show;
mod status;
mod timer;
mod triage;
mod unreleased;
@@ -160,6 +161,11 @@ pub fn commands() -> &'static [BotCommand] {
description: "Rebuild the server binary and restart",
handler: handle_rebuild_fallback,
},
BotCommand {
name: "timer",
description: "Schedule a deferred agent start: `timer <story_id> <HH:MM>`, `timer list`, `timer cancel <story_id>`",
handler: timer::handle_timer,
},
BotCommand {
name: "unreleased",
description: "Show stories merged to master since the last release tag",