feat: add Workshop tab with 3D hex-tile visualization#32
Open
jhillbht wants to merge 2 commits intoCommonstackAI:mainfrom
Open
feat: add Workshop tab with 3D hex-tile visualization#32jhillbht wants to merge 2 commits intoCommonstackAI:mainfrom
jhillbht wants to merge 2 commits intoCommonstackAI:mainfrom
Conversation
Vendor Vibecraft2's core Three.js scene into src/workshop/ and embed it as a passive observability tab in ClawBox. The workshop reacts to existing chat/tool SSE events via an event bridge that translates streaming callbacks into scene animations (character movement between stations, tool activity panels, spawn beams, zone notifications). - Add Workshop sidebar nav item with lazy-loaded view - Vendor and adapt 38 Vibecraft2 modules (scene, entities, events, utils) - Create EventBridge + ClawBoxEventTap to forward useChat callbacks - Add WorkshopCanvas (Three.js lifecycle), FeedOverlay, Controls components - Add Zustand workshop store for feed items and settings - Code-split three.js into vendor-three chunk - Add en/zh locale keys Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pins esbuild and updates vite lockfile resolution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vendor Vibecraft2's core Three.js scene into src/workshop/ and embed it as a passive observability tab in ClawBox. The workshop reacts to existing chat/tool SSE events via an event bridge that translates streaming callbacks into scene animations (character movement between stations, tool activity panels, spawn beams, zone notifications).
Summary
Validation
npm run build:frontendnpm run build:backendcargo check --manifest-path src-tauri/Cargo.tomlwhen Tauri/package code changednpm run smoke:backendwhen a real OpenClaw runtime was unavailablenpm run scan:reponpm run audit:depsCompatibility Notes
Screenshots / Logs
Include screenshots or logs when the change affects UI or onboarding.
Ownership
State whether the change is ClawBox-only or also requires coordinated OpenClaw updates.