story-kit: create 214_story_scaffold_creates_complete_project_structure

This commit is contained in:
Dave
2026-02-26 16:27:41 +00:00
parent 9aee7945b0
commit 11fe79a0fb

View File

@@ -22,6 +22,7 @@ As a new Story Kit user, I want `scaffold_story_kit()` to create the correct pro
- [ ] Unit tests verify: all expected directories exist, all expected files have correct content, `.gitkeep` files are present in work dirs, template specs contain placeholder headings not Story Kit content, `project.toml` has valid default agent config
- [ ] Test that scaffold is idempotent — running it twice on the same directory doesn't overwrite or duplicate files
- [ ] Test that scaffold into an existing git repo does not run `git init` or create an initial commit
- [ ] Appends Story Kit entries to the project's `.gitignore` (or creates one if missing): `.story_kit/worktrees/`, `.story_kit/merge_workspace/`, `.story_kit/coverage/`, `.story_kit_port`, `store.json`. Does not duplicate entries already present.
## Out of Scope