kurenai-studio/kurenai
DSH-native Cocos vibe coding studio with headless preview and runtime inspector
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
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
Click a node in the preview
→ Kurenai Inspector resolves node/path/components
→ selection becomes DSH chat context
→ agent edits the Cocos project on disk
→ Headless Cocos compiles and HMR refreshes the iframe
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-ai2D template orbase-ai-3dtemplate from the suppliedheadless-cocoscheckout. - Existing project — open the Cocos project directory as a DSH Workspace;
Kurenai detects it from
package.jsonand 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 preview control API.src/client/— DSH shell overlay that splits chat on the left from the preview/Inspector workspace on the right.src/inspector-runtime/— browser runtime for scene tree, selection and initial 2D UI hit testing.src/shared/protocol.ts— versionedpostMessagecontract between iframe and DSH.
Current DSH tools
kurenai_project_initializekurenai_project_currentkurenai_preview_startkurenai_preview_statuskurenai_preview_stop
Development
npm install
npm run check
Install a development build into a DSH profile after building:
dsh plugin --profile <profile> add <absolute-path-to-this-repo>
Configure the generated Cordis row with the Cocos project and a local
headless-cocos checkout:
- id: kurenai
name: "@kurenai-studio/dsh-plugin-kurenai"
config:
port: 7460
controlPort: 7459
Point to the Headless Cocos stack through KURENAI_HEADLESS_ROOT. The project
path is always read from the active DSH session cwd.
The runtime kit and Cocos engine binaries are deliberately not distributed by this repository. Follow the Headless Cocos runtime-kit instructions and Cocos licensing requirements.
MVP limitations
- DSH does not expose a native center-split slot. Kurenai mounts through the
additive
shell.overlayslot and temporarily reserves right-side frame padding while open, preserving the original conversation and composer. - Selecting a node can copy a structured context block. Direct insertion into the active DSH composer still needs a supported conversation API adapter.
- Initial canvas picking targets 2D
UITransformbounds. Camera-aware 3D raycasting and complex multi-camera scenes are not implemented.
License
Kurenai source code is MIT licensed. Cocos Creator engine snapshots, packer binaries and other vendor assets are not part of this repository and remain under their respective licenses.
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.