From 11abe71875bc022f8a67995288158f7431bb2a34 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 24 Feb 2026 14:55:00 +0000 Subject: [PATCH] story-kit: create 151_story_split_archived_into_done_and_archived_with_time_based_promotion --- ...rchived_into_done_and_archived_with_time_based_promotion.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.story_kit/work/1_upcoming/151_story_split_archived_into_done_and_archived_with_time_based_promotion.md b/.story_kit/work/1_upcoming/151_story_split_archived_into_done_and_archived_with_time_based_promotion.md index 370013c..1e3f6f6 100644 --- a/.story_kit/work/1_upcoming/151_story_split_archived_into_done_and_archived_with_time_based_promotion.md +++ b/.story_kit/work/1_upcoming/151_story_split_archived_into_done_and_archived_with_time_based_promotion.md @@ -22,6 +22,9 @@ The watcher should periodically check `5_done/` and move items older than 4 hour - `server/src/agents.rs`: `move_story_to_archived` → rename to `move_story_to_done`, target `5_done/` - All MCP tools and pipeline logic that reference `5_archived` need updating to use `5_done` - Frontend pipeline display if it shows archived/done items +- `.story_kit/README.md`: update pipeline stage documentation +- Story 116's init scaffolding: `story-kit init` must create `5_done/` and `6_archived/` directories +- Any templates or scaffold code that creates the `.story_kit/work/` directory structure ## Acceptance Criteria