brain_link
Link two thoughts with a meaningful label to expose relationships and turn a list of ideas into an interconnected graph.
Instructions
Links two thoughts. Call it when you spot a meaningful relationship between existing thoughts — links are what make a brain a graph rather than a list. Label the link via name: "motivates", "solved by", "contradicts".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Link label: how exactly one relates to the other. | |
| toId | Yes | Target thought. | |
| fromId | Yes | Source thought. | |
| brainId | Yes | Brain identifier. Take it from brain_list — never guess it. | |
| relation | No | How the target relates to the source. Defaults to jump — a sideways link that leaves the hierarchy alone. |