Skip to main content

Module maintenance

Module maintenance 

Source
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§

DoctorArgs
Arguments for the doctor subcommand
NudgeArgs
Arguments for the nudge subcommand
ProcessQueueArgs
Arguments for the process-queue subcommand
ProcessQueueResult
Result of processing the enrichment queue
VerifyArgs
Arguments for the verify subcommand
VerifySingleFileArgs
Arguments for the verify-single-file subcommand

Functions§

handle_doctor
handle_nudge
handle_process_queue
Handle the process-queue command for progressive ingestion enrichment.
handle_verify
handle_verify_single_file