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>
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.