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:02 +00:00
parent 11abe71875
commit 5456265bc8

View File

@@ -34,6 +34,8 @@ The watcher should periodically check `5_done/` and move items older than 4 hour
- [ ] Watcher periodically sweeps `5_done/` and moves items older than 4 hours to `6_archived/` - [ ] Watcher periodically sweeps `5_done/` and moves items older than 4 hours to `6_archived/`
- [ ] Existing items in old `5_archived/` are migrated to `6_archived/` - [ ] Existing items in old `5_archived/` are migrated to `6_archived/`
- [ ] Frontend pipeline display updated if applicable - [ ] Frontend pipeline display updated if applicable
- [ ] `.story_kit/README.md` updated to reflect the new pipeline stages
- [ ] `story-kit init` scaffolding creates `5_done/` and `6_archived/` (coordinate with story 116)
## Out of Scope ## Out of Scope