Fixes
Every command below is part of the real bb CLI. For deeper context, see the docs.
Indexed results state their freshness. Reindex changed files, or re-run the derived phases without a full re-parse:
bb index --changed
# or, when only derived data (relationships, health) is stale:
bb index --postWipes this project's index and rebuilds it in place. Your source files are never touched:
bb index --forceCheck where the run stopped, then continue from its checkpoint:
bb status
bb index --resumeWithout a configured embedding provider, semantic modes fall back to weaker local vectors. Check your setup and its consistency:
bb setup show
bb doctorConfigure a provider with bb setup. bb doctor --fix repairs file-permission problems only (0600 on the config) — it is explicit and changes nothing else.
Tool results carry a freshness block (fresh/stale/missing counts plus a remediation command). Run the remediation it names — usually bb index --changed or bb index --post:
bb healthShow debug logs and per-file worker/WASM lines for any command; suppress informational output with --quiet:
bb --verbose stats
bb --quiet search createSessionStill stuck? Contact us with the output of bb health and bb stats.