Payload
{
"ref": "refs/heads/main",
"workflow": ".github/workflows/opencode-dispatch.yml",
"inputs": {
"event_name": "issue_comment",
"owner": "darkmatter",
"repo": "nixmac",
"actor": "czxtm",
"delivery": "b7475140-63b9-11f1-94b8-4c7efa3718df",
"payload": "{\"action\":\"created\",\"sender\":{\"login\":\"czxtm\",\"type\":\"User\"},\"repository\":{\"name\":\"nixmac\",\"full_name\":\"darkmatter/nixmac\",\"owner\":{\"login\":\"darkmatter\",\"type\":\"Organization\"},\"default_branch\":\"develop\"},\"comment\":{\"id\":4656031849,\"node_id\":\"IC_kwDOSB6EzM8AAAABFYVoaQ\",\"body\":\"/oc snapshots shouldnt fail builds\",\"html_url\":\"https://github.com/darkmatter/nixmac/pull/346#issuecomment-4656031849\",\"user\":{\"login\":\"czxtm\",\"type\":\"User\"}},\"issue\":{\"number\":346,\"title\":\"feat(native): experimental spinning-mascot indicator during evolve/build\",\"body\":\"## What\\n\\nAn **experimental, developer-settings-gated** feature: when enabled, a corner-pinned, always-on-top window shows a realistic **3D nixmac cube** that **hops then spins** on its Y axis while an evolution is running or a `darwin-rebuild` is building.\\n\\nEnable via **Developer → Experimental → \\\"Spinning mascot\\\"** (off by default; takes effect on next launch).\\n\\n## How it works\\n\\n- **New `experimentalSpinningMascot` UI pref** — plumbed the standard way: Rust struct (`specta::Type`) → regenerated `ipc/types.ts` bindings → widget store (`BoolPrefKey`) → `usePrefs` load → Developer-tab toggle. Persisted via `tauri-plugin-store` like every other bool pref.\\n- **`evolve-mascot` Tauri window** — a transparent, borderless, always-on-top floating panel created in `setup()` and shown/hidden via `evolve_mascot_show` / `evolve_mascot_hide` commands. This mirrors the proven `preview-indicator` pattern exactly. (An earlier lazy `run_on_main_thread` variant never delivered its closure — the window was never created; the `setup()` pattern fixes it.)\\n- **Driver** — `useEvolveMascot()` (mounted in the main widget) shows the window while `experimentalSpinningMascot && (isGenerating || rebuild.isRunning)`.\\n- **`NixmacMascot3D`** — `three.js` / `@react-three/fiber` / `@react-three/drei`. An extruded rounded **cube** with lit beveled edges, the mascot face on the front and the device panel on the back, lit by a procedural environment (no network). The hop+spin is ported 1:1 from the CSS `nixmac-cube-hop` (idle → crouch → hop → 360° Y-spin → land, with squash/stretch).\\n- **Bundle isolation** — `three.js` is imported *only* by the indicator window entry, so it lands in a separate `evolve-mascot` chunk and never enters the main app bundle (confirmed via `vite build`). The window is created at launch only when the flag is on, so there's zero cost when off.\\n\\n## Verification\\n\\n| Gate | Result |\\n|---|---|\\n| `tsc --noEmit` | ✅ clean |\\n| `oxlint` | ✅ clean |\\n| `cargo check` | ✅ clean |\\n| Unit suite | ✅ 112/112 |\\n| Storybook snapshots | ✅ pass |\\n| `vite build` (prod) | ✅ three.js isolated to the indicator chunk |\\n| **Live in the app** | ✅ confirmed on-device: cube created, shown on the right-most monitor, hops + spins |\\n\\n## How to test\\n\\n1. Open **Settings → General**, tap the version 7× to enable Developer mode.\\n2. **Developer → Experimental → Spinning mascot** → on.\\n3. Restart nixmac (the window is created at launch).\\n4. Run an evolution or a build → the spinning cube appears in the bottom-right of your right-most monitor, and hides when it finishes.\\n\\n## Notes\\n\\n- New deps: `three`, `@react-three/fiber`, `@react-three/drei` (+ `@types/three`). `bun.nix` was regenerated by the `bun2nix` postinstall.\\n- Off by default; the indicator only renders while evolving/building.\\n- The 3D face is a static texture (the live blink/smile from the 2D mascot isn't reproduced in WebGL — intentional tradeoff for the realistic look).\\n\\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\\n\",\"html_url\":\"https://github.com/darkmatter/nixmac/pull/346\",\"user\":{\"login\":\"czxtm\",\"type\":\"User\"},\"pull_request\":{\"url\":\"https://api.github.com/repos/darkmatter/nixmac/pulls/346\",\"html_url\":\"https://github.com/darkmatter/nixmac/pull/346\",\"diff_url\":\"https://github.com/darkmatter/nixmac/pull/346.diff\",\"patch_url\":\"https://github.com/darkmatter/nixmac/pull/346.patch\",\"merged_at\":null}}}",
"model": "openrouter/google/gemini-3.1-pro-preview-customtools",
"opencode_version": "1.15.0"
},
"repository": {
"id": 1218503331,
"node_id": "R_kgDOSKDiow",
"name": "platform",
"full_name": "darkmatter/platform",
"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/platform",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/platform",
"forks_url": "https://api.github.com/repos/darkmatter/platform/forks",
"keys_url": "https://api.github.com/repos/darkmatter/platform/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/platform/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/platform/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/platform/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/platform/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/platform/events",
"assignees_url": "https://api.github.com/repos/darkmatter/platform/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/platform/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/platform/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/platform/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/platform/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/platform/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/platform/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/platform/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/platform/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/platform/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/platform/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/platform/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/platform/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/platform/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/platform/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/platform/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/platform/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/platform/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/platform/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/platform/merges",
"archive_url": "https://api.github.com/repos/darkmatter/platform/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/platform/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/platform/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/platform/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/platform/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/platform/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/platform/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/platform/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/platform/deployments",
"created_at": "2026-04-23T00:12:38Z",
"updated_at": "2026-06-06T09:01:11Z",
"pushed_at": "2026-06-06T09:01:08Z",
"git_url": "git://github.com/darkmatter/platform.git",
"ssh_url": "git@github.com:darkmatter/platform.git",
"clone_url": "https://github.com/darkmatter/platform.git",
"svn_url": "https://github.com/darkmatter/platform",
"homepage": null,
"size": 813,
"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": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"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": "darkmatter[bot]",
"id": 283346107,
"node_id": "BOT_kgDOEOOEuw",
"avatar_url": "https://avatars.githubusercontent.com/in/3663660?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter%5Bbot%5D",
"html_url": "https://github.com/apps/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/darkmatter%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/darkmatter%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/darkmatter%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}