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

13 lines
279 B
Markdown

---
id: DEW-0004
title: Output Polish
type: epic
created: 2026-04-23T23:37:10.472323Z
links:
- id: DEW-0012
type: parent_of
- id: DEW-0013
type: parent_of
---
Improve human-facing CLI output. Grouped list by column, enhanced search filters, and an ASCII board view.