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

28 lines
1.5 KiB
XML
Raw Permalink 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>
<!-- compliance 模块Wave3 合规域「锁风门 Gate」-api对外契约层/ -server业务实现层克隆 ad 黄金模板范式 -->
<modules>
<module>game-module-compliance-api</module>
<module>game-module-compliance-server</module>
</modules>
<artifactId>game-module-compliance</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
绘境AI - compliance 模块(合规锁风门 Gate发布前合规扫描聚合风格/IP 原子→verdict+ 内容分级 + 封禁台账。
D2 范围铁律:只做 Gate绝不重写 project 审核状态机(审核状态机权威归 project只交付 ComplianceGateApi.evaluate seam 供 project.publish 注入。
错误码段 = 1-109-***-***。Flyway = V9。
</description>
</project>