storkit: merge 432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation

This commit is contained in:
dave
2026-03-28 14:21:13 +00:00
parent 93576e3f83
commit 49b78f3642
5 changed files with 864 additions and 2 deletions
+6
View File
@@ -13,6 +13,7 @@ mod help;
pub(crate) mod loc;
mod move_story;
mod overview;
mod setup;
mod show;
mod status;
mod timer;
@@ -177,6 +178,11 @@ pub fn commands() -> &'static [BotCommand] {
description: "Show stories merged to master since the last release tag",
handler: unreleased::handle_unreleased,
},
BotCommand {
name: "setup",
description: "Show setup wizard progress; or `setup confirm` / `setup skip` / `setup retry` to drive the wizard from chat",
handler: setup::handle_setup,
},
]
}