diff --git a/.story_kit/work/1_upcoming/171_story_persist_test_results_to_story_files.md b/.story_kit/work/1_upcoming/171_story_persist_test_results_to_story_files.md new file mode 100644 index 0000000..656d5d1 --- /dev/null +++ b/.story_kit/work/1_upcoming/171_story_persist_test_results_to_story_files.md @@ -0,0 +1,20 @@ +--- +name: "Persist test results to story files" +--- + +# Story 171: Persist test results to story files + +## User Story + +As a project owner, I want test results written to the story markdown file when record_tests is called, so that there's a durable paper trail that survives server restarts. + +## Acceptance Criteria + +- [ ] record_tests appends or updates a Test Results section in the story markdown file +- [ ] Test results section shows test name, status (pass/fail), and details for each recorded test +- [ ] Results persist across server restarts by being read back from the file on load +- [ ] ensure_acceptance reads from the persisted file data, not just in-memory state + +## Out of Scope + +- TBD