link_trace
Trace the reference neighborhood of an object to uncover which tasks, reports, runs, or commits connect to a seed item up to two levels deep, revealing hidden work relationships and dependencies within the team's workflow.
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 | Identifier of the seed object, in whatever form ``kind`` uses — a uuid for task/report/memo, a run id like wf_cbad7348, a commit sha. | |
| 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 | |||