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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user