Payload
{
"action": "edited",
"changes": {
"body": {
"from": "[vc]: #7EEteUgaHCd9zTYuroZSs62wnn9/+10OYPOR363DKxo=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0aXRhbiIsInByb2plY3RJZCI6InByal9lQXpNc3didlRhSklMa05CRUpNclJoeko4MGR3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2RhcmttYXR0ZXJsYWJzL3RpdGFuL0VKR3l1Z0U2TWY3YkxxdTdUQVlXWm5oc2d6N3MiLCJwcmV2aWV3VXJsIjoidGl0YW4tZ2l0LWZpeC1jaS1tYWluLWRhcmttYXR0ZXJsYWJzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiUEVORElORyIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJ0aXRhbi1naXQtZml4LWNpLW1haW4tZGFya21hdHRlcmxhYnMudmVyY2VsLmFwcCJ9fV0sInJlcXVlc3RSZXZpZXdVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vdmVyY2VsLWFnZW50L3JlcXVlc3QtcmV2aWV3P293bmVyPWRhcmttYXR0ZXImcmVwbz1pcmlkaXVtJnByPTE4OCJ9\nThe latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more).\n\n| Project | Deployment | Actions | Updated (UTC) |\n| :--- | :----- | :------ | :------ |\n| [titan](https://vercel.com/darkmatterlabs/titan) |  [Building](https://vercel.com/darkmatterlabs/titan/EJGyugE6Mf7bLqu7TAYWZnhsgz7s) | [Preview](https://titan-git-fix-ci-main-darkmatterlabs.vercel.app), [Comment](https://vercel.live/open-feedback/titan-git-fix-ci-main-darkmatterlabs.vercel.app?via=pr-comment-feedback-link) | Jun 10, 2026 4:35pm |\n\n<a href=\"https://vercel.com/vercel-agent/request-review?owner=darkmatter&repo=iridium&pr=188\" rel=\"noreferrer\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://agents-vade-review.vercel.sh/request-review-dark.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://agents-vade-review.vercel.sh/request-review-light.svg\"><img src=\"https://agents-vade-review.vercel.sh/request-review-light.svg\" alt=\"Request Review\"></picture></a>\n\n"
}
},
"issue": {
"url": "https://api.github.com/repos/darkmatter/iridium/issues/188",
"repository_url": "https://api.github.com/repos/darkmatter/iridium",
"labels_url": "https://api.github.com/repos/darkmatter/iridium/issues/188/labels{/name}",
"comments_url": "https://api.github.com/repos/darkmatter/iridium/issues/188/comments",
"events_url": "https://api.github.com/repos/darkmatter/iridium/issues/188/events",
"html_url": "https://github.com/darkmatter/iridium/pull/188",
"id": 4633105884,
"node_id": "PR_kwDORDLl6M7k8d5v",
"number": 188,
"title": "fix(ci): unbreak web typecheck and storybook pages upload",
"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
},
"labels": [],
"state": "open",
"locked": false,
"assignees": [],
"milestone": null,
"comments": 1,
"created_at": "2026-06-10T16:35:40Z",
"updated_at": "2026-06-10T16:35:47Z",
"closed_at": null,
"assignee": null,
"author_association": "MEMBER",
"issue_field_values": [],
"type": null,
"active_lock_reason": null,
"draft": false,
"pull_request": {
"url": "https://api.github.com/repos/darkmatter/iridium/pulls/188",
"html_url": "https://github.com/darkmatter/iridium/pull/188",
"diff_url": "https://github.com/darkmatter/iridium/pull/188.diff",
"patch_url": "https://github.com/darkmatter/iridium/pull/188.patch",
"merged_at": null
},
"body": "Fixes the two failing workflows on main (run 27290055414 + 27290054013).\n\n## CI / TypeCheck web\n`marketing-navbar.tsx` cast nav hrefs into a union containing `'/docs'`, but no `/docs` route exists in the TanStack route tree, so `bunx tsc --noEmit` failed with TS2322 at every `<Link to>`.\n\nFix: render `/docs` as a plain `<a>` (same pattern hero.tsx already uses) via a small `NavLink` helper; registered routes keep fully-typed `Link`s. The dishonest `as` cast is gone.\n\n## Build and Publish Storybook to GitHub Pages\n`working-directory: ./apps/web` only applies to `run` steps, not `uses:` steps. Storybook builds into `apps/web/storybook-static`, but `upload-pages-artifact` looked for `storybook-static` at the repo root → `tar: Cannot open: No such file or directory`.\n\nFix: point the artifact path at `apps/web/storybook-static`.\n\n## Verification (local, matching CI steps)\n- `apps/web: bunx tsc --noEmit` → clean\n- `bun run build --filter=web` (with `VITE_SERVER_URL`) → pass\n- `apps/web: bun run build-storybook` → output confirmed at `apps/web/storybook-static`\n- `oxlint` on changed file → 0 warnings",
"reactions": {
"url": "https://api.github.com/repos/darkmatter/iridium/issues/188/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"timeline_url": "https://api.github.com/repos/darkmatter/iridium/issues/188/timeline",
"performed_via_github_app": null,
"state_reason": null
},
"comment": {
"url": "https://api.github.com/repos/darkmatter/iridium/issues/comments/4672278169",
"html_url": "https://github.com/darkmatter/iridium/pull/188#issuecomment-4672278169",
"issue_url": "https://api.github.com/repos/darkmatter/iridium/issues/188",
"id": 4672278169,
"node_id": "IC_kwDORDLl6M8AAAABFn1OmQ",
"user": {
"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
},
"created_at": "2026-06-10T16:35:47Z",
"updated_at": "2026-06-10T16:40:39Z",
"body": "[vc]: #8mjiE53oXw5+/I+/AHs6c/0M2j2NU7jKI4RH4DOA6iw=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0aXRhbiIsInByb2plY3RJZCI6InByal9lQXpNc3didlRhSklMa05CRUpNclJoeko4MGR3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2RhcmttYXR0ZXJsYWJzL3RpdGFuL0VKR3l1Z0U2TWY3YkxxdTdUQVlXWm5oc2d6N3MiLCJwcmV2aWV3VXJsIjoidGl0YW4tZ2l0LWZpeC1jaS1tYWluLWRhcmttYXR0ZXJsYWJzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoidGl0YW4tZ2l0LWZpeC1jaS1tYWluLWRhcmttYXR0ZXJsYWJzLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6ImFwcHMvd2ViIn1dLCJyZXF1ZXN0UmV2aWV3VXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL3ZlcmNlbC1hZ2VudC9yZXF1ZXN0LXJldmlldz9vd25lcj1kYXJrbWF0dGVyJnJlcG89aXJpZGl1bSZwcj0xODgifQ==\nThe latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more).\n\n| Project | Deployment | Actions | Updated (UTC) |\n| :--- | :----- | :------ | :------ |\n| [titan](https://vercel.com/darkmatterlabs/titan) |  [Ready](https://vercel.com/darkmatterlabs/titan/EJGyugE6Mf7bLqu7TAYWZnhsgz7s) | [Preview](https://titan-git-fix-ci-main-darkmatterlabs.vercel.app), [Comment](https://vercel.live/open-feedback/titan-git-fix-ci-main-darkmatterlabs.vercel.app?via=pr-comment-feedback-link) | Jun 10, 2026 4:40pm |\n\n<a href=\"https://vercel.com/vercel-agent/request-review?owner=darkmatter&repo=iridium&pr=188\" rel=\"noreferrer\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://agents-vade-review.vercel.sh/request-review-dark.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://agents-vade-review.vercel.sh/request-review-light.svg\"><img src=\"https://agents-vade-review.vercel.sh/request-review-light.svg\" alt=\"Request Review\"></picture></a>\n\n",
"author_association": "NONE",
"reactions": {
"url": "https://api.github.com/repos/darkmatter/iridium/issues/comments/4672278169/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"performed_via_github_app": {
"id": 8329,
"client_id": "Iv1.9d7d662ea00b8481",
"slug": "vercel",
"node_id": "MDM6QXBwODMyOQ==",
"owner": {
"login": "vercel",
"id": 14985020,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/14985020?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vercel",
"html_url": "https://github.com/vercel",
"followers_url": "https://api.github.com/users/vercel/followers",
"following_url": "https://api.github.com/users/vercel/following{/other_user}",
"gists_url": "https://api.github.com/users/vercel/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vercel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vercel/subscriptions",
"organizations_url": "https://api.github.com/users/vercel/orgs",
"repos_url": "https://api.github.com/users/vercel/repos",
"events_url": "https://api.github.com/users/vercel/events{/privacy}",
"received_events_url": "https://api.github.com/users/vercel/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"name": "Vercel",
"description": "Vercel for GitHub automatically deploys your PRs to Vercel.\r\nPreview every PR live, without any configuration required.\r\n\r\nFor more information, see our [documentation](https://vercel.com/docs/github?utm_source=github&utm_medium=marketplace&utm_campaign=vercel-app).\r\n\r\n",
"external_url": "https://vercel.com/github",
"html_url": "https://github.com/apps/vercel",
"created_at": "2018-01-19T21:51:06Z",
"updated_at": "2026-04-20T23:42:30Z",
"permissions": {
"actions": "read",
"administration": "write",
"checks": "write",
"contents": "write",
"deployments": "write",
"emails": "read",
"issues": "write",
"members": "read",
"metadata": "read",
"pull_requests": "write",
"repository_hooks": "write",
"statuses": "write",
"workflows": "write"
},
"events": [
"branch_protection_rule",
"check_run",
"delete",
"deployment",
"issue_comment",
"membership",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"pull_request_review_thread",
"push",
"repository",
"status",
"team"
]
}
},
"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-10T16:36:54Z",
"pushed_at": "2026-06-10T16:35:27Z",
"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": 56017,
"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-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"
}
}