link_trace
Trace the reference neighborhood of any work item—task, report, run, commit, or memory—to discover related tasks, reports, or runs up to two hops away.
Instructions
Trace the reference neighborhood of an object (undirected fanout, depth <= 2).
Answers questions like "which tasks/reports touched commit 9d8f020" or "what work is connected to run wf_cbad7348".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Seed ID | |
| kind | Yes | Seed kind — task_memo / report / task / run / commit / memory | |
| depth | No | Traversal depth, 1-2 (default 2) | |
| limit | No | Max reachable nodes (default 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||