find_tensions
Find edges from a piece where two pieces are in structural opposition rather than similarity — the most generative graph traversals. Returns: (1) cached crossings from prior agents that involve this piece, (2) connections whose bridge language contains contrast/inversion markers, (3) cross-stage connections (pieces at different abstraction stages often express the same pattern differently, making cross-stage edges higher-information than same-stage ones). Useful when search returns too many similar pieces — opposition finds the gap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Piece ID to find tensions from | |
| limit | No | Max results (default 8) |