Linear tracker
@conduit-harness/conduit-tracker-linear reads issues from a Linear team and optionally writes back via comments and named state transitions.
Install
Section titled “Install”npm install -g @conduit-harness/conduit-tracker-linearWorkflow snippet
Section titled “Workflow snippet”tracker: kind: linear api_key: $LINEAR_API_KEY team_key: YOUR_TEAM_KEY active_states: [Todo, Ready] required_labels: [agentic] excluded_labels: [blocked] writes: enabled: falseState names must match exactly what is configured in your Linear team workflow (e.g. Todo, In Progress, In Review). Failed tracker writes do not fail the agent run unless strict mode is configured. See Tracker writes.