storkit: merge 433_story_setup_wizard_interviews_user_on_bare_projects_with_no_existing_code

This commit is contained in:
dave
2026-03-29 00:42:57 +00:00
parent a70a06a5fb
commit fec417cb16
3 changed files with 215 additions and 23 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ pub fn commands() -> &'static [BotCommand] {
},
BotCommand {
name: "setup",
description: "Show setup wizard progress; or `setup confirm` / `setup skip` / `setup retry` to drive the wizard from chat",
description: "Show setup wizard progress; or `setup generate` / `setup confirm` / `setup skip` / `setup retry` to drive the wizard from chat",
handler: setup::handle_setup,
},
]