dew/packages/kanban
Chris Hendrickson a1c36f7136 Implement kanban subcommands (create, get, update, delete)
- Add ProjectContext and DewConfig models to core
- Add Ticket model with YAML frontmatter serialisation
- Add TicketStore with auto-incrementing 4-digit IDs
- Implement create/get/update/delete subcommands under KanbanCommand
- Expand tests: ProjectContext, Ticket roundtrip, TicketStore CRUD (19 total)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-23 14:47:25 -04:00
..
lib Implement kanban subcommands (create, get, update, delete) 2026-04-23 14:47:25 -04:00
test Implement kanban subcommands (create, get, update, delete) 2026-04-23 14:47:25 -04:00
.gitignore chore: Initial Commit 2026-04-23 13:09:11 -04:00
pubspec.yaml Implement kanban subcommands (create, get, update, delete) 2026-04-23 14:47:25 -04:00