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>
11 lines
406 B
Markdown
11 lines
406 B
Markdown
---
|
|
id: DEW-0014
|
|
title: Column transition validation
|
|
type: story
|
|
created: 2026-04-23T23:37:36.849741Z
|
|
links:
|
|
- id: DEW-0005
|
|
type: child_of
|
|
---
|
|
|
|
Add optional allowed_transitions map to column config in dew.yaml. When configured, MoveCommand validates the requested move is permitted and errors with a helpful message listing allowed next columns. Unconfigured = all moves allowed (current behaviour).
|