4a46f89c9b
客户端新增随包提供的插件宿主和 Cocos Creator 集成:识别并导入 Cocos 项目,通过内置桥接操作已打开的编辑器,无需安装项目 MCP 扩展。DirectProject 现在公开 36 个独立 cocos_* 工具,保留通用 JavaScript 执行入口。 - 通用插件 SDK、命令/能力/面板注册、编辑器适配器和跨进程内置插件开关。 - Cocos 场景、节点、组件、Prefab、UI、Layout/Widget、资源、保存、撤销、日志与预览调试;目录和实现由 JS/native 共用。 - 编辑事务回读、失败回滚、后续手动修改保护及不确定结果禁止重放;预览截图通过 MCP image 返回。 - DirectProject 跳过无关专业 Agent 历史,将项目打开和历史读取中的同步 I/O 移出窗口线程,消除 Cocos 执行与项目文件锁的错误耦合。 验证: - 合并 master 后:类型/配置检查、编码检查、Rust 格式检查和提交钩子通过。 - 合并 master 后:Cocos 项目打开、插件面板和开发启动定向测试 10 通过、2 跳过;DirectProject MCP 测试 17 通过、1 项真实 Creator opt-in 忽略;插件宿主测试 9/9。 - 插件行为测试 17/17;native 测试 20/20,4 项 opt-in 测试默认忽略。 - 真实 Creator 3.8.8 的 36/36 操作 smoke,以及客户端 MCP tools/list、tools/call、UI/撤销和预览截图,在功能实现阶段已验证通过;本次 master 合并后未重复真实 GUI smoke。 验证边界:发行安装包和远端 CI 尚未验收。 Reviewed-on: #338 Co-authored-by: kdletters <kdletters@qq.com> Co-committed-by: kdletters <kdletters@qq.com>
85 lines
2.2 KiB
Plaintext
85 lines
2.2 KiB
Plaintext
node_modules/
|
|
build/
|
|
dist/
|
|
coverage/
|
|
.DS_Store
|
|
*.log
|
|
/.codex-logs/
|
|
/.codex/logs/
|
|
/.codex/run-logs/
|
|
/.codex/tmp-schema.json
|
|
/.codex-home-*.png
|
|
/.codex-cargo-home-*/
|
|
/.codex-cache*/
|
|
/.tmp*/
|
|
/.idea/
|
|
/bash.exe.stackdump
|
|
/test-code.ps1
|
|
.preview.*
|
|
tmp_*
|
|
tmp/
|
|
npc-editor-*
|
|
temp-write-check.txt
|
|
temp-build-goal-check/
|
|
/server-rs-codex-*/
|
|
/server-rs/target-*/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
/public/generated-custom-world-scenes
|
|
temp*build*/
|
|
/server-rs/target/
|
|
/apps/desktop-shell/src-tauri/target/
|
|
/apps/desktop-shell/src-tauri/gen/
|
|
/apps/desktop-shell/src-tauri/permissions/autogenerated/
|
|
/apps/ai-game-creator-shell/src-tauri/target/
|
|
/apps/ai-game-creator-shell/src-tauri/gen/
|
|
/apps/ai-game-creator-shell/src-tauri/logs/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex.exe
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/manifest.json
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/bin/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex-path/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex-resources/
|
|
/apps/ai-game-creator-shell/src-tauri/resources/codex/win-x64/codex-package.json
|
|
/apps/ai-game-creator-shell/src-tauri/resources/plugins/
|
|
/plugins/agc-cocos-editor/native/payload/
|
|
/apps/ai-game-creator-shell/logs/
|
|
/apps/ai-game-creator-shell/.llm-drafts/
|
|
/apps/ai-game-creator-shell/game-creator.config.local.json
|
|
/apps/mobile-shell/.expo/
|
|
/apps/mobile-shell/.expo-export-smoke/
|
|
/apps/preview-deployer-web/dist/
|
|
/apps/preview-deployer-web/node_modules/
|
|
/server-rs/.spacetimedb/
|
|
/server-rs/.data/
|
|
/public/generated-animations
|
|
/public/generated-character-drafts
|
|
/public/generated-characters
|
|
/.codex-temp
|
|
/.app/
|
|
/.jenkins-source-commit
|
|
/.jenkins-spacetime-schema-base
|
|
target/
|
|
/logs
|
|
/.claude/settings.local.json
|
|
/.codegraph/
|
|
/.playwright-cli/
|
|
**/.playwright-cli/
|
|
/output/playwright/
|
|
/output/external-api-smoke/
|
|
/server-rs/crates/*/logs/
|
|
.worktrees/
|
|
.rag/
|
|
.env.secrets.local
|
|
nohup.out
|
|
spacetime.local.json
|
|
deploy/container/api-server.env
|
|
deploy/container/worker-smoke/
|
|
|
|
# Local load-test data extracted from private migration files
|
|
scripts/loadtest/data/*.local.json
|
|
|
|
# Local load-test run artifacts
|
|
scripts/loadtest/data/k6-*.log
|
|
scripts/loadtest/data/k6-*summary*.md
|
|
scripts/loadtest/data/latest-*-prefix.txt
|