Payload
{
"action": "requested",
"check_suite": {
"id": 70772590998,
"node_id": "CS_kwDOQwVekM8AAAAQemAJlg",
"head_branch": "prototype/rwsdk-migration",
"head_sha": "2bb309bac6e13c7b0915fb40ff2c854bd02364ed",
"status": "queued",
"conclusion": null,
"url": "https://api.github.com/repos/darkmatter/web/check-suites/70772590998",
"before": "076db3c21df302cc59d80716c0e9b7805a5c097c",
"after": "2bb309bac6e13c7b0915fb40ff2c854bd02364ed",
"pull_requests": [],
"app": {
"id": 3663660,
"client_id": "Iv23lifA2SLzhklKJM5M",
"slug": "darkmatter",
"node_id": "A_kwHOARAg0c4AN-cs",
"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
},
"name": "darkmatter",
"description": "",
"external_url": "https://dm.sh",
"html_url": "https://github.com/apps/darkmatter",
"created_at": "2026-05-10T08:36:27Z",
"updated_at": "2026-05-22T23:47:35Z",
"permissions": {
"actions": "write",
"actions_variables": "read",
"checks": "write",
"contents": "write",
"custom_properties_for_organizations": "write",
"deployments": "write",
"discussions": "write",
"issues": "write",
"issue_fields": "read",
"issue_types": "read",
"members": "read",
"metadata": "read",
"organization_actions_variables": "write",
"organization_agent_secrets": "read",
"organization_agent_variables": "read",
"organization_codespaces": "write",
"organization_codespaces_secrets": "write",
"organization_copilot_agent_settings": "read",
"organization_custom_properties": "write",
"organization_dependabot_dismissal_requests": "read",
"organization_dependabot_secrets": "read",
"organization_events": "read",
"organization_hooks": "write",
"organization_personal_access_tokens": "write",
"organization_personal_access_token_requests": "write",
"organization_private_registries": "write",
"organization_secrets": "write",
"organization_self_hosted_runners": "write",
"org_copilot_content_exclusion": "read",
"pull_requests": "write",
"repository_hooks": "write",
"secrets": "read",
"statuses": "write",
"user_events": "read",
"workflows": "write"
},
"events": [
"commit_comment",
"create",
"deployment",
"deployment_review",
"deployment_status",
"discussion",
"discussion_comment",
"issues",
"issue_comment",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"pull_request_review_thread",
"push",
"status",
"sub_issues",
"workflow_job"
]
},
"created_at": "2026-05-26T09:19:32Z",
"updated_at": "2026-05-26T09:19:32Z",
"rerequestable": true,
"runs_rerequestable": true,
"latest_check_runs_count": 0,
"check_runs_url": "https://api.github.com/repos/darkmatter/web/check-suites/70772590998/check-runs",
"head_commit": {
"id": "2bb309bac6e13c7b0915fb40ff2c854bd02364ed",
"tree_id": "2d02e8f66c2f7e32d14c0b04c61d1a7e08a8f619",
"message": "prototype: close gaps + bring alchemy back via Cloudflare.Vite\n\nFills in the gaps from the initial prototype:\n\nAlchemy.Vite deploy\n- Rewrite alchemy.run.ts to use Cloudflare.Vite('Website', ...) — Alchemy\n handles vite build + worker upload in one resource. No more\n .open-next/dist intermediate, no manual main pointer, no bundle:false +\n isExternal:true escape hatches.\n- Restore deploy/deploy:dev/deploy:staging/deploy:production/destroy\n scripts that pipe through alchemy deploy ./alchemy.run.ts.\n- Add @effect/platform-{bun,node} and effect deps back so alchemy.run.ts\n type-checks.\n\nAll remaining routes ported\n- /posts (cf-access cookie read via next/headers shim)\n- /products/{classic,hacker,alt}\n- /incidents/swap-cow-fi-2026-04-14\n- /internal, /internal/:slug, /internal/wiki[/*], /internal/vault[/*]\n- /wiki/*, /vault[/*]\n- /og-proxy/internal/:slug (purpose-built crawler shell)\n- Catch-all 404 via /*\n\nBuilt scripts/port-page.ts — a one-shot codegen helper that strips\nNext.js-specific exports (metadata, generateMetadata, generateStaticParams,\ndynamic, runtime) and rewrites params: Promise<{}> → params: {} for\nmechanical pages. Used for 11 of the 12 ports.\n\nNew shims\n- src/shims/next-headers.ts — headers() / cookies() backed by rwsdk\n requestInfo so existing cf-access cookie reads keep working.\n- src/shims/next-og.ts — re-exports @vercel/og for opengraph-image.tsx\n files (the actual generators are deferred — they need workers-og for\n the Worker runtime).\n\nTooling\n- vite.config.mts: wire @tailwindcss/vite plugin (replaces bare\n @import 'tailwindcss').\n- package.json: add overrides + resolutions for @types/react@19.2.14 and\n csstype@^3.1.3 so radix-bundled @types/react copies don't break tsc.\n- patches/ retained for alchemy@2.0.0-beta.40.\n\nTwo pre-existing tsc errors patched\n- lib/wiki.ts:202 — tightened generated-type cast so .find() narrows.\n- components/ui/sidebar.tsx:208 — cast through unknown to bypass the\n CSSProperties duplicate-type issue.\n\nVerified\n- bun run check (tsc) clean.\n- bun run build: client (22 chunks ~770 KB) + worker (1.5 MB) in ~10s.\n- bun run dev: 18 routes probed, all return expected codes\n (200 / 307 / 404 for unknown slugs).\n\nRemaining gaps (documented in PROTOTYPE.md)\n- OG image generation (workers-og port required).\n- Top-of-worker Cloudflare Access JWT verification middleware.\n- Per-page metadata via React 19 <title>/<meta> hoisting.\n- react-compiler babel plugin.\n- Tests not wired into CI for this branch yet.",
"timestamp": "2026-05-26T09:19:19Z",
"author": {
"name": "Cooper Maruyama",
"email": "me@cooperm.com"
},
"committer": {
"name": "Cooper Maruyama",
"email": "me@cooperm.com"
}
}
},
"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-05-26T07:11:15Z",
"pushed_at": "2026-05-26T09:19:29Z",
"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": 4777,
"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": 1,
"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": 1,
"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"
}
}