Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
76095
Ignored
76059
Jobs dispatched
36

Event 445b6e00…

← All events

Event

Delivery
445b6e00-600d-11f1-83b6-dfc7d4854243
Event
pull_request
Action
closed
Received
2026-06-04T12:02:33.921Z
Signature
valid
Parsed
yes
Sender
czxtm
Repo
darkmatter/shadcn-ui-registry
Status
ignored — unsupported_event

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.254",
  "cf-ipcountry": "US",
  "cf-ray": "a066ca11eb223973",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "29944",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/933e3d3",
  "x-forwarded-proto": "https",
  "x-github-delivery": "445b6e00-600d-11f1-83b6-dfc7d4854243",
  "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.254"
}

Payload

{
  "action": "closed",
  "number": 3,
  "pull_request": {
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/3",
    "id": 3796350169,
    "node_id": "PR_kwDOQauchc7iR7TZ",
    "html_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/3",
    "diff_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/3.diff",
    "patch_url": "https://github.com/darkmatter/shadcn-ui-registry/pull/3.patch",
    "issue_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/3",
    "number": 3,
    "state": "closed",
    "locked": false,
    "title": "feat: Dark Matter Labs design system + wallet component kit",
    "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\nRe-themes the registry to the **Dark Matter Labs design system** and imports two new component families — the DM primitives and a **web3 wallet + browser kit** — sourced from the DM design system and the wallet design system.\n\n## What changed\n\n### Theme\n- Replaced the green \"Nature\" theme with DM's **pure grayscale OKLCH tokens** (light + dark), **dark-by-default** (no-flash pre-hydration script in `layout.tsx`), **Inter + JetBrains Mono** via `next/font`.\n- **`ring-1` hairline elevation** in place of drop shadows; **rounded corners**.\n- Added a separate warm-neutral **\"native\" token layer** (`src/app/wallet.css`, `--n-*`) for the wallet surface, kept distinct from the core DM tokens.\n\n### Components\n- Re-skinned all **~46 Radix `shadcn/ui` primitives** to the DM aesthetic (grayscale tokens + hairlines), corners kept rounded.\n- Imported the **wallet kit** — ~26 components across 7 modules (`icons`, `token-glyph`, `indicators`, `pills`, `rows`, `position-card`, `primitives`) converted from HTML/CSS/JS prototypes into typed TSX, plus a barrel and live showcase demos.\n\n### Registry\n- Regenerated `registry.json` via **`scripts/gen-registry.mjs`** (re-runnable), which **scans each component's imports to derive its npm dependencies** so the manifest can't drift. 68 items now ship their local DM-styled files; adds the 7 wallet items + a `wallet` bundle block.\n- The demo route shows a graceful \"install via npx\" fallback for items without a live demo (instead of erroring).\n\n## Key decisions\n- **Radix** primitives (not Base UI) — single primitive library, consistent with the existing registry.\n- **DM look with rounded corners** (not the DM default sharp corners), per product direction.\n- **Separate native token layer** for the wallet, preserving its intended warm-neutral look.\n\n## Verification\n- `tsc --noEmit` — **0 errors**\n- `biome check src` — **0 errors** (1 nursery `useSortedClasses` warning)\n- `shadcn build` — ✅ (70 artifacts in `public/r`, gitignored)\n- `next build` — ✅ **117/117 static pages**\n\n## Reviewer notes\n- `public/r/*.json` is gitignored and regenerated by `pnpm build` — not in this diff.\n- `package.json` / lockfile are unchanged (Base UI was trialed then removed when we settled on Radix).\n- Not included by design: the rich multi-protocol `PositionRow` (needs wallet-account scaffolding + demo data), and DM's compact `h-8`/`text-xs` control sizing (left at shadcn defaults to avoid inconsistency) — both easy follow-ups.\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/shadcn-ui-registry/pr/3\"><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=1783090894&installation_id=137091173&pr_number=3&repository=darkmatter%2Fshadcn-ui-registry&return_to=https%3A%2F%2Fgithub.com%2Fdarkmatter%2Fshadcn-ui-registry%2Fpull%2F3&signature=5b87a80b4fce9ff46703d4a41d675f7e65f30aaeb190d8945faa93aa1f821daa\"><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-03T15:01:30Z",
    "updated_at": "2026-06-04T12:02:31Z",
    "closed_at": "2026-06-04T12:02:31Z",
    "merged_at": "2026-06-04T12:02:31Z",
    "merge_commit_sha": "6a0132c1c389739c48d5ea5f5ee7cc3caad9bf96",
    "assignees": [],
    "requested_reviewers": [],
    "requested_teams": [],
    "labels": [],
    "milestone": null,
    "draft": false,
    "commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/3/commits",
    "review_comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/3/comments",
    "review_comment_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/3/comments",
    "statuses_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/statuses/373941f0bd15dff06f6688edd7b49f89e098d4cb",
    "head": {
      "label": "darkmatter:feat/dm-design-system-wallet-kit",
      "ref": "feat/dm-design-system-wallet-kit",
      "sha": "373941f0bd15dff06f6688edd7b49f89e098d4cb",
      "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": 1101765765,
        "node_id": "R_kgDOQauchQ",
        "name": "shadcn-ui-registry",
        "full_name": "darkmatter/shadcn-ui-registry",
        "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/shadcn-ui-registry",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry",
        "forks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/deployments",
        "created_at": "2025-11-22T07:34:56Z",
        "updated_at": "2026-06-03T00:33:35Z",
        "pushed_at": "2026-06-03T15:04:50Z",
        "git_url": "git://github.com/darkmatter/shadcn-ui-registry.git",
        "ssh_url": "git@github.com:darkmatter/shadcn-ui-registry.git",
        "clone_url": "https://github.com/darkmatter/shadcn-ui-registry.git",
        "svn_url": "https://github.com/darkmatter/shadcn-ui-registry",
        "homepage": "https://shadcn-ui-registry-smoky.vercel.app",
        "size": 626,
        "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": 0,
        "license": null,
        "allow_forking": false,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [],
        "visibility": "private",
        "forks": 0,
        "open_issues": 0,
        "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": "7f5d2f7827c186feaf58910b9b7c27c0c0bfbd6e",
      "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": 1101765765,
        "node_id": "R_kgDOQauchQ",
        "name": "shadcn-ui-registry",
        "full_name": "darkmatter/shadcn-ui-registry",
        "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/shadcn-ui-registry",
        "description": null,
        "fork": false,
        "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry",
        "forks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/deployments",
        "created_at": "2025-11-22T07:34:56Z",
        "updated_at": "2026-06-03T00:33:35Z",
        "pushed_at": "2026-06-03T15:04:50Z",
        "git_url": "git://github.com/darkmatter/shadcn-ui-registry.git",
        "ssh_url": "git@github.com:darkmatter/shadcn-ui-registry.git",
        "clone_url": "https://github.com/darkmatter/shadcn-ui-registry.git",
        "svn_url": "https://github.com/darkmatter/shadcn-ui-registry",
        "homepage": "https://shadcn-ui-registry-smoky.vercel.app",
        "size": 626,
        "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": 0,
        "license": null,
        "allow_forking": false,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [],
        "visibility": "private",
        "forks": 0,
        "open_issues": 0,
        "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/shadcn-ui-registry/pulls/3"
      },
      "html": {
        "href": "https://github.com/darkmatter/shadcn-ui-registry/pull/3"
      },
      "issue": {
        "href": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/3"
      },
      "comments": {
        "href": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/3/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/3/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls/3/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/statuses/373941f0bd15dff06f6688edd7b49f89e098d4cb"
      }
    },
    "author_association": "MEMBER",
    "auto_merge": null,
    "assignee": null,
    "active_lock_reason": null,
    "merged": true,
    "mergeable": null,
    "rebaseable": null,
    "mergeable_state": "unknown",
    "merged_by": {
      "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
    },
    "comments": 1,
    "review_comments": 0,
    "maintainer_can_modify": false,
    "commits": 2,
    "additions": 4044,
    "deletions": 509,
    "changed_files": 53
  },
  "repository": {
    "id": 1101765765,
    "node_id": "R_kgDOQauchQ",
    "name": "shadcn-ui-registry",
    "full_name": "darkmatter/shadcn-ui-registry",
    "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/shadcn-ui-registry",
    "description": null,
    "fork": false,
    "url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry",
    "forks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/shadcn-ui-registry/deployments",
    "created_at": "2025-11-22T07:34:56Z",
    "updated_at": "2026-06-03T00:33:35Z",
    "pushed_at": "2026-06-03T15:04:50Z",
    "git_url": "git://github.com/darkmatter/shadcn-ui-registry.git",
    "ssh_url": "git@github.com:darkmatter/shadcn-ui-registry.git",
    "clone_url": "https://github.com/darkmatter/shadcn-ui-registry.git",
    "svn_url": "https://github.com/darkmatter/shadcn-ui-registry",
    "homepage": "https://shadcn-ui-registry-smoky.vercel.app",
    "size": 626,
    "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": 0,
    "license": null,
    "allow_forking": false,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [],
    "visibility": "private",
    "forks": 0,
    "open_issues": 0,
    "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"
  }
}