What ships now
Solo core runtime is ready now: init, bootstrap, index, scan, verify, baseline, doctor, and kb next.
v2.3.x solo-first workflow
This landing focuses on what is executable now: initialize, bootstrap, scan, and move with the next best action. Team-scale and ecosystem features stay explicitly marked as future direction.
Solo core runtime is ready now: init, bootstrap, index, scan, verify, baseline, doctor, and kb next.
Use kb next to prioritize action in order: drift unresolved, review backlog, missing docs, then source mirror gaps.
Cross-project registry, multi-agent orchestration, and ecosystem contract runtime are intentionally deferred, not claimed as current runtime.
Quick start
Run this in your target repository. This path is optimized for fast understanding and immediate execution. Full setup guide →
Initialize and scaffold basic docs from source signals.
cd <your-repo> npx @williamduong/kb@latest init --yes kb bootstrap --dry-run kb bootstrap
Build index, then let kb next tell you what to do next.
kb index kb next # Optional for tool integration kb next --json
Action center
The output is designed to be actionable and copy/paste friendly: run suggestion, rerun kb next, repeat.
kb scan --recursive --depth=2
Make drift explicit with impact evidence.
kb verify <doc>
Close resolved review items with verification stamp.
kb doctor --strict
Use as release-readiness gate for current workspace state.
Troubleshooting
Run diagnostics first, then follow docs by symptom. This reduces random trial-and-error.
kb doctor kb status kb help --advanced kb next
If KB state looks partial or corrupted, use the documented recovery path before re-running init.
Direction
Current runtime is optimized for solo execution and explicit downstream maintenance. Future phases remain explicit and deferred until command surface is shipped.
Solo core plus supported Phase-2 subset: strict doctor gate, release notes/catalog, chaos score with cognitive drift signals (v2.3.3), intent workspace workflow, agent governance gates, v2.3.5 stabilization, and v2.4 intent schema maintenance: kb intent cleanup audits missing focus or wave metadata, while kb migrate --to=v2.4.0 upgrades legacy intent frontmatter on active/closed intents, removes renamed original fields after mapping to legacy_*, and keeps archive intents marker-only.
PR gate integration and stronger team workflow controls become runtime features once command path is stable and testable.
Cross-project registry, multi-agent orchestrator, and ecosystem-level contract gating stay deferred and should be treated as design review only.