- 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>
257 B
257 B
| id | title | type | created | links | |||||
|---|---|---|---|---|---|---|---|---|---|
| DEW-0005 | Column Transitions | epic | 2026-04-23T23:37:10.476017Z |
|
Optional config-driven validation of which column moves are allowed. E.g. prevent moving directly from todo to done.