forensics dedup recompute-fingerprints
Recompute persisted simhashes for rows not stamped at the current NFKC (v2) version.
Idempotent: when every row is already current, exit code 5 (CONFLICT) signals “nothing to do” for agents (JSON mode still emits a success envelope on stdout before exiting). Missing dedup schema columns yield zeros without CONFLICT.
forensics dedup recompute-fingerprints [OPTIONS]Options
Section titled “Options”| Option | Description |
|---|---|
--limit INTEGER | Max rows to recompute (testing). |
--db PATH | Override SQLite path (default: project data/articles.db). |
--help | Show this message and exit. |
Built by Abstract Data