bardo_link_add
Connect two notes with a reason from the from_note's perspective. Use is_bidi for symmetric relations; otherwise, the link is directional.
Instructions
Connect two notes with a reason, written from from_note_id's perspective ("clarifies my earlier assumption about X"). Set is_bidi=True only when the relation reads the same from either side (e.g. "relates to"); leave it False when it's directional (e.g. one clarifies the other). To change a link, delete and re-add it — links aren't edited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| is_bidi | No | ||
| to_note_id | Yes | ||
| from_note_id | Yes | ||
| session_token | No |