Duplicate detection
Run
python logics/skills/logics-duplicate-detector/scripts/find_duplicates.py --min-score 0.55
Output
- Prints candidate pairs with a similarity score and file paths.
- Use the report to decide: merge docs, close one, or split responsibilities.
Notes
- Best-effort scoring (title + light content similarity), not a truth oracle.
- By default it ignores docs sharing the same slug across stages (often
request↔backlog↔taskor companion chains); use--include-relatedto include them.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.