dd36de3aa6
- 新增 plugins/ 插件工作区及 agc-cocos-editor 插件包,Cocos 直连模块从宿主源码树迁入插件包 - 新增 server-rs/crates/editor-adapter-api 通用编辑器适配器契约,宿主只保留适配器注册与 RPC 路由 - 新增内置插件登记表与可用开关,状态持久化在 AppData extensions/builtin-plugins.json,状态文件损坏时失败关闭 - 禁用内置插件时先停止进程并拒绝启动,同时从 Runtime 工具目录、工具策略快照、原生函数目录与 DirectProject 工具面移除对应工具 - 插件宿主新增 plugins/ 工作区扫描,内置插件优先于同名 AppData 导入插件,前端只提供可用开关而不提供重命名和卸载入口 - 编辑器操作统一经 host.rpc 路由到插件包自带的 native 适配器,并删除 Cocos 专属 Tauri 命令 - 修正 Windows 打包与开发态 payload 路径,随包映射 plugins 工作区资源 - 同步插件、Cocos 桥接、实施计划文档与 decision log
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
|