story-kit: create 151_story_split_archived_into_done_and_archived_with_time_based_promotion

This commit is contained in:
Dave
2026-02-24 14:55:00 +00:00
parent a895a6c377
commit 11abe71875

View File

@@ -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