Simplify story 60: accept moves from 2_current to 5_archived only

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-20 16:55:29 +00:00
parent ee20791a18
commit 7663d0ddc3

View File

@@ -62,7 +62,7 @@ Types: `story`, `bug`, `spike`. The number is the primary identifier, auto-incre
- [ ] Remove old `stories/`, `bugs/`, `current/` directories - [ ] Remove old `stories/`, `bugs/`, `current/` directories
- [ ] `create_story`, `create_bug` MCP tools use the new naming convention and write to `work/1_upcoming/` - [ ] `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/` - [ ] `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 - [ ] `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 - [ ] `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 - [ ] All agent prompts in `project.toml` updated to reference `work/` paths