Add story 36: Enforce front matter on all story files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
.story_kit/stories/upcoming/36_enforce_story_front_matter.md
Normal file
10
.story_kit/stories/upcoming/36_enforce_story_front_matter.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Story 36: Enforce Front Matter on All Story Files
|
||||
|
||||
## User Story
|
||||
As a user, I want the system to validate that every story file has valid front matter, so that story metadata (name, status, etc.) is always available to the UI and workflow engine.
|
||||
|
||||
## Acceptance Criteria
|
||||
- [ ] The workflow engine validates front matter when reading story files and reports clear errors for missing or malformed front matter.
|
||||
- [ ] Existing story files are updated to include valid front matter.
|
||||
- [ ] The TODO panel displays the story name from front matter instead of falling back to the file stem.
|
||||
- [ ] A CLI or API command can check all stories for front matter compliance.
|
||||
Reference in New Issue
Block a user