linear-tui 0.3.0

A TUI client for Linear.app — manage issues, projects, and cycles from your terminal
{
  "team": {
    "projects": {
      "nodes": [
        {
          "id": "project-001",
          "name": "Q1 Release",
          "state": "started",
          "progress": 0.45,
          "startDate": "2026-01-01",
          "targetDate": "2026-03-31",
          "lead": {
            "id": "user-001",
            "name": "Alice",
            "displayName": "alice"
          },
          "url": "https://linear.app/acme/project/project-001"
        },
        {
          "id": "project-002",
          "name": "Infrastructure",
          "state": "planned",
          "progress": 0.0,
          "startDate": null,
          "targetDate": null,
          "lead": null,
          "url": "https://linear.app/acme/project/project-002"
        }
      ]
    }
  }
}