From 62905a6373582599124ff7c4e074186fb1ee84ad Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 19 Feb 2026 16:01:05 +0000 Subject: [PATCH] Add story 36: Enforce front matter on all story files Co-Authored-By: Claude Opus 4.6 --- .../stories/upcoming/36_enforce_story_front_matter.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .story_kit/stories/upcoming/36_enforce_story_front_matter.md diff --git a/.story_kit/stories/upcoming/36_enforce_story_front_matter.md b/.story_kit/stories/upcoming/36_enforce_story_front_matter.md new file mode 100644 index 0000000..7f1ede9 --- /dev/null +++ b/.story_kit/stories/upcoming/36_enforce_story_front_matter.md @@ -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.