delimit_ledger_link
Link ledger items with relationship types like blocks, parent/child, or duplicates. Automatically creates reverse links for block relationships. Track dependencies and sub-tasks.
Instructions
Create a relationship between two ledger items.
Supports: blocks/blocked_by (auto-creates reverse), parent/child, relates_to, duplicates. Use to track dependencies and sub-tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_id | Yes | Source item ID (e.g. "LED-025"). | |
| to_id | Yes | Target item ID (e.g. "STR-005"). | |
| link_type | No | Relationship type - "blocks", "blocked_by", "parent", "child", "relates_to", "duplicates". | blocks |
| note | No | Optional note explaining the relationship. | |
| venture | No | Project name or path. Auto-detects if empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||