Payload
{
"id": 48732329607,
"sha": "8d620081f874b4d2f9e7ae3c7e30756b0cc75020",
"name": "darkmatter/iridium",
"target_url": "https://vercel.com/darkmatterlabs/titan/EcnJzddreXWokNCyDYWQdDwx5Egp",
"avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4",
"context": "Vercel",
"description": "Waiting for checks to complete",
"state": "pending",
"commit": {
"sha": "8d620081f874b4d2f9e7ae3c7e30756b0cc75020",
"node_id": "C_kwDORDLl6NoAKDhkNjIwMDgxZjg3NGI0ZDJmOWU3YWUzYzdlMzA3NTZiMGNjNzUwMjA",
"commit": {
"author": {
"name": "cooper",
"email": "1325802+czxtm@users.noreply.github.com",
"date": "2026-06-10T14:39:54Z"
},
"committer": {
"name": "GitHub",
"email": "noreply@github.com",
"date": "2026-06-10T14:39:54Z"
},
"message": "feat(web): restyle auth flows to match app chrome (#184)\n\n* feat(web): restyle auth flows to match app chrome\n\nLogin rendered themeless: terminal body font bleeding in, indigo\nlinks, red-500 errors, and a press-any-key CRT boot gate blocking\nthe marketing -> sign-in path.\n\n- add three auth shells (Card/Panel/Minimal) derived from\n shadcnblocks login7/login2/login3; Card live on /login\n- move forms to local ui primitives + theme tokens; auth logic\n untouched (better-auth, passkey, extension handoff)\n- extract BrandWordmark from header for shared brand treatment\n- skip boot sequence on /login and /compare/*\n- add temp /compare/auth selection surface (TODO: remove after\n a shell is picked; tracked in beads)\n- anchor .gitignore tests/ pattern: it ignored every tests/ dir\n at any depth (incl. Rust crate tests); un-ignore tests/e2e so\n the new e2e spec ships with the feature\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* feat(web): adopt minimal auth shell, drop comparison scaffolding\n\nV3 (Minimal) selected from the /compare/auth lineup: wordmark and\nform directly on the page background, no container panel. Remove\nthe losing Card/Panel shells, the temporary compare route, and its\nboot-skip entry.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* chore: close compare-route cleanup issue (iridium-5x3)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"tree": {
"sha": "b6164a430bf02f7b9497d3a5796c71068cfcca9d",
"url": "https://api.github.com/repos/darkmatter/iridium/git/trees/b6164a430bf02f7b9497d3a5796c71068cfcca9d"
},
"url": "https://api.github.com/repos/darkmatter/iridium/git/commits/8d620081f874b4d2f9e7ae3c7e30756b0cc75020",
"comment_count": 0,
"verification": {
"verified": true,
"reason": "valid",
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJqKXc6CRC1aQ7uu5UhlAAAdwUQAH5jcAvTOAGGVlZMPqw8YV9b\n2uUUq4JBO5AQAqryGLn8NzyphKM7uxogX5WXYJmNJN1NlhKiXnYrgPpDgLP1dHZO\nclC48IFNP8sflIg5+uz3Twf4w8+C5j4KhEOyjrpgm/YU+E2WGGc3938wQXNiFzaY\nhvv7Y5Hm/3bv0Pct7mcr/FUk8k0zzbe/xDMsFriULrK0WVy5X5LjSZpB+KW1Ohrt\nhIEUrxYgJbKB5V7F8auJesAvIeHSlj8y4qQzdB0M0vFxTpQw7ftYAKmZHlPu221Q\nJOm/SYB0vNq7PJFq2PyjH9x1L3pqSLN69Y1UfXAshflWEkoXRf3ssV9Ji3+AAZXj\nwNxEHnCZ8NEF4//Vliv6vJufY4vPbddpBHrUDTYJNpmRbjmW64b+rg2IB3BdgO8/\ngSBw+VS3CDjtwYH6K4TjB40VRAdLRmwzQmI+rPakci4/u2nvfIvKFZ11ZJA9kunA\nED5HmKfFfTT34hpS8uZLJTEJjZp1j/TmfpTfblGBvYlPwFoweieVzedhZ2aZcSlP\nHMbccUifyuCsjRZwbyFZt5JHabTGcPUwjscTn19VriswfEkhdzIvFLvyVIlG+Gwr\nBRTzkQt0oOAjVnvAzIOx+cnBoNtnWi+dVSzRJ/p1a9jF1h55xLEE0eldrSSpN1SQ\nrUwHlYFJDQojMcadFudx\n=beib\n-----END PGP SIGNATURE-----\n",
"payload": "tree b6164a430bf02f7b9497d3a5796c71068cfcca9d\nparent 0eef77d6107233f2029161651677804b20a48ebd\nauthor cooper <1325802+czxtm@users.noreply.github.com> 1781102394 -0700\ncommitter GitHub <noreply@github.com> 1781102394 -0700\n\nfeat(web): restyle auth flows to match app chrome (#184)\n\n* feat(web): restyle auth flows to match app chrome\n\nLogin rendered themeless: terminal body font bleeding in, indigo\nlinks, red-500 errors, and a press-any-key CRT boot gate blocking\nthe marketing -> sign-in path.\n\n- add three auth shells (Card/Panel/Minimal) derived from\n shadcnblocks login7/login2/login3; Card live on /login\n- move forms to local ui primitives + theme tokens; auth logic\n untouched (better-auth, passkey, extension handoff)\n- extract BrandWordmark from header for shared brand treatment\n- skip boot sequence on /login and /compare/*\n- add temp /compare/auth selection surface (TODO: remove after\n a shell is picked; tracked in beads)\n- anchor .gitignore tests/ pattern: it ignored every tests/ dir\n at any depth (incl. Rust crate tests); un-ignore tests/e2e so\n the new e2e spec ships with the feature\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* feat(web): adopt minimal auth shell, drop comparison scaffolding\n\nV3 (Minimal) selected from the /compare/auth lineup: wordmark and\nform directly on the page background, no container panel. Remove\nthe losing Card/Panel shells, the temporary compare route, and its\nboot-skip entry.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* chore: close compare-route cleanup issue (iridium-5x3)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"verified_at": "2026-06-10T14:39:55Z"
}
},
"url": "https://api.github.com/repos/darkmatter/iridium/commits/8d620081f874b4d2f9e7ae3c7e30756b0cc75020",
"html_url": "https://github.com/darkmatter/iridium/commit/8d620081f874b4d2f9e7ae3c7e30756b0cc75020",
"comments_url": "https://api.github.com/repos/darkmatter/iridium/commits/8d620081f874b4d2f9e7ae3c7e30756b0cc75020/comments",
"author": {
"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
},
"committer": {
"login": "web-flow",
"id": 19864447,
"node_id": "MDQ6VXNlcjE5ODY0NDQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/web-flow",
"html_url": "https://github.com/web-flow",
"followers_url": "https://api.github.com/users/web-flow/followers",
"following_url": "https://api.github.com/users/web-flow/following{/other_user}",
"gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}",
"starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/web-flow/subscriptions",
"organizations_url": "https://api.github.com/users/web-flow/orgs",
"repos_url": "https://api.github.com/users/web-flow/repos",
"events_url": "https://api.github.com/users/web-flow/events{/privacy}",
"received_events_url": "https://api.github.com/users/web-flow/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"parents": [
{
"sha": "0eef77d6107233f2029161651677804b20a48ebd",
"url": "https://api.github.com/repos/darkmatter/iridium/commits/0eef77d6107233f2029161651677804b20a48ebd",
"html_url": "https://github.com/darkmatter/iridium/commit/0eef77d6107233f2029161651677804b20a48ebd"
}
]
},
"branches": [
{
"name": "main",
"commit": {
"sha": "8d620081f874b4d2f9e7ae3c7e30756b0cc75020",
"url": "https://api.github.com/repos/darkmatter/iridium/commits/8d620081f874b4d2f9e7ae3c7e30756b0cc75020"
},
"protected": true
}
],
"created_at": "2026-06-10T14:45:30+00:00",
"updated_at": "2026-06-10T14:45:30+00:00",
"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-10T12:56:45Z",
"pushed_at": "2026-06-10T14:39:57Z",
"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": 56024,
"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": "internal",
"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-06-07T16:53:26Z"
},
"sender": {
"login": "vercel[bot]",
"id": 35613825,
"node_id": "MDM6Qm90MzU2MTM4MjU=",
"avatar_url": "https://avatars.githubusercontent.com/in/8329?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vercel%5Bbot%5D",
"html_url": "https://github.com/apps/vercel",
"followers_url": "https://api.github.com/users/vercel%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/vercel%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/vercel%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vercel%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vercel%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/vercel%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/vercel%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/vercel%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/vercel%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}