| name | merge-candidates |
| description | SOP for identifying near-duplicate concepts that should be merged. |
| execution | sop |
Merge Candidates
Find concept pages that likely refer to the same thing and should be merged.
Tool
vault_search
Protocol
- For each concept, search vault with its title and common synonyms
- If search returns another concept with score > 7.0, flag as merge candidate
- Compare definitions — if semantically equivalent, recommend merge
- Return candidate pairs with confidence assessment
HARD-GATE
Must scan at least 10 concepts (or all concepts if fewer than 10 exist).
Yield
Returns: { scanned: number, candidates: Array<{a: string, b: string, confidence: number}> }