v3.0.0 — Autonomous Development Orchestrator
·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's New — 22 new tools (72→94)
SoloBoard evolves from a task tracker into an autonomous development orchestrator. Full pipeline: coding → review → QA → deployment, all managed locally.
Tech Lead Tools
lead_distribute— analyze TODO tasks, distribute to agents by dependencies, complexity, and skillslead_status— dashboard: all agents, tasks, pipeline progress, recent reviews/QA/deployslead_reassign— reassign a task with full handoff contextlead_pipeline— view and manage the full pipeline: coding → review → QA → deploy
Automated Code Review
review_run— analyze changed files for TODOs, type errors, security issues, console statementsreview_findings— view detailed findings filtered by severityreview_respond— respond to findings: fixed / wont_fix / acknowledged
QA & Testing
qa_run— run tests, parse results, auto-create bug tasks for failuresqa_report— view QA results with pass/fail/skip countsqa_rerun— re-run tests after fixes, compare with previous runqa_coverage— check test file coverage for changed files
DevOps & Deployment
deploy_check— readiness check: all tasks done, reviewed, QA passeddeploy_run— execute deployment command (approval required for production)deploy_status— deployment history and status
Human-in-the-Loop Approvals
approval_request— create approval request for human reviewapproval_list— list pending approval requestsapproval_resolve— approve or reject with reason
Team Management
team_add— add team member with role and skillsteam_list— list members with stats and current assignmentsteam_assign— assign task to a team memberteam_workload— workload distribution view with chartteam_suggest_assignment— auto-suggest best member based on skills and availability
VSCode Extension
New vscode-extension/ package:
- TreeView board in sidebar (TODO/DOING/DONE columns)
- Team panel showing members and their tasks
- FileSystemWatcher for live updates on
.kanban/changes - Refresh command
New Data
.kanban/approvals/— approval request files.kanban/reviews/— code review result files.kanban/qa/— QA test result files.kanban/deployments/— deployment record files.kanban/team/— team member files- Tasks now have
assignedMemberId,reviewStatus,qaStatus,deploymentId - Config supports
teamMode,roles,deployCommand,autoReview,autoQA,autoDeploy
Roles
Built-in roles: tech_lead, code_reviewer, qa_agent, devops_agent, developer
Full changelog: 44 → 94 tools across v1.5, v2.0, and v3.0