From fa5d013fe2f3398ccadb070e305d238b1e5e433c Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Feb 2026 13:13:55 +0000 Subject: [PATCH] Add auto-commit criterion to story 42 Co-Authored-By: Claude Opus 4.6 --- .../42_deterministic_worktree_management_via_rest_mcp_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.story_kit/stories/upcoming/42_deterministic_worktree_management_via_rest_mcp_api.md b/.story_kit/stories/upcoming/42_deterministic_worktree_management_via_rest_mcp_api.md index 8ec0ed4..1262701 100644 --- a/.story_kit/stories/upcoming/42_deterministic_worktree_management_via_rest_mcp_api.md +++ b/.story_kit/stories/upcoming/42_deterministic_worktree_management_via_rest_mcp_api.md @@ -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 - [ ] Worktree listing is available via API so users can see what worktrees exist - [ ] Worktree cleanup/removal is available via API +- [ ] `create_story` API optionally commits the new story file to the current branch ## Out of Scope