From 293a2fcfb623507adeb6e28a857e9ec8ef9bb2a4 Mon Sep 17 00:00:00 2001 From: Dave Date: Sat, 21 Mar 2026 21:51:31 +0000 Subject: [PATCH] storkit: done 361_story_remove_deprecated_manual_qa_front_matter_field --- ...deprecated_manual_qa_front_matter_field.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/5_done/361_story_remove_deprecated_manual_qa_front_matter_field.md diff --git a/.storkit/work/5_done/361_story_remove_deprecated_manual_qa_front_matter_field.md b/.storkit/work/5_done/361_story_remove_deprecated_manual_qa_front_matter_field.md new file mode 100644 index 0000000..5013b6a --- /dev/null +++ b/.storkit/work/5_done/361_story_remove_deprecated_manual_qa_front_matter_field.md @@ -0,0 +1,20 @@ +--- +name: "Remove deprecated manual_qa front matter field" +--- + +# Story 361: Remove deprecated manual_qa front matter field + +## User Story + +As a developer, I want the deprecated manual_qa boolean field removed from the codebase, so that the front matter schema stays clean and doesn't accumulate legacy boolean flags alongside the more expressive qa: server|agent|human field that replaced it. + +## Acceptance Criteria + +- [ ] manual_qa field is removed from the FrontMatter and StoryMetadata structs in story_metadata.rs +- [ ] Legacy mapping from manual_qa: true → qa: human is removed +- [ ] Any existing story files using manual_qa are migrated to qa: human +- [ ] Codebase compiles cleanly with no references to manual_qa remaining + +## Out of Scope + +- TBD