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>
303 B
303 B
| id | title | type | created | links | |||||
|---|---|---|---|---|---|---|---|---|---|
| DEW-0013 | Enhanced search filters | story | 2026-04-23T23:37:36.846212Z |
|
Add --column, --type, --label, --milestone filter flags to dew kanban search. Currently only matches on text. Filters should be combinable (AND semantics).