Story 42: Deterministic worktree management via REST/MCP API

Add REST and MCP endpoints for creating, listing, and removing worktrees.
Includes worktree lifecycle management and cleanup operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-20 14:09:52 +00:00
parent 91534b4a59
commit a9d45bbcd5
7 changed files with 340 additions and 18 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
store.json
.story_kit_port
# Agent worktrees (managed by the server, not tracked in git)
.story_kit/worktrees/
# Rust stuff
target