From 7663d0ddc38e479bcf59a44eb729c9f2e22c2744 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Feb 2026 16:55:29 +0000 Subject: [PATCH] Simplify story 60: accept moves from 2_current to 5_archived only Co-Authored-By: Claude Opus 4.6 --- .story_kit/current/60_status_based_directory_layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.story_kit/current/60_status_based_directory_layout.md b/.story_kit/current/60_status_based_directory_layout.md index 7585192..88314bf 100644 --- a/.story_kit/current/60_status_based_directory_layout.md +++ b/.story_kit/current/60_status_based_directory_layout.md @@ -62,7 +62,7 @@ Types: `story`, `bug`, `spike`. The number is the primary identifier, auto-incre - [ ] Remove old `stories/`, `bugs/`, `current/` directories - [ ] `create_story`, `create_bug` MCP tools use the new naming convention and write to `work/1_upcoming/` - [ ] `start_agent` moves from `work/1_upcoming/` to `work/2_current/` -- [ ] `accept_story` and `close_bug` move from `work/2_current/` (or `work/4_merge/`) to `work/5_archived/` +- [ ] `accept_story` and `close_bug` move from `work/2_current/` to `work/5_archived/` - [ ] `find_story_file()` and all path references updated to search `work/` status dirs - [ ] `next_story_number()` scans all `work/` status dirs for the highest number across all types - [ ] All agent prompts in `project.toml` updated to reference `work/` paths