dew/.project/kanban/done/DEW-0013.md
Chris Hendrickson 5d8451383b Column transition validation and enhanced search filters (DEW-0013, DEW-0014)
DEW-0013: Enhanced search filters (already implemented in DEW-0011 pass)
- dew kanban search already had --column/--type/--label/--milestone filters
- Closed ticket

DEW-0014: Column transition validation
- ColumnConfig gains optional allowedTransitions: List<String>
- Parsed from allowed_transitions YAML list on each column entry
- MoveCommand validates current column's allowedTransitions before moving;
  unconfigured (empty list) = all transitions allowed (existing behaviour)
- Test: transition validation integration test with constrained + unconstrained columns

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

303 B

id title type created links
DEW-0013 Enhanced search filters story 2026-04-23T23:37:36.846212Z
id type
DEW-0004 child_of

Add --column, --type, --label, --milestone filter flags to dew kanban search. Currently only matches on text. Filters should be combinable (AND semantics).