kurenai-studio/kurenai

kurenai-studio★ 2TypeScriptLast synced: 2026-08-17

Open on GitHub

DSH-native Cocos vibe coding studio with headless preview and runtime inspector

README excerpt

Kurenai Studio DSH-native Cocos vibe coding: chat beside a live Headless Cocos preview, inspect the runtime scene tree, click a node, and use that selection as precise agent context. Status: working MVP. Kurenai directly uses each DSH session's workspace directory as its Cocos project root. Product loop Kurenai intentionally edits source files rather than mutating only the browser runtime, so changes survive reload and remain reviewable. Workspace workflow Kurenai does not maintain an independent project registry. - New project — create/open an empty DSH Workspace, then choose the base-ai 2D template or base-ai-3d template from the supplied headless-cocos checkout. - Existing project — open the Cocos project directory as a DSH Workspace; Kurenai detects it from package.json and starts the preview. - Continue work — reopen the existing DSH Workspace/session. DSH remains the source of truth for project paths, recent workspaces and conversations. Repository surfaces - src/index.ts — DSH host plugin and preview lifecycle tools. - src/preview/controller.ts — starts/stops an external Headless Cocos checkout. - src/project/ — current-DSH-workspace detection, initialization and local previ…

View full README on GitHub →
Tools / Devcocosdeepseek-harnessdsh-pluginagent

Category