storkit: accept 357_story_bot_assign_command_to_pre_assign_a_model_to_a_story

This commit is contained in:
Dave
2026-03-20 22:41:00 +00:00
parent f129a38704
commit c930c537bc
2 changed files with 0 additions and 25 deletions

View File

@@ -1,20 +0,0 @@
---
name: "Bot assign command to pre-assign a model to a story"
---
# Story 357: Bot assign command to pre-assign a model to a story
## User Story
As a user, I want to assign a specific model (e.g. opus) to a story before it starts, so that when a coder picks it up it uses the model I chose.
## Acceptance Criteria
- [ ] Bot recognizes `assign <number> <model>` command
- [ ] Assignment persists in the story file so it's used when the story starts
- [ ] Command appears in help output
- [ ] Works with available model names (e.g. opus, sonnet)
## Out of Scope
- TBD