Common Issues
Hooks Are Not Firing
Checks:
- Run
bitloops initin the repository or subproject you want to capture. - Verify the repo is still a git repository.
- Run
bitloops checkpoints status --detailedto confirm the effective capture policy. - If capture is disabled, re-enable it with
bitloops enable.
The Dashboard Does Not Open
Checks:
- Run
bitloops status. - If needed, start the daemon manually with
bitloops start. - Re-run
bitloops dashboard. - If you use local HTTPS, try
bitloops daemon start --recheck-local-dashboard-net.
DevQL Cannot Reach Storage
Checks:
- Run
bitloops --connection-status. - Confirm the store paths or remote DSNs in the global daemon config.
- Re-run
bitloops devql initif the stores were recreated.
Legacy Repo-Local Data Is Present
Bitloops now warns when it finds old repo-local data directories. Those paths are ignored unless you explicitly point the daemon config at them.
If you want to remove those old directories entirely, use bitloops uninstall --data or bitloops uninstall --full.
Capture Seems Disabled Unexpectedly
Checks:
- Inspect
.bitloops.toml. - Inspect
.bitloops.local.toml. - Run
bitloops checkpoints status --detailedto confirm the active policy root and fingerprint. - Re-enable capture with
bitloops enableif[capture].enabled = false.