Add auto-commit criterion to story 42

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-20 13:13:55 +00:00
parent 665d27b779
commit fa5d013fe2

View File

@@ -18,6 +18,7 @@ As a developer running multiple agents, I want worktree creation and management
- [ ] Existing `start_agent` flow uses the new worktree management instead of ad-hoc creation - [ ] Existing `start_agent` flow uses the new worktree management instead of ad-hoc creation
- [ ] Worktree listing is available via API so users can see what worktrees exist - [ ] Worktree listing is available via API so users can see what worktrees exist
- [ ] Worktree cleanup/removal is available via API - [ ] Worktree cleanup/removal is available via API
- [ ] `create_story` API optionally commits the new story file to the current branch
## Out of Scope ## Out of Scope