lili b31cc37a4f chore(brand): 造梦AI→绘境AI 全活层品牌不变量收口(441 文件)
把活层退役旧品牌「造梦AI」统一改为现行「绘境AI」,brand-invariant 门红线归零。构成:
~412 Java @author 署名 + game-studio/index.html 浏览器标题 + game-runtime/package.json 描述
+ game-admin/.env VITE_APP_TITLE 运营后台标题 + contracts API title/@Schema 用户协议示例/events 描述
+ docs-design mockup 品牌位 + 各模块注释。全是注释/显示/元数据,零逻辑改动。
zaomeng 拼音持久化标识符按 2026-06-24 评审 GR-05 不动(347 处保留)。
白名单(docs/ip 法律备案 / _archive / 带日期留痕)与 AGENTS.md 门定义自身不动。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 08:29:11 -07:00

23 lines
990 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "game-runtime",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "绘境AI 平台维护的 LittleJS 增强发行版Tier1 引擎 + 能力插件库)。引擎钉版与 spike/channel-spike 一致(littlejsengine@1.18.19)esbuild 仅集成段(mini-desktop)打包使用lane 本机零依赖只跑 node --test。",
"scripts": {
"test": "node --test src/**/*.test.mjs",
"build": "node scripts/build.mjs",
"size": "node scripts/size.mjs",
"validate": "node scripts/validate-manifest.mjs",
"build:ref-bundle": "node scripts/build.mjs games/wanglanmei-ref/entry-bundle.js games/wanglanmei-ref/dist/ref-bundle.iife.js --global-name=__GameBundle",
"build:ref-harness": "node scripts/build.mjs games/wanglanmei-ref/entry.js games/wanglanmei-ref/dist/ref-bundle.js --global-name=WanglanmeiRef"
},
"dependencies": {
"littlejsengine": "1.18.19"
},
"devDependencies": {
"esbuild": "0.28.1",
"ws": "^8.21.0"
}
}