Introduction to the `vk` CLI
mainThe vk command-line interface is a tool for managing tasks, tracking time, and coordinating AI agents within the Veritas Kanban platform.
Key Concepts:
- Local-first orchestration: Designed for terminal-based task management and agent orchestration.
- API-driven: The CLI communicates with the Veritas Kanban server via its REST API. Any action performed via
vkis equivalent to using the web UI or direct API calls. - Workflow Automation: The CLI is designed around the principle of automating multi-step workflows (e.g., using
vk beginandvk doneto replace multiple manual API calls).