Test coverage push and quality-of-life improvements across the board. Every package now has comprehensive unit tests, the TUI gained inline task creation, and the pick command learned tag filtering.
New: TUI task creation
Press c in the TUI to create a new task without leaving the board view. Enter a title and the task is created in the first column.
kanban-md tui
# press 'c', type title, press EnterNew: Tag filtering on pick
The pick command now supports --tags to filter candidates by tag (comma-separated, OR logic). Useful when agents specialize in certain task categories.
kanban-md pick --claim agent-1 --tags layer-3,layer-4New: TUI priority aliases
= and _ now work as aliases for + and - when changing task priority in the TUI — handy on keyboard layouts where +/- require Shift.
Changed: List output shows claimed_by
The list command now displays claimed_by instead of assignee, matching the actual field semantics.
Fixed: Windows CI reliability
Resolved a pipe buffer deadlock that hung the test suite for 11 minutes on Windows, plus 5 additional Windows-specific test failures around file permissions and path handling. Also hardened the Windows file locking implementation to use non-blocking retry instead of blocking OS threads.
Upgrading
No action needed — drop-in replacement. Run kanban-md skill update to refresh installed skills.
Full diff: v0.29.0...v0.29.1