dew/.project/kanban/done/DEW-0008.md

11 lines
589 B
Markdown

---
id: DEW-0008
title: "Ticket storage refactor: column subdirectories"
type: story
created: 2026-04-23T23:37:36.826965Z
links:
- id: DEW-0001
type: child_of
---
Move ticket .md files from flat .project/kanban/ into column subdirectories (.project/kanban/todo/DEW-0001.md). Attachments live at `.project/kanban/attachments/<ticket-id>/` (stable path, unaffected by moves). TicketStore changes: _filePath needs column, findById searches all column dirs, move physically moves the .md file, delete removes .md + `attachments/<id>/` if present, create writes into correct column dir.