story-kit: queue 84_story_sparse_checkout_excludes_pipeline_files_from_agent_worktrees for merge

This commit is contained in:
Dave
2026-02-23 16:31:04 +00:00
parent 530d5c4094
commit ca36de5d65

View File

@@ -1,23 +0,0 @@
---
name: "Sparse checkout excludes pipeline files from agent worktrees"
test_plan: pending
---
# Story 84: Sparse checkout excludes pipeline files from agent worktrees
## User Story
As a mergemaster, I want agent worktrees to exclude .story_kit/work/ via sparse checkout, so that feature branches never contain pipeline file changes that cause merge conflicts.
## Acceptance Criteria
- [ ] After git worktree add, sparse checkout is enabled and configured to exclude .story_kit/work/
- [ ] The .story_kit/work/ directory does not exist on disk in agent worktrees
- [ ] Agent prompts no longer instruct agents to read story files from .story_kit/work/ (content is already in the prompt)
- [ ] Merges from feature branches into master produce no conflicts on .story_kit/work/ files
- [ ] Existing worktree creation logic in agents.rs is updated
- [ ] cargo clippy and cargo test pass
## Out of Scope
- TBD