onetaskgraph-linear 0.2.26

A onetaskgraph source over the Linear API.
Documentation
{
  "data": {
    "issues": {
      "nodes": [
        {
          "id": "i1",
          "title": "Fixture issue",
          "description": "Recorded body\n\n<!-- onetaskgraph.metadata\n{\"caller.number\":7,\"onetaskgraph.repositories\":[\"github.com/acme/work\"]}\n-->",
          "url": "https://linear.app/acme/issue/ENG-1",
          "createdAt": "2026-08-01T12:00:00Z",
          "updatedAt": "2026-08-02T12:00:00Z",
          "state": { "name": "In Progress", "type": "started" },
          "labels": { "nodes": [{ "id": "l1", "name": "Bug", "color": "#ff0000" }] },
          "project": { "id": "p1" }
        },
        {
          "id": "i2",
          "title": "Second fixture issue",
          "description": "Another recorded body",
          "url": "https://linear.app/acme/issue/ENG-2",
          "createdAt": "2026-08-03T12:00:00Z",
          "updatedAt": "2026-08-04T12:00:00Z",
          "state": { "name": "Todo", "type": "unstarted" },
          "labels": { "nodes": [{ "id": "l2", "name": "Chore", "color": "#0000ff" }] },
          "project": { "id": "p2" }
        }
      ],
      "pageInfo": { "hasNextPage": true, "endCursor": "next-1" }
    }
  }
}