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

29 lines
1.6 KiB
XML
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.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- 父:沿用 huijing 聚合父 POMgroupId 复用 com.wanxiang 仅为 Maven 坐标;业务代码包名为 com.wanxiang.huijing.game拆仓时再改坐标 -->
<parent>
<groupId>com.wanxiang</groupId>
<artifactId>huijing</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<!-- studio 模块Wave3 创作主链路最小版):-api对外契约层/ -server业务实现层克隆 ad 黄金模板范式 -->
<modules>
<module>game-module-studio-api</module>
<module>game-module-studio-server</module>
</modules>
<artifactId>game-module-studio</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
绘境AI - studio 模块(创作主链路最小版,与 game-studio 产品端前端仓区分):有状态创作工作台后端,
编排「建草稿(委托 project createProject)→一句话生成(委托 aigc)→进度轮询→重生成→模板应用」。
不跑 LLM委托 aigc、不持久化项目版本交 project、不做锁风裁决调 compliance
MVP 轮询非 MQattachments 本波仅持久化不透传 aigc。错误码段 = 1-112-***-***Flyway = V8。
</description>
</project>