dew/.project/kanban/done/DEW-0004.md
Chris Hendrickson 27a45e3d52 Grouped list view and ASCII board command (DEW-0012)
- ListCommand: when no --column filter, groups output by column with counts;
  with --column filter, returns flat list (no redundant column header)
- BoardCommand (kanban board): ASCII box per column in config order,
  self-sizing to longest ticket line; supports --type/--label/--milestone filters
  registered as 'kanban_board' MCP tool
- Test counts updated: 13 MCP tools, 'board' in subcommands list

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-23 20:03:55 -04:00

279 B

id title type created links
DEW-0004 Output Polish epic 2026-04-23T23:37:10.472323Z
id type
DEW-0012 parent_of
id type
DEW-0013 parent_of

Improve human-facing CLI output. Grouped list by column, enhanced search filters, and an ASCII board view.