--- 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//` (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//` if present, create writes into correct column dir.