Darkmatter · agent stage: prod
preview@internal.darkmatter
Events received
173186
Ignored
172891
Jobs dispatched
301

Event 08817970…

← All events

Event

Delivery
08817970-6381-11f1-9d14-668c5893cf46
Event
issue_comment
Action
created
Received
2026-06-08T21:28:48.135Z
Signature
valid
Parsed
yes
Sender
fkb032
Repo
darkmatter/iridium
Status
ignored — missing_command

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.148",
  "cf-ipcountry": "US",
  "cf-ray": "a08afd04cfca8284",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "13491",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/a80678e",
  "x-forwarded-proto": "https",
  "x-github-delivery": "08817970-6381-11f1-9d14-668c5893cf46",
  "x-github-event": "issue_comment",
  "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.148"
}

Payload

{
  "action": "created",
  "issue": {
    "url": "https://api.github.com/repos/darkmatter/iridium/issues/177",
    "repository_url": "https://api.github.com/repos/darkmatter/iridium",
    "labels_url": "https://api.github.com/repos/darkmatter/iridium/issues/177/labels{/name}",
    "comments_url": "https://api.github.com/repos/darkmatter/iridium/issues/177/comments",
    "events_url": "https://api.github.com/repos/darkmatter/iridium/issues/177/events",
    "html_url": "https://github.com/darkmatter/iridium/pull/177",
    "id": 4616709248,
    "node_id": "PR_kwDORDLl6M7kGezA",
    "number": 177,
    "title": "Expose swap cost optimizer in dashboard",
    "user": {
      "login": "fkb032",
      "id": 249513614,
      "node_id": "U_kgDODt9Gjg",
      "avatar_url": "https://avatars.githubusercontent.com/u/249513614?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fkb032",
      "html_url": "https://github.com/fkb032",
      "followers_url": "https://api.github.com/users/fkb032/followers",
      "following_url": "https://api.github.com/users/fkb032/following{/other_user}",
      "gists_url": "https://api.github.com/users/fkb032/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fkb032/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fkb032/subscriptions",
      "organizations_url": "https://api.github.com/users/fkb032/orgs",
      "repos_url": "https://api.github.com/users/fkb032/repos",
      "events_url": "https://api.github.com/users/fkb032/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fkb032/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "labels": [],
    "state": "open",
    "locked": false,
    "assignees": [],
    "milestone": null,
    "comments": 2,
    "created_at": "2026-06-08T21:17:34Z",
    "updated_at": "2026-06-08T21:28:46Z",
    "closed_at": null,
    "assignee": null,
    "author_association": "CONTRIBUTOR",
    "issue_field_values": [],
    "type": null,
    "active_lock_reason": null,
    "draft": false,
    "pull_request": {
      "url": "https://api.github.com/repos/darkmatter/iridium/pulls/177",
      "html_url": "https://github.com/darkmatter/iridium/pull/177",
      "diff_url": "https://github.com/darkmatter/iridium/pull/177.diff",
      "patch_url": "https://github.com/darkmatter/iridium/pull/177.patch",
      "merged_at": null
    },
    "body": "## Summary\n- Adds `/dashboard/swap` and a `SWAP COSTS` dashboard tab for the existing swap cost optimizer UI.\n- Adds the swap analytics table migration and makes swap analytics APIs degrade to empty/skipped responses when `DATABASE_URL` or analytics tables are unavailable.\n- Fixes current-main production/type/test blockers found during the production audit: stale lucide `Chrome` icon import, Storybook prop drift, Recharts typing drift, pricing prop typing, and Vitest workspace aliasing for `@nixmac/shared` subpaths.\n\n## Audit Notes\n- Real Vercel project is `darkmatterlabs/titan`, not the stale `titan-mockup` project.\n- Current production URL is `https://titan-darkmatterlabs.vercel.app`; the live production bundle does not yet contain `/dashboard/swap` or `SWAP COSTS`.\n- Latest production deployments in Vercel were still `Error` before this branch; this branch currently has a Vercel preview building from Git integration.\n\n## Verification\n- `bun install --frozen-lockfile`\n- `bun --filter web check-types`\n- `bun --filter web build`\n- `bun --filter web test`\n- `bun --filter @nixmac/shared test`\n- `bunx oxlint apps/web/src/components/layout/header.tsx apps/web/src/routes/dashboard/swap.tsx apps/web/api/swap-cost apps/web/src/components/dashboard5.tsx apps/web/src/components/pricing98.tsx apps/web/src/components/ui/badge.stories.tsx apps/web/src/components/ui/button.stories.tsx apps/web/src/components/ui/dialog.stories.tsx apps/web/src/components/ui/select.stories.tsx apps/web/src/routes/extension.tsx apps/web/vitest.config.ts`\n- Local smoke: `http://127.0.0.1:3004/dashboard/swap` returns `200 OK` and opens in browser as `Iridium`.\n\n## Production Plan\n- Wait for the Vercel preview for this branch to finish.\n- Verify `/dashboard/swap` on the preview URL.\n- Merge to `main` only after preview is green; Git integration should deploy production.",
    "reactions": {
      "url": "https://api.github.com/repos/darkmatter/iridium/issues/177/reactions",
      "total_count": 1,
      "+1": 1,
      "-1": 0,
      "laugh": 0,
      "hooray": 0,
      "confused": 0,
      "heart": 0,
      "rocket": 0,
      "eyes": 0
    },
    "timeline_url": "https://api.github.com/repos/darkmatter/iridium/issues/177/timeline",
    "performed_via_github_app": null,
    "state_reason": null
  },
  "comment": {
    "url": "https://api.github.com/repos/darkmatter/iridium/issues/comments/4653712062",
    "html_url": "https://github.com/darkmatter/iridium/pull/177#issuecomment-4653712062",
    "issue_url": "https://api.github.com/repos/darkmatter/iridium/issues/177",
    "id": 4653712062,
    "node_id": "IC_kwDORDLl6M8AAAABFWICvg",
    "user": {
      "login": "fkb032",
      "id": 249513614,
      "node_id": "U_kgDODt9Gjg",
      "avatar_url": "https://avatars.githubusercontent.com/u/249513614?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/fkb032",
      "html_url": "https://github.com/fkb032",
      "followers_url": "https://api.github.com/users/fkb032/followers",
      "following_url": "https://api.github.com/users/fkb032/following{/other_user}",
      "gists_url": "https://api.github.com/users/fkb032/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/fkb032/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/fkb032/subscriptions",
      "organizations_url": "https://api.github.com/users/fkb032/orgs",
      "repos_url": "https://api.github.com/users/fkb032/repos",
      "events_url": "https://api.github.com/users/fkb032/events{/privacy}",
      "received_events_url": "https://api.github.com/users/fkb032/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "created_at": "2026-06-08T21:28:45Z",
    "updated_at": "2026-06-08T21:28:45Z",
    "body": "Final verification after amended commit `8d381c25`:\n\n- Vercel preview is ready: https://titan-4ko4rsuey-darkmatterlabs.vercel.app/dashboard/swap?skipBoot=1\n- Production currently remains unchanged: https://titan-darkmatterlabs.vercel.app does not contain `/dashboard/swap` yet.\n- Checks green: TypeCheck + Build, Unit Tests, Rust Check, Graphite, Vercel.\n- Deployed bundle contains `dashboard/swap` and `SWAP COSTS`.\n- Browser smoke: preview route opens as `Iridium` without reported console errors.\n\nMerge to `main` should let the existing Vercel Git integration deploy production.",
    "author_association": "MEMBER",
    "reactions": {
      "url": "https://api.github.com/repos/darkmatter/iridium/issues/comments/4653712062/reactions",
      "total_count": 0,
      "+1": 0,
      "-1": 0,
      "laugh": 0,
      "hooray": 0,
      "confused": 0,
      "heart": 0,
      "rocket": 0,
      "eyes": 0
    },
    "performed_via_github_app": null
  },
  "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-07T09:12:56Z",
    "pushed_at": "2026-06-08T21:22:01Z",
    "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": 54842,
    "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": "fkb032",
    "id": 249513614,
    "node_id": "U_kgDODt9Gjg",
    "avatar_url": "https://avatars.githubusercontent.com/u/249513614?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/fkb032",
    "html_url": "https://github.com/fkb032",
    "followers_url": "https://api.github.com/users/fkb032/followers",
    "following_url": "https://api.github.com/users/fkb032/following{/other_user}",
    "gists_url": "https://api.github.com/users/fkb032/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/fkb032/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/fkb032/subscriptions",
    "organizations_url": "https://api.github.com/users/fkb032/orgs",
    "repos_url": "https://api.github.com/users/fkb032/repos",
    "events_url": "https://api.github.com/users/fkb032/events{/privacy}",
    "received_events_url": "https://api.github.com/users/fkb032/received_events",
    "type": "User",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}