Link nodes
linkCreate directed edges between nodes with labels like blocks, implements, or causes to define relationships in a reasoning graph. Invalid combinations are rejected, keeping analytics consistent.
Instructions
Create a directed edge from one node to another with a label: blocks, implements, asks, tests, targets, produces, causes, supersedes or distills. Edges feed the ready, next, path, deps and impact analytics and are checked by invariants, so invalid combinations are rejected; success is silent. To remove an edge use unlink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | target node id | |
| from | Yes | source node id | |
| label | Yes | edge label |