roadmap_block
Record that a node is blocked by another node in the roadmap, indicating a real dependency rather than decomposition.
Instructions
Record a DEPENDENCY edge: node blocked_id is blocked by blocked_by_id. Use
this for real dependencies instead of overloading parent_id (parent_id =
decomposition). Surfaced in roadmap_view as a node's blocked_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocked_id | Yes | ||
| blocked_by_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |