Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
83176
Ignored
83132
Jobs dispatched
45

Event 0fb44900…

← All events

Event

Delivery
0fb44900-5f28-11f1-946e-77f88dbc1e1f
Event
pull_request
Action
synchronize
Received
2026-06-03T08:41:51.223Z
Signature
valid
Parsed
yes
Sender
czxtm
Repo
darkmatter/web
Status
ignored — unsupported_event

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.59",
  "cf-ipcountry": "US",
  "cf-ray": "a05d66aec945f30f",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "26972",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/933e3d3",
  "x-forwarded-proto": "https",
  "x-github-delivery": "0fb44900-5f28-11f1-946e-77f88dbc1e1f",
  "x-github-event": "pull_request",
  "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.59"
}

Payload

{
  "action": "synchronize",
  "number": 23,
  "pull_request": {
    "url": "https://api.github.com/repos/darkmatter/web/pulls/23",
    "id": 3789989417,
    "node_id": "PR_kwDOQwVekM7h5qYp",
    "html_url": "https://github.com/darkmatter/web/pull/23",
    "diff_url": "https://github.com/darkmatter/web/pull/23.diff",
    "patch_url": "https://github.com/darkmatter/web/pull/23.patch",
    "issue_url": "https://api.github.com/repos/darkmatter/web/issues/23",
    "number": 23,
    "state": "open",
    "locked": false,
    "title": "feat(design-system): add /design-system route + fix font var resolution",
    "user": {
      "login": "czxtm",
      "id": 1325802,
      "node_id": "MDQ6VXNlcjEzMjU4MDI=",
      "avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/czxtm",
      "html_url": "https://github.com/czxtm",
      "followers_url": "https://api.github.com/users/czxtm/followers",
      "following_url": "https://api.github.com/users/czxtm/following{/other_user}",
      "gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
      "organizations_url": "https://api.github.com/users/czxtm/orgs",
      "repos_url": "https://api.github.com/users/czxtm/repos",
      "events_url": "https://api.github.com/users/czxtm/events{/privacy}",
      "received_events_url": "https://api.github.com/users/czxtm/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "body": "## Summary\n\n- Adds a static showcase at [/design-system](app/design-system/page.tsx) that documents the real codebase primitives (`Button`, `Badge`, `Card`, `Input` from [components/ui](components/ui/)) alongside the live design tokens, type ramp, color palette, iconography, brand marks, voice rules, and product card variants.\n- Moves the Next.js Font className from `<body>` to `<html>` so `--font-source-code-pro` and `--font-inter` land on `:root`. Tailwind 4's `@theme` block aliases `--font-mono` and `--font-sans` to those variables — putting them on `:root` lets the chain resolve cleanly without leaning on body's cascade. Confirmed via inspecting the generated CSS that `.font-mono { font-family: var(--font-mono); }` now resolves end-to-end.\n- Adds [.claude/launch.json](.claude/launch.json) for the preview manager (single `next-dev` entry on port 3000; uses `./node_modules/.bin/next` directly so PATH lookups in the preview subprocess don't fail).\n\n## Why\n\nThe design-system page is the bundle from Claude Design ([handoff context in chat](#)) — the user mocked up `design-system.html` in the design tool and asked to apply it to the actual site. Earlier iteration embedded the HTML verbatim; this version uses the codebase's real primitives and tokens instead, so the showcase doubles as a reference for what's actually in the repo.\n\n## Sections covered on `/design-system`\n\n`Hero` (sparkles-only, no cycling wordmark) · `Products` (nixmac · usdc.org · Hyperliquid Vault) · `Color` (zinc, terminal accents, USDC blue, Hyperliquid emerald, semantic token table) · `Type` (Inter + Source Code Pro, 9-step scale) · `Components` (buttons, inputs, badges, cards) · `Iconography` (16 Lucide icons) · `Brand` (wordmarks + square marks + usage) · `Voice & copy` (do/don't lists).\n\n## Out of scope\n\n- Did not touch `bun.lock` / `devenv.lock` even though they drifted during setup — kept the diff focused.\n- Did not add `/design-system` to the global site nav. Drop in if you want it discoverable.\n- Github icon flags as deprecated by Lucide; left as-is because the design explicitly references it.\n\n## Test plan\n\n- [ ] `bun run build` passes (verified locally — page is statically prerendered)\n- [ ] Visit `/design-system` — confirm Source Code Pro renders on all `font-mono` elements and Inter on all `font-sans` elements\n- [ ] Confirm only one header is visible (global `SiteHeader`, no duplicate local nav)\n- [ ] Spot-check the hero — dotted-glow sparkles render, \"design system\" title sits cleanly with no logo overlap\n- [ ] Verify product cards (nixmac, usdc.org, Hyperliquid Vault featured) render with correct accents\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n<!-- codesmith:footer -->\n---\n<a href=\"https://app.blacksmith.sh/darkmatter/codesmith/web/pr/23\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg\"><img alt=\"View with Codesmith\" src=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg\"></picture></a> <a href=\"https://backend.blacksmith.sh/track/enable-autofix?expires=1783013864&installation_id=137091173&pr_number=23&repository=darkmatter%2Fweb&return_to=https%3A%2F%2Fgithub.com%2Fdarkmatter%2Fweb%2Fpull%2F23&signature=aeffa1ca061b24699f7ac484bfb8393537838e606933fd32fac5d4b7d61e6984\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg\"><img alt=\"Autofix with Codesmith\" src=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg\"></picture></a>\n<sup>Need help on this PR? Tag <code>@codesmith</code> with what you need. Autofix is disabled.</sup>\n\n<!-- codesmith:autofix:disabled -->\n<!-- /codesmith:footer -->",
    "created_at": "2026-06-02T17:37:40Z",
    "updated_at": "2026-06-03T08:41:49Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "941d32cbbf77d0c153f9582d0d3b9a1c0d2b2c5e",
    "assignees": [],
    "requested_reviewers": [],
    "requested_teams": [],
    "labels": [],
    "milestone": null,
    "draft": false,
    "commits_url": "https://api.github.com/repos/darkmatter/web/pulls/23/commits",
    "review_comments_url": "https://api.github.com/repos/darkmatter/web/pulls/23/comments",
    "review_comment_url": "https://api.github.com/repos/darkmatter/web/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/darkmatter/web/issues/23/comments",
    "statuses_url": "https://api.github.com/repos/darkmatter/web/statuses/0a7bc660233e2983f40359a674565398c3abf88d",
    "head": {
      "label": "darkmatter:claude/fervent-hertz-2004ae",
      "ref": "claude/fervent-hertz-2004ae",
      "sha": "0a7bc660233e2983f40359a674565398c3abf88d",
      "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": 1124425360,
        "node_id": "R_kgDOQwVekA",
        "name": "web",
        "full_name": "darkmatter/web",
        "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/web",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/web",
        "forks_url": "https://api.github.com/repos/darkmatter/web/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/web/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/web/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/web/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/web/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/web/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/web/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/web/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/web/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/web/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/web/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/web/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/web/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/web/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/web/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/web/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/web/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/web/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/web/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/web/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/web/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/web/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/web/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/web/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/web/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/web/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/web/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/web/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/web/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/web/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/web/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/web/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/web/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/web/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/web/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/web/deployments",
        "created_at": "2025-12-29T02:11:36Z",
        "updated_at": "2026-06-03T01:34:52Z",
        "pushed_at": "2026-06-03T08:41:48Z",
        "git_url": "git://github.com/darkmatter/web.git",
        "ssh_url": "git@github.com:darkmatter/web.git",
        "clone_url": "https://github.com/darkmatter/web.git",
        "svn_url": "https://github.com/darkmatter/web",
        "homepage": "https://web-darkmatterlabs.vercel.app",
        "size": 7908,
        "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": 2,
        "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": 2,
        "watchers": 0,
        "default_branch": "main",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": false,
        "delete_branch_on_merge": false,
        "allow_update_branch": false,
        "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": "a8a1a8b3f29a9d52931a7bb91ca26d6302bd0d0f",
      "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": 1124425360,
        "node_id": "R_kgDOQwVekA",
        "name": "web",
        "full_name": "darkmatter/web",
        "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/web",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/web",
        "forks_url": "https://api.github.com/repos/darkmatter/web/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/web/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/web/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/web/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/web/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/web/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/web/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/web/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/web/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/web/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/web/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/web/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/web/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/web/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/web/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/web/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/web/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/web/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/web/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/web/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/web/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/web/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/web/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/web/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/web/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/web/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/web/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/web/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/web/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/web/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/web/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/web/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/web/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/web/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/web/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/web/deployments",
        "created_at": "2025-12-29T02:11:36Z",
        "updated_at": "2026-06-03T01:34:52Z",
        "pushed_at": "2026-06-03T08:41:48Z",
        "git_url": "git://github.com/darkmatter/web.git",
        "ssh_url": "git@github.com:darkmatter/web.git",
        "clone_url": "https://github.com/darkmatter/web.git",
        "svn_url": "https://github.com/darkmatter/web",
        "homepage": "https://web-darkmatterlabs.vercel.app",
        "size": 7908,
        "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": 2,
        "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": 2,
        "watchers": 0,
        "default_branch": "main",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": false,
        "delete_branch_on_merge": false,
        "allow_update_branch": false,
        "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/web/pulls/23"
      },
      "html": {
        "href": "https://github.com/darkmatter/web/pull/23"
      },
      "issue": {
        "href": "https://api.github.com/repos/darkmatter/web/issues/23"
      },
      "comments": {
        "href": "https://api.github.com/repos/darkmatter/web/issues/23/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/darkmatter/web/pulls/23/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/darkmatter/web/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/darkmatter/web/pulls/23/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/darkmatter/web/statuses/0a7bc660233e2983f40359a674565398c3abf88d"
      }
    },
    "author_association": "MEMBER",
    "auto_merge": null,
    "assignee": null,
    "active_lock_reason": null,
    "merged": false,
    "mergeable": null,
    "rebaseable": null,
    "mergeable_state": "unknown",
    "merged_by": null,
    "comments": 1,
    "review_comments": 0,
    "maintainer_can_modify": false,
    "commits": 4,
    "additions": 728,
    "deletions": 0,
    "changed_files": 3
  },
  "before": "d88833386471a1df0f940d9a834fb8d2748935cf",
  "after": "0a7bc660233e2983f40359a674565398c3abf88d",
  "repository": {
    "id": 1124425360,
    "node_id": "R_kgDOQwVekA",
    "name": "web",
    "full_name": "darkmatter/web",
    "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/web",
    "description": null,
    "fork": false,
    "url": "https://api.github.com/repos/darkmatter/web",
    "forks_url": "https://api.github.com/repos/darkmatter/web/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/web/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/web/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/web/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/web/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/web/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/web/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/web/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/web/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/web/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/web/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/web/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/web/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/web/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/web/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/web/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/web/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/web/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/web/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/web/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/web/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/web/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/web/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/web/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/web/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/web/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/web/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/web/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/web/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/web/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/web/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/web/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/web/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/web/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/web/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/web/deployments",
    "created_at": "2025-12-29T02:11:36Z",
    "updated_at": "2026-06-03T01:34:52Z",
    "pushed_at": "2026-06-03T08:41:48Z",
    "git_url": "git://github.com/darkmatter/web.git",
    "ssh_url": "git@github.com:darkmatter/web.git",
    "clone_url": "https://github.com/darkmatter/web.git",
    "svn_url": "https://github.com/darkmatter/web",
    "homepage": "https://web-darkmatterlabs.vercel.app",
    "size": 7908,
    "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": 2,
    "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": 2,
    "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-05-09T15:34:55Z"
  },
  "sender": {
    "login": "czxtm",
    "id": 1325802,
    "node_id": "MDQ6VXNlcjEzMjU4MDI=",
    "avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/czxtm",
    "html_url": "https://github.com/czxtm",
    "followers_url": "https://api.github.com/users/czxtm/followers",
    "following_url": "https://api.github.com/users/czxtm/following{/other_user}",
    "gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
    "organizations_url": "https://api.github.com/users/czxtm/orgs",
    "repos_url": "https://api.github.com/users/czxtm/repos",
    "events_url": "https://api.github.com/users/czxtm/events{/privacy}",
    "received_events_url": "https://api.github.com/users/czxtm/received_events",
    "type": "User",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}