The vault to search.
One of path or title is required to identify the target.
limit defaults to 10. min_score (default 0.05) prunes weak matches.
Sorted SimilarNote[] (desc by score), capped at limit.
Empty array if the target was excluded by --exclude-glob.
Lexical-hybrid similarity over vault-native signals — finds notes related to the target without any embeddings.
Combines four structural signals: tag Jaccard (×3.0), title character 3-gram Jaccard (×1.5), shared-outbound link overlap (×2.0), and co-backlink Jaccard (×2.0). Tag overlap dominates by design — that's the strongest "this is the same topic" signal a human would use. Skips body cosine on purpose: structural signals converge fast at vault scale (5k × 5KB) without a full TF-IDF pass per call.
Use this when the agent has one specific note and wants neighbors. For "find notes about" use searchHybrid or semanticSearch.