Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
107128
Ignored
107057
Jobs dispatched
75

Event e5432190…

← All events

Event

Delivery
e5432190-6496-11f1-9391-ddfd3c11c957
Event
pull_request_review_comment
Action
created
Received
2026-06-10T06:37:49.317Z
Signature
valid
Parsed
yes
Sender
chatgpt-codex-connector[bot]
Repo
darkmatter/iridium
Status
ignored — bot_or_missing_actor

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.57",
  "cf-ipcountry": "US",
  "cf-ray": "a0965e9f2b206147",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "29715",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/a230a7e",
  "x-forwarded-proto": "https",
  "x-github-delivery": "e5432190-6496-11f1-9391-ddfd3c11c957",
  "x-github-event": "pull_request_review_comment",
  "x-github-hook-id": "628737947",
  "x-github-hook-installation-target-id": "3663660",
  "x-github-hook-installation-target-type": "integration",
  "x-real-ip": "140.82.115.57"
}

Payload

{
  "action": "created",
  "comment": {
    "url": "https://api.github.com/repos/darkmatter/iridium/pulls/comments/3386031086",
    "pull_request_review_id": 4465186846,
    "id": 3386031086,
    "node_id": "PRRC_kwDORDLl6M7J0rvu",
    "diff_hunk": "@@ -324,8 +435,32 @@ async function fetchResultsPages<T>(\n   while (rows.length < normalized.maxRows) {\n     const remaining = normalized.maxRows - rows.length\n     const limit = Math.min(normalized.pageSize, remaining)\n-    const res = await fetch(firstUrl(offset, limit), { headers: headers() })\n+    let res: Response\n+    try {\n+      res = await fetchIdempotent(firstUrl(offset, limit))\n+    } catch (err) {\n+      if (metaOpts.onHttpError === 'throw') {\n+        throw new DunePaginationError(\n+          `Dune results page fetch failed after retries: ${err instanceof Error ? err.message : String(err)}`,\n+          null,\n+          metaOpts.status?.execution_id ?? metaOpts.executionIdFallback ?? null,\n+          metaOpts.queryIdFallback ?? metaOpts.status?.query_id ?? null,\n+          rows.length,\n+        )\n+      }\n+      paginationStoppedReason = 'http_error'\n+      break\n+    }\n     if (!res.ok) {\n+      if (metaOpts.onHttpError === 'throw') {\n+        throw new DunePaginationError(\n+          `Dune results page fetch failed after retries: HTTP ${res.status}`,",
    "path": "packages/shared/src/dune/client.ts",
    "commit_id": "073eebec033ed934931d29dbf4f94034cb8ff2cb",
    "original_commit_id": "073eebec033ed934931d29dbf4f94034cb8ff2cb",
    "user": {
      "login": "chatgpt-codex-connector[bot]",
      "id": 199175422,
      "node_id": "BOT_kgDOC98s_g",
      "avatar_url": "https://avatars.githubusercontent.com/in/1144995?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D",
      "html_url": "https://github.com/apps/chatgpt-codex-connector",
      "followers_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/followers",
      "following_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/following{/other_user}",
      "gists_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/subscriptions",
      "organizations_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/orgs",
      "repos_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/repos",
      "events_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/events{/privacy}",
      "received_events_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/received_events",
      "type": "Bot",
      "user_view_type": "public",
      "site_admin": false
    },
    "body": "**<sub><sub>![P2 Badge](https://img.shields.io/badge/P2-yellow?style=flat)</sub></sub>  Include the execution ID in pagination failures**\n\nWhen a paid fresh execution reaches the results endpoint and a page returns non-OK, the execution ID is only stored on the `DunePaginationError` property, not in the message. The `dune-freeze` CLI catch block at `packages/cl-intelligence/src/bin/dune-freeze.ts:198-200` prints only `err.message`, so this scenario tells users only `HTTP 500`/similar and not the `--execution` ID needed to recover the already-paid execution, defeating the recovery path this error is meant to provide. Include the ID in the thrown message or handle `DunePaginationError` explicitly in the CLI.\n\nUseful? React with 👍 / 👎.",
    "created_at": "2026-06-10T06:37:46Z",
    "updated_at": "2026-06-10T06:37:46Z",
    "html_url": "https://github.com/darkmatter/iridium/pull/181#discussion_r3386031086",
    "pull_request_url": "https://api.github.com/repos/darkmatter/iridium/pulls/181",
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/darkmatter/iridium/pulls/comments/3386031086"
      },
      "html": {
        "href": "https://github.com/darkmatter/iridium/pull/181#discussion_r3386031086"
      },
      "pull_request": {
        "href": "https://api.github.com/repos/darkmatter/iridium/pulls/181"
      }
    },
    "reactions": {
      "url": "https://api.github.com/repos/darkmatter/iridium/pulls/comments/3386031086/reactions",
      "total_count": 0,
      "+1": 0,
      "-1": 0,
      "laugh": 0,
      "hooray": 0,
      "confused": 0,
      "heart": 0,
      "rocket": 0,
      "eyes": 0
    },
    "start_line": null,
    "original_start_line": null,
    "start_side": null,
    "line": 457,
    "original_line": 457,
    "side": "RIGHT",
    "author_association": "NONE",
    "original_position": 169,
    "position": 169,
    "subject_type": "line"
  },
  "pull_request": {
    "url": "https://api.github.com/repos/darkmatter/iridium/pulls/181",
    "id": 3837174021,
    "node_id": "PR_kwDORDLl6M7ktqEF",
    "html_url": "https://github.com/darkmatter/iridium/pull/181",
    "diff_url": "https://github.com/darkmatter/iridium/pull/181.diff",
    "patch_url": "https://github.com/darkmatter/iridium/pull/181.patch",
    "issue_url": "https://api.github.com/repos/darkmatter/iridium/issues/181",
    "number": 181,
    "state": "open",
    "locked": false,
    "title": "fix(shared/dune): timeouts, bounded retry, fail-closed cache fallback",
    "user": {
      "login": "fkb032",
      "id": 249513614,
      "node_id": "U_kgDODt9Gjg",
      "avatar_url": "https://avatars.githubusercontent.com/u/249513614?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fkb032",
      "html_url": "https://github.com/fkb032",
      "followers_url": "https://api.github.com/users/fkb032/followers",
      "following_url": "https://api.github.com/users/fkb032/following{/other_user}",
      "gists_url": "https://api.github.com/users/fkb032/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fkb032/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fkb032/subscriptions",
      "organizations_url": "https://api.github.com/users/fkb032/orgs",
      "repos_url": "https://api.github.com/users/fkb032/repos",
      "events_url": "https://api.github.com/users/fkb032/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fkb032/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "body": "## TL;DR\nThe Dune client — the single network dependency of the replay evidence chain — had **no timeout, no retry, no 429 handling**, silently substituted parameter-insensitive cached rows when executions failed, and could return silently truncated rows after a mid-pagination blip. One hung connection stalled a CLI forever; one HTTP blip burned execution credits with no artifact.\n\n## What\n- `AbortSignal.timeout(30s)` on every request; poll loop bounds each status fetch to the remaining deadline (hard timeout)\n- Bounded retry (3×, exp backoff + jitter, `Retry-After` honored incl. HTTP-date, capped) on credit-free GETs only — **POST /execute is never retried** (spends credits); poll loop honors `Retry-After` on 429 instead of hammering\n- Execution-path pagination failures throw `DunePaginationError` **carrying the execution ID** so the paid execution is recoverable via `--execution` instead of re-spending\n- `getLatestResults` (rows-only) throws on mid-fetch failure — no more silently short data\n- **Cache fallback is now opt-in**: `executeDuneQuery[WithMeta]` defaults to `cacheFallback: 'reject'` and throws typed `DuneFreshExecutionError` (`execute_failed`/`poll_timeout`/`terminal_state`/`malformed_result`). The two parameterized providers opt in explicitly (they already gate on `fromCacheFallback`); `dune-freeze` inherits fail-closed\n- `historical-price-provider`: a cache-read failure no longer skips fresh execution (previously fell straight to Coinbase spot, silently degrading rolling-APR pricing); fresh failure keeps cached rows\n\n## Verification\nshared: 302 tests green (+25: retry, 429/Retry-After, fail-closed codes, truncation-throws, poll-blip survival). cl-intelligence: 1,355 green (+2 provider regression tests). Typechecks + builds clean. Codex review: 0 blockers; 3 refinements applied (executionId in pagination errors from the execution entry point, hard poll deadline, Retry-After on poll 429s).\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
    "created_at": "2026-06-10T06:16:38Z",
    "updated_at": "2026-06-10T06:37:46Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "1aa4a00a12d545c02c73a271d299b9d8e40dcf9d",
    "assignees": [],
    "requested_reviewers": [],
    "requested_teams": [],
    "labels": [],
    "milestone": null,
    "draft": false,
    "commits_url": "https://api.github.com/repos/darkmatter/iridium/pulls/181/commits",
    "review_comments_url": "https://api.github.com/repos/darkmatter/iridium/pulls/181/comments",
    "review_comment_url": "https://api.github.com/repos/darkmatter/iridium/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/darkmatter/iridium/issues/181/comments",
    "statuses_url": "https://api.github.com/repos/darkmatter/iridium/statuses/073eebec033ed934931d29dbf4f94034cb8ff2cb",
    "head": {
      "label": "darkmatter:fkb/dune-client-hardening",
      "ref": "fkb/dune-client-hardening",
      "sha": "073eebec033ed934931d29dbf4f94034cb8ff2cb",
      "user": {
        "login": "darkmatter",
        "id": 17834193,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
        "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/darkmatter",
        "html_url": "https://github.com/darkmatter",
        "followers_url": "https://api.github.com/users/darkmatter/followers",
        "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
        "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
        "organizations_url": "https://api.github.com/users/darkmatter/orgs",
        "repos_url": "https://api.github.com/users/darkmatter/repos",
        "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
        "received_events_url": "https://api.github.com/users/darkmatter/received_events",
        "type": "Organization",
        "user_view_type": "public",
        "site_admin": false
      },
      "repo": {
        "id": 1144186344,
        "node_id": "R_kgDORDLl6A",
        "name": "iridium",
        "full_name": "darkmatter/iridium",
        "private": true,
        "owner": {
          "login": "darkmatter",
          "id": 17834193,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
          "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/darkmatter",
          "html_url": "https://github.com/darkmatter",
          "followers_url": "https://api.github.com/users/darkmatter/followers",
          "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
          "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
          "organizations_url": "https://api.github.com/users/darkmatter/orgs",
          "repos_url": "https://api.github.com/users/darkmatter/repos",
          "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
          "received_events_url": "https://api.github.com/users/darkmatter/received_events",
          "type": "Organization",
          "user_view_type": "public",
          "site_admin": false
        },
        "html_url": "https://github.com/darkmatter/iridium",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/iridium",
        "forks_url": "https://api.github.com/repos/darkmatter/iridium/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/iridium/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/iridium/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/iridium/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/iridium/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/iridium/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/iridium/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/iridium/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/iridium/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/iridium/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/iridium/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/iridium/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/iridium/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/iridium/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/iridium/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/iridium/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/iridium/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/iridium/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/iridium/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/iridium/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/iridium/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/iridium/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/iridium/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/iridium/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/iridium/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/iridium/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/iridium/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/iridium/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/iridium/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/iridium/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/iridium/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/iridium/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/iridium/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/iridium/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/iridium/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/iridium/deployments",
        "created_at": "2026-01-28T11:53:43Z",
        "updated_at": "2026-06-09T11:04:36Z",
        "pushed_at": "2026-06-10T06:37:04Z",
        "git_url": "git://github.com/darkmatter/iridium.git",
        "ssh_url": "git@github.com:darkmatter/iridium.git",
        "clone_url": "https://github.com/darkmatter/iridium.git",
        "svn_url": "https://github.com/darkmatter/iridium",
        "homepage": "https://switchblade.app",
        "size": 56795,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 4,
        "license": null,
        "allow_forking": false,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [],
        "visibility": "internal",
        "forks": 0,
        "open_issues": 4,
        "watchers": 0,
        "default_branch": "main",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": true,
        "delete_branch_on_merge": true,
        "allow_update_branch": true,
        "use_squash_pr_title_as_default": false,
        "squash_merge_commit_message": "COMMIT_MESSAGES",
        "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
        "merge_commit_message": "PR_TITLE",
        "merge_commit_title": "MERGE_MESSAGE"
      }
    },
    "base": {
      "label": "darkmatter:main",
      "ref": "main",
      "sha": "9932cd29b8de52e94026364399ce61be08a0ff12",
      "user": {
        "login": "darkmatter",
        "id": 17834193,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
        "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/darkmatter",
        "html_url": "https://github.com/darkmatter",
        "followers_url": "https://api.github.com/users/darkmatter/followers",
        "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
        "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
        "organizations_url": "https://api.github.com/users/darkmatter/orgs",
        "repos_url": "https://api.github.com/users/darkmatter/repos",
        "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
        "received_events_url": "https://api.github.com/users/darkmatter/received_events",
        "type": "Organization",
        "user_view_type": "public",
        "site_admin": false
      },
      "repo": {
        "id": 1144186344,
        "node_id": "R_kgDORDLl6A",
        "name": "iridium",
        "full_name": "darkmatter/iridium",
        "private": true,
        "owner": {
          "login": "darkmatter",
          "id": 17834193,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
          "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/darkmatter",
          "html_url": "https://github.com/darkmatter",
          "followers_url": "https://api.github.com/users/darkmatter/followers",
          "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
          "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
          "organizations_url": "https://api.github.com/users/darkmatter/orgs",
          "repos_url": "https://api.github.com/users/darkmatter/repos",
          "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
          "received_events_url": "https://api.github.com/users/darkmatter/received_events",
          "type": "Organization",
          "user_view_type": "public",
          "site_admin": false
        },
        "html_url": "https://github.com/darkmatter/iridium",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/iridium",
        "forks_url": "https://api.github.com/repos/darkmatter/iridium/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/iridium/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/iridium/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/iridium/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/iridium/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/iridium/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/iridium/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/iridium/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/iridium/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/iridium/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/iridium/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/iridium/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/iridium/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/iridium/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/iridium/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/iridium/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/iridium/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/iridium/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/iridium/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/iridium/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/iridium/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/iridium/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/iridium/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/iridium/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/iridium/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/iridium/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/iridium/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/iridium/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/iridium/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/iridium/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/iridium/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/iridium/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/iridium/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/iridium/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/iridium/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/iridium/deployments",
        "created_at": "2026-01-28T11:53:43Z",
        "updated_at": "2026-06-09T11:04:36Z",
        "pushed_at": "2026-06-10T06:37:04Z",
        "git_url": "git://github.com/darkmatter/iridium.git",
        "ssh_url": "git@github.com:darkmatter/iridium.git",
        "clone_url": "https://github.com/darkmatter/iridium.git",
        "svn_url": "https://github.com/darkmatter/iridium",
        "homepage": "https://switchblade.app",
        "size": 56795,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "TypeScript",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 4,
        "license": null,
        "allow_forking": false,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [],
        "visibility": "internal",
        "forks": 0,
        "open_issues": 4,
        "watchers": 0,
        "default_branch": "main",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": true,
        "delete_branch_on_merge": true,
        "allow_update_branch": true,
        "use_squash_pr_title_as_default": false,
        "squash_merge_commit_message": "COMMIT_MESSAGES",
        "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
        "merge_commit_message": "PR_TITLE",
        "merge_commit_title": "MERGE_MESSAGE"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/darkmatter/iridium/pulls/181"
      },
      "html": {
        "href": "https://github.com/darkmatter/iridium/pull/181"
      },
      "issue": {
        "href": "https://api.github.com/repos/darkmatter/iridium/issues/181"
      },
      "comments": {
        "href": "https://api.github.com/repos/darkmatter/iridium/issues/181/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/darkmatter/iridium/pulls/181/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/darkmatter/iridium/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/darkmatter/iridium/pulls/181/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/darkmatter/iridium/statuses/073eebec033ed934931d29dbf4f94034cb8ff2cb"
      }
    },
    "author_association": "CONTRIBUTOR",
    "auto_merge": null,
    "assignee": null,
    "active_lock_reason": null
  },
  "repository": {
    "id": 1144186344,
    "node_id": "R_kgDORDLl6A",
    "name": "iridium",
    "full_name": "darkmatter/iridium",
    "private": true,
    "owner": {
      "login": "darkmatter",
      "id": 17834193,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
      "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/darkmatter",
      "html_url": "https://github.com/darkmatter",
      "followers_url": "https://api.github.com/users/darkmatter/followers",
      "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
      "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
      "organizations_url": "https://api.github.com/users/darkmatter/orgs",
      "repos_url": "https://api.github.com/users/darkmatter/repos",
      "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
      "received_events_url": "https://api.github.com/users/darkmatter/received_events",
      "type": "Organization",
      "user_view_type": "public",
      "site_admin": false
    },
    "html_url": "https://github.com/darkmatter/iridium",
    "description": null,
    "fork": false,
    "url": "https://api.github.com/repos/darkmatter/iridium",
    "forks_url": "https://api.github.com/repos/darkmatter/iridium/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/iridium/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/iridium/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/iridium/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/iridium/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/iridium/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/iridium/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/iridium/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/iridium/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/iridium/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/iridium/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/iridium/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/iridium/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/iridium/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/iridium/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/iridium/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/iridium/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/iridium/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/iridium/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/iridium/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/iridium/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/iridium/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/iridium/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/iridium/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/iridium/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/iridium/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/iridium/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/iridium/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/iridium/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/iridium/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/iridium/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/iridium/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/iridium/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/iridium/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/iridium/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/iridium/deployments",
    "created_at": "2026-01-28T11:53:43Z",
    "updated_at": "2026-06-09T11:04:36Z",
    "pushed_at": "2026-06-10T06:37:04Z",
    "git_url": "git://github.com/darkmatter/iridium.git",
    "ssh_url": "git@github.com:darkmatter/iridium.git",
    "clone_url": "https://github.com/darkmatter/iridium.git",
    "svn_url": "https://github.com/darkmatter/iridium",
    "homepage": "https://switchblade.app",
    "size": 56795,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "TypeScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 4,
    "license": null,
    "allow_forking": false,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [],
    "visibility": "internal",
    "forks": 0,
    "open_issues": 4,
    "watchers": 0,
    "default_branch": "main",
    "custom_properties": {}
  },
  "organization": {
    "login": "darkmatter",
    "id": 17834193,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
    "url": "https://api.github.com/orgs/darkmatter",
    "repos_url": "https://api.github.com/orgs/darkmatter/repos",
    "events_url": "https://api.github.com/orgs/darkmatter/events",
    "hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
    "issues_url": "https://api.github.com/orgs/darkmatter/issues",
    "members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
    "public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
    "description": ""
  },
  "enterprise": {
    "id": 469843,
    "slug": "darkmatter",
    "name": "darkmatter",
    "node_id": "E_kgDOAAcrUw",
    "avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
    "description": "",
    "website_url": "darkmatter.io",
    "html_url": "https://github.com/enterprises/darkmatter",
    "created_at": "2025-09-07T16:01:00Z",
    "updated_at": "2026-06-07T16:53:26Z"
  },
  "sender": {
    "login": "chatgpt-codex-connector[bot]",
    "id": 199175422,
    "node_id": "BOT_kgDOC98s_g",
    "avatar_url": "https://avatars.githubusercontent.com/in/1144995?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D",
    "html_url": "https://github.com/apps/chatgpt-codex-connector",
    "followers_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/followers",
    "following_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/following{/other_user}",
    "gists_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/subscriptions",
    "organizations_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/orgs",
    "repos_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/repos",
    "events_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/events{/privacy}",
    "received_events_url": "https://api.github.com/users/chatgpt-codex-connector%5Bbot%5D/received_events",
    "type": "Bot",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}