find_bidirectional_mentions
Find mentions of new note titles in existing notes and specified terms in new notes to enable automatic cross-linking.
Instructions
Two-direction mention sweep for batch new-note operations. Pass { newNotes, terms?, scope? }. Returns { root, scope, existing_to_new[], new_to_existing[] }. existing_to_new lists plain-text mentions of new-note titles found inside existing notes. new_to_existing lists plain-text mentions of free terms found inside the new notes. If a free term equals a new-note stem, the title classification wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||