What's New
✨ Sprint Management — CLI + MCP (#161)
Full sprint CRUD and task integration for human operators and AI agents:
vk sprint list/create/update/delete/close/suggestions- Task flags:
vk list/create/update -S <sprint> - MCP tools:
list_sprints,create_sprint,update_sprint,delete_sprint,close_sprint,sprint_suggestions - Sprint field on
list_tasks,create_task,update_task
🔄 Task↔Agent State Sync + Reconciliation (#155)
Bi-directional sync engine keeping task state consistent with agent execution state, with reconciliation pass to resolve diverged records.
🔒 Sync Auth Boundary Hardening (#159)
Tightened authentication checks on task-agent sync routes to prevent unauthorized state manipulation.
🧪 Circuit Breaker Test Suite (#156)
18 new unit tests covering open/half-open/closed transitions, timeout behaviour, and error thresholds.
Full Changelog
See CHANGELOG.md for details.