dew/packages/kanban
Chris Hendrickson ade243e2c7 Archive command and include-archived flag (DEW-0015)
- ArchiveCommand (kanban archive --id <id>): moves ticket file from its
  current column dir to .project/kanban/archive/; attachments stay put
  (under attachments/<id>/); registered as 'kanban_archive_ticket' MCP tool
- TicketStore.list() gains includeArchived param (default false);
  archive/ dir skipped unless includeArchived=true
- ListCommand: --include-archived flag
- SearchCommand: --include-archived flag
- Test: list excludes/includes archive correctly
- 14 MCP tools; 'archive' added to expected subcommands list

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-23 20:07:50 -04:00
..
lib Archive command and include-archived flag (DEW-0015) 2026-04-23 20:07:50 -04:00
test Archive command and include-archived flag (DEW-0015) 2026-04-23 20:07:50 -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