Merge Candidates

SOP for identifying near-duplicate concepts that should be merged.

yogsoth-ai Updated

File contents

Merge Candidates

Find concept pages that likely refer to the same thing and should be merged.

Tool

vault_search

Protocol

  1. For each concept, search vault with its title and common synonyms
  2. If search returns another concept with score > 7.0, flag as merge candidate
  3. Compare definitions — if semantically equivalent, recommend merge
  4. Return candidate pairs with confidence assessment

HARD-GATE

Yield

Returns: { scanned: number, candidates: Array<{a: string, b: string, confidence: number}> }

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/merge-candidates commit a161abc199

Frequently asked questions

npx skillmds@latest add yogsoth-ai/merge-candidates