repair is the explicit recovery path for an index that cannot be updated or
read reliably. It performs the same transactional full rebuild as index --full.
index or repair
run restores the recovery backup before continuing.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build and validate a replacement index, then atomically swap it into place while preserving the last good index on failure.
repair is the explicit recovery path for an index that cannot be updated or
read reliably. It performs the same transactional full rebuild as index --full.
smolbren repair [--vault <name>]
{"repaired":true,"stats":{"scanned":1607,"unchanged":0,"added":1607,"updated":0,"removed":0,"edges":2412,"unresolved_edges":92,"duration_ms":1843}}
index or repair
run restores the recovery backup before continuing.Was this page helpful?