Dashboard Deps Tab
The Dashboard Deps tab visualizes blocker relationships from dependency audit data. It uses React Flow as a read-only graph surface.
Edge direction
Section titled “Edge direction”Edges point from blocker to blocked issue:
ENG-10 -> ENG-42This means ENG-42 is blocked by ENG-10.
Nodes are included for both sides of each edge, even when the blocker issue is not visible in the current board columns. Missing or unknown blocker state is shown explicitly instead of being treated as resolved.
Badges
Section titled “Badges”Node badges come from real snapshot data:
- tracker state
- running worker state
- automation queue state
- terminal state
- blocked, unblocked, or unknown dependency status
Unknown state remains blocking. Fix the tracker relation/reference or wait for fresh tracker data before expecting dependent work to run.
Details panel
Section titled “Details panel”Click an issue node to open the same issue detail panel used by the board and list views. The Deps graph does not duplicate issue-detail behavior.
Boundary
Section titled “Boundary”The Deps tab does not edit dependencies and does not move Linear or GitHub statuses. It is not the future editable automation canvas; v0.2.0 only visualizes issue blocker relationships. The Trigger -> Automation -> Profile -> Worker canvas is deferred to v0.2.1+.