Expand description
Maintenance command handlers (verify, doctor, verify-single-file, nudge, process-queue).
These commands surface integrity checks, healing workflows, and lock inspection
for .mv2 files without mutating unrelated state.
Structs§
- Doctor
Args - Arguments for the
doctorsubcommand - Nudge
Args - Arguments for the
nudgesubcommand - Process
Queue Args - Arguments for the
process-queuesubcommand - Process
Queue Result - Result of processing the enrichment queue
- Verify
Args - Arguments for the
verifysubcommand - Verify
Single File Args - Arguments for the
verify-single-filesubcommand
Functions§
- handle_
doctor - handle_
nudge - handle_
process_ queue - Handle the
process-queuecommand for progressive ingestion enrichment. - handle_
verify - handle_
verify_ single_ file