> ## Documentation Index
> Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Linear

> Issue tracking integration for autonomous task pickup

TENET integrates with Linear for bi-directional issue tracking. Issues created in Linear sync to GitHub as `tenet/backlog` issues, which PP picks up autonomously.

## Setup

```json theme={null}
// .tenet/config.json
{
  "linear": {
    "apiKey": "lin_api_...",
    "teamId": "...",
    "projectId": "...",
    "syncEnabled": true
  }
}
```

## Flow

```
Linear issue created
  → Webhook syncs to GitHub issue (tenet/backlog label)
  → PP picks up every 30 min
  → Agent creates PR
  → Eval passes → auto-merge → issue closed
  → Linear issue updated via API
```
