From 644644d5b39c4181d93c3c4c85cc9654bfd24b99 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 19 Feb 2026 15:08:20 +0000 Subject: [PATCH] Update story 28 to read TODOs from story file instead of tests/todo/ Co-Authored-By: Claude Opus 4.6 --- .story_kit/stories/upcoming/28_ui_show_test_todos.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.story_kit/stories/upcoming/28_ui_show_test_todos.md b/.story_kit/stories/upcoming/28_ui_show_test_todos.md index dd3f834..2f11ff5 100644 --- a/.story_kit/stories/upcoming/28_ui_show_test_todos.md +++ b/.story_kit/stories/upcoming/28_ui_show_test_todos.md @@ -4,11 +4,11 @@ As a user, I want the UI to show the remaining test TODOs for the current story, so I can track which Acceptance Criteria are still untested. ## Acceptance Criteria -- The UI lists remaining TODOs from `tests/todo/story-XX.todo` for the active story. -- Each TODO is displayed as its full comment text. -- When a TODO line is removed from the file, it disappears from the UI. -- If no TODOs remain, the UI clearly indicates completion. +- The UI lists unchecked acceptance criteria (`- [ ]`) from the current story file. +- Each TODO is displayed as its full text. +- When a criterion is checked off in the story file (`- [x]`), it disappears from the TODO list. +- If no unchecked criteria remain, the UI clearly indicates completion. ## Out of Scope -- Editing TODOs from the UI. -- Automatically generating TODO files. \ No newline at end of file +- Editing or checking off criteria from the UI. +- Automatically generating or modifying story files.