veritas-kanban/cli
Brad Groux ea9217c9fd
feat(cli+mcp): add sprint management commands and task --sprint flags (#161)
Add CLI sprint subcommands (list, create, update, delete, close, suggestions)
and MCP sprint tools for AI agent integration.

- New: cli/src/commands/sprints.ts - full sprint CRUD + archive workflow
- New: mcp/src/tools/sprints.ts - MCP tools for sprint management
- Add -S/--sprint flag to vk list, vk create, vk update
- Add sprint field to MCP list_tasks, create_task, update_task tools
- Wire sprint commands into CLI and MCP entry points

Based on sprint features from #80 by @mariozig, scoped to CLI/MCP surfaces only.

Co-authored-by: BradGroux <super.seth.vos@gmail.com>
2026-03-01 13:07:14 -06:00
..
src feat(cli+mcp): add sprint management commands and task --sprint flags (#161) 2026-03-01 13:07:14 -06:00
package.json chore: release v3.3.1 2026-02-28 09:57:48 -06:00
tsconfig.json feat(US-501): CLI for task management 2026-01-26 04:17:52 -06:00