github BradGroux/veritas-kanban v1.4.0
v1.4.0 — Backlog Board + Dashboard Overhaul

latest release: v1.4.1
9 hours ago

v1.4.0 — Backlog Board + Dashboard Overhaul

✨ Highlights

  • CLI Workflow Commands — Two-command task lifecycle (vk begin / vk done) plus time tracking, comments, agent status, and project management from the terminal
  • Inspired by Boris Cherny's (Claude Code creator) "automate everything you do twice" philosophy

Added

CLI Workflow Commands (#44)

  • Composite workflows — Complete task lifecycle in single commands:
    • vk begin <id> — Sets in-progress + starts timer + updates agent status to working
    • vk done <id> "summary" — Stops timer + sets done + adds comment + sets agent idle
    • vk block <id> "reason" — Sets blocked + adds comment with reason
    • vk unblock <id> — Sets in-progress + restarts timer
  • Time tracking CLI — Full time management from terminal:
    • vk time start <id> — Start time tracker
    • vk time stop <id> — Stop time tracker
    • vk time entry <id> <seconds> "description" — Add manual time entry
    • vk time show <id> — Display time tracking summary (total, running status, entries)
  • Comments CLIvk comment <id> "text" with optional --author flag
  • Agent status CLI — Manage agent presence:
    • vk agent status — Show current agent status
    • vk agent working <id> — Set to working (auto-fetches task title)
    • vk agent idle — Set to idle
    • vk agent sub-agent <count> — Set sub-agent mode with count
  • Project management CLIvk project list and vk project create "name" with --color and --description flags
  • All commands support --json for scripting and automation
  • 5 new command modules, 18 subcommands, 651 lines added



Full Changelog: v1.3.0...v1.4.0

Don't miss a new veritas-kanban release

NewReleases is sending notifications on new releases.