merge: 尾波SVG批——plan①顶图纵切redraw(cutover三态入图)+质量SoT quality-01(12条口径redraw)/02(rubric+F-4五裁定新图)+重推演档§0门面图;4图atlas规范+XML复验+PNG眼验全过(眼验抓获A11格过时+紫盒溢出已修) (尾波)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
commit
41cde493ee
@ -39,7 +39,9 @@ flowchart LR
|
||||
LIN -->|校准单·治理门| PACK -->|先验变好| RUN
|
||||
```
|
||||
|
||||
> SVG 门面图收口时按 atlas 补;本档图以 mermaid 为准。
|
||||

|
||||
|
||||
上面的 mermaid 是流水线的机器可读事实源,这张门面图把整份重推演的骨架铺成一眼可读的三段。顶部是方法链五步:只取产品需求、项目目标、已冻架构三层输入(刻意不看详细设计),推出 G1–G5 目标函数(北极星 = 可信发布率每元),落成资产 / 执行 / 裁决 / 治理观测四个面,再与现行图说对照——推到同一面墙的是互证,推岔的才是待裁差量。中段是四个面的形状:资产面把每一单沉淀成版本化的源工程血缘 DAG 与共享资产包,执行面用无状态单写 run 加一条统一的有界重写原语(生成中修复、A11、remix 是同一件事),裁决面以确定性门栈作发布权唯一来源、外加 PlaySpec 考卷与 VerdictFeedback 判卷两份一等契约,治理观测面横切三者、保证预算上界可证明、一切可按 gameId join。底下的闭环点出护城河所在:门过后发布入 feed,玩家真数据经血缘与校准单固化回品类资产包,让下一单的先验变好。最后一排是 Δ1–Δ9 的裁决落点,按三态着色——已落地(C5/C6 契约、Δ6 叙事、Δ9① 注记已回库,画实线)、已采纳(预算两段式、判例库、立宪、能力旗标,裁定采而工单在排)、backlog(重写原语合一、升档梯子、血缘三件、gate-pack 取代 per-tier fork,采而排在放量或 A11 e2e 之后)。判法与差量的细节以正文各节与 §5 裁决表为准。
|
||||
|
||||
## 1 这次推演的输入、方法与用途
|
||||
|
||||
|
||||
185
docs/agent-specs/assets/rethink-00-第一性重推演总览.svg
Normal file
185
docs/agent-specs/assets/rethink-00-第一性重推演总览.svg
Normal file
@ -0,0 +1,185 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1480 764" font-family="-apple-system,'PingFang SC','Microsoft YaHei',Segoe UI,sans-serif">
|
||||
<defs>
|
||||
<marker id="arrow" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#334155"/></marker>
|
||||
<marker id="arrowd" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#64748b"/></marker>
|
||||
<style>
|
||||
.t{fill:#0f172a}.mut{fill:#475569}.sm{font-size:12px}.xs{font-size:11px}.xxs{font-size:10px}
|
||||
.h1{font-size:24px;font-weight:700}.lbl{font-size:13px;font-weight:600}
|
||||
.flow{stroke:#334155;stroke-width:2;fill:none}
|
||||
.dash{stroke:#64748b;stroke-width:1.6;fill:none;stroke-dasharray:6 4}
|
||||
</style>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1480" height="764" fill="#f8fafc"/>
|
||||
|
||||
<!-- 标题 -->
|
||||
<text x="40" y="36" class="t h1">图 0 · 第一性重推演总览:五层方法链 → 四面流水线 → Δ1–Δ9 裁决落点</text>
|
||||
<text x="40" y="58" class="mut sm">换个脑子、只取三层输入(需求 / 目标 / 已冻架构)从头设计,再与现行图说对照:推到同一面墙 = 方向性互证,推岔 = 值得逐条裁的差量。本档是判卷、不是第二份架构 SoT。</text>
|
||||
|
||||
<!-- 状态约定条 -->
|
||||
<rect x="40" y="68" width="1400" height="38" rx="8" fill="#f1f5f9" stroke="#64748b" stroke-width="1.3"/>
|
||||
<text x="54" y="92" class="t xs">整图状态(三态)——<tspan fill="#15803d" font-weight="700">实线绿 = 已落地</tspan>(裁定后已回库) · <tspan fill="#2563eb" font-weight="700">实线蓝 = 已采纳</tspan>(裁定采 · 待工单落) · <tspan fill="#64748b" font-weight="700">灰虚线 = backlog / 缓 / spike</tspan>(采但排后)。本档不改现行架构与代码,采纳的差量经工单落地。</text>
|
||||
|
||||
<!-- ===== 方法链五步 ===== -->
|
||||
<text x="40" y="126" class="t lbl">重推演方法链(刻意只取三层输入、不看详细设计)</text>
|
||||
<rect x="40" y="134" width="260" height="46" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6"/>
|
||||
<text x="54" y="153" class="t xs" font-weight="700">① 输入三层(不看详设)</text>
|
||||
<text x="54" y="171" class="mut xxs">产品需求 · 项目目标 · 已冻架构要求</text>
|
||||
<rect x="324" y="134" width="260" height="46" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6"/>
|
||||
<text x="338" y="153" class="t xs" font-weight="700">② 目标函数 G1–G5</text>
|
||||
<text x="338" y="171" class="mut xxs">北极星 = 可信发布率每元</text>
|
||||
<rect x="608" y="134" width="260" height="46" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6"/>
|
||||
<text x="622" y="153" class="t xs" font-weight="700">③ 设计方案 · 四个面</text>
|
||||
<text x="622" y="171" class="mut xxs">资产 · 执行 · 裁决 · 治理观测</text>
|
||||
<rect x="892" y="134" width="260" height="46" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6"/>
|
||||
<text x="906" y="153" class="t xs" font-weight="700">④ 互证:推到同一面墙</text>
|
||||
<text x="906" y="171" class="mut xxs">方向性互证 · 共享事实、非双盲</text>
|
||||
<rect x="1176" y="134" width="264" height="46" rx="9" fill="#fff7ed" stroke="#b45309" stroke-width="1.8"/>
|
||||
<text x="1190" y="153" class="t xs" font-weight="700">⑤ 差量 Δ1–Δ9</text>
|
||||
<text x="1190" y="171" class="mut xxs">推岔的才拿出来裁</text>
|
||||
<line x1="300" y1="157" x2="322" y2="157" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="584" y1="157" x2="606" y2="157" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="868" y1="157" x2="890" y2="157" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="1152" y1="157" x2="1174" y2="157" class="flow" marker-end="url(#arrow)"/>
|
||||
|
||||
<!-- ===== 四个面流水线 ===== -->
|
||||
<!-- 资产面 -->
|
||||
<rect x="40" y="192" width="440" height="206" rx="11" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="56" y="213" class="t lbl">资产面(沉淀什么)</text>
|
||||
<rect x="56" y="222" width="408" height="80" rx="8" fill="#eff6ff" stroke="#2563eb" stroke-width="1.5"/>
|
||||
<text x="68" y="241" class="t xs" font-weight="700">源工程血缘 DAG</text>
|
||||
<text x="68" y="258" class="mut xxs">边只三种:generate(新建)/ modify(A11)/ remix(做同款)</text>
|
||||
<text x="68" y="274" class="mut xxs">节点 = 版本(contentHash + 构建 profile + provenance)</text>
|
||||
<text x="68" y="290" class="mut xxs">血缘字段第一天就在源工程契约顶层(分成 / 防刷 / 归因地基)</text>
|
||||
<rect x="56" y="310" width="408" height="80" rx="8" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.5"/>
|
||||
<text x="68" y="329" class="t xs" font-weight="700">品类资产包 + 插件库 + 判例库</text>
|
||||
<text x="68" y="346" class="mut xxs">设计 skill · 脚手架 · few-shot · rubric · 门金标回归集</text>
|
||||
<text x="68" y="362" class="mut xxs">共享资产,只经治理门更新:</text>
|
||||
<text x="68" y="378" class="mut xxs">校准单 → 人审 → 版本化发布 → 观察窗对照 → 劣化即 revert</text>
|
||||
|
||||
<!-- 执行面 -->
|
||||
<rect x="500" y="192" width="440" height="206" rx="11" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="516" y="213" class="t lbl">执行面(怎么跑)</text>
|
||||
<rect x="516" y="222" width="408" height="52" rx="8" fill="#f8fafc" stroke="#475569" stroke-width="1.5"/>
|
||||
<text x="528" y="240" class="t xs" font-weight="700">无状态单写 run</text>
|
||||
<text x="528" y="257" class="mut xxs">脚手架起手 → 有界 ReAct → 构建;跑完即弃、状态外置可续跑</text>
|
||||
<rect x="516" y="282" width="408" height="52" rx="8" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.5"/>
|
||||
<text x="528" y="300" class="t xs" font-weight="700">统一有界重写原语</text>
|
||||
<text x="528" y="317" class="mut xxs">生成中修复 = A11 模块重生成 = remix 编辑,一条码路 · 三断言</text>
|
||||
<rect x="516" y="342" width="408" height="48" rx="8" fill="#f8fafc" stroke="#64748b" stroke-width="1.5" stroke-dasharray="6 4"/>
|
||||
<text x="528" y="360" class="t xs" font-weight="700">局内升档梯子(backlog · spike)</text>
|
||||
<text x="528" y="377" class="mut xxs">卡住的最小失败面,预算带内换强模型;只花尾部的钱买成功率</text>
|
||||
|
||||
<!-- 裁决面 -->
|
||||
<rect x="960" y="192" width="480" height="206" rx="11" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="976" y="213" class="t lbl">裁决面(谁说了算)</text>
|
||||
<rect x="976" y="222" width="448" height="56" rx="8" fill="#fef2f2" stroke="#dc2626" stroke-width="1.8"/>
|
||||
<text x="988" y="240" class="t xs" font-weight="700">确定性门栈 · gate-pack 组合</text>
|
||||
<text x="988" y="257" class="mut xxs">发布权唯一来源 · 自带金标回归集;真玩取证 · 零 LLM 硬门</text>
|
||||
<text x="988" y="273" class="mut xxs">出题 ≠ 被考;LLM 只做非阻塞丰富度评分,永不自评放行</text>
|
||||
<rect x="976" y="286" width="448" height="50" rx="8" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.5"/>
|
||||
<text x="988" y="304" class="t xs" font-weight="700">VerdictFeedback 契约(C5/C6 中 C6)</text>
|
||||
<text x="988" y="321" class="mut xxs">门裁决 → 结构化反馈:哪门 · phaseNow · driver · 证据 · 失败面 · 修复方向</text>
|
||||
<rect x="976" y="344" width="448" height="48" rx="8" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.5"/>
|
||||
<text x="988" y="362" class="t xs" font-weight="700">PlaySpec 考卷契约(C5)</text>
|
||||
<text x="988" y="379" class="mut xxs">游戏声明「怎么被玩 / 被判」·由源工程派生、源变即重生</text>
|
||||
|
||||
<!-- 面间箭头 -->
|
||||
<line x1="924" y1="248" x2="974" y2="248" class="flow" marker-end="url(#arrow)"/>
|
||||
<text x="928" y="242" class="xxs mut">RUN·SPEC→门</text>
|
||||
<path d="M974,320 L946,320 L946,308 L926,308" class="flow" marker-end="url(#arrow)"/>
|
||||
<text x="820" y="304" class="xxs mut">反馈 → 定向重写</text>
|
||||
|
||||
<!-- ===== 治理与观测面(横切) ===== -->
|
||||
<rect x="40" y="410" width="1400" height="66" rx="11" fill="#faf5ff" stroke="#7c3aed" stroke-width="1.6"/>
|
||||
<text x="56" y="430" class="t lbl" fill="#6d28d9">治理与观测面(横切三面 · 上界可证明、一切可 join)</text>
|
||||
<text x="56" y="450" class="mut xs">预算两段式:软停线(越线只许收尾类动作)+ 硬地板(轮数×单步上限 + 总墙钟 + 收尾预算带,¥ 上界数学封死)——上界永远可证明,软停不等于无界。</text>
|
||||
<text x="56" y="468" class="mut xs">trace 台账:traceId→gameId 全链可 join(生成特征 × 门裁决 × 成本 × 玩家行为 × 收益);成本只认计费平面 quota 行、不信模型自报。配置分两类:受治理发版 / 运营热改。</text>
|
||||
|
||||
<!-- ===== 闭环回流条 ===== -->
|
||||
<text x="40" y="500" class="t lbl">闭环:把不可靠输出精炼成可信资产,并回流让先验变好</text>
|
||||
<rect x="40" y="508" width="212" height="30" rx="8" fill="#fef2f2" stroke="#dc2626" stroke-width="1.5"/><text x="146" y="527" text-anchor="middle" class="t xxs" font-weight="700">门栈过门 + 合规</text>
|
||||
<rect x="278" y="508" width="212" height="30" rx="8" fill="#ffffff" stroke="#334155" stroke-width="1.4"/><text x="384" y="527" text-anchor="middle" class="t xxs" font-weight="700">发布入 feed</text>
|
||||
<rect x="516" y="508" width="212" height="30" rx="8" fill="#ffffff" stroke="#334155" stroke-width="1.4"/><text x="622" y="527" text-anchor="middle" class="t xxs" font-weight="700">玩家真数据</text>
|
||||
<rect x="754" y="508" width="212" height="30" rx="8" fill="#eff6ff" stroke="#2563eb" stroke-width="1.4"/><text x="860" y="527" text-anchor="middle" class="t xxs" font-weight="700">血缘 DAG(gameId join)</text>
|
||||
<rect x="992" y="508" width="212" height="30" rx="8" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.4"/><text x="1098" y="527" text-anchor="middle" class="t xxs" font-weight="700">校准单 · 治理门固化</text>
|
||||
<rect x="1230" y="508" width="210" height="30" rx="8" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.4"/><text x="1335" y="527" text-anchor="middle" class="t xxs" font-weight="700">先验变好 → 回 RUN</text>
|
||||
<line x1="252" y1="523" x2="276" y2="523" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="490" y1="523" x2="514" y2="523" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="728" y1="523" x2="752" y2="523" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="966" y1="523" x2="990" y2="523" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="1204" y1="523" x2="1228" y2="523" class="flow" marker-end="url(#arrow)"/>
|
||||
<path d="M1335,538 L1335,550 L146,550 L146,538" class="dash" marker-end="url(#arrowd)"/>
|
||||
<text x="740" y="547" text-anchor="middle" class="xxs mut">↺ 闭环回流:玩家真数据经血缘与校准单固化,让下一单先验变好(护城河 = 数据 / 资产 / 血缘,搬不走)</text>
|
||||
|
||||
<!-- ===== Δ1–Δ9 裁决落点 ===== -->
|
||||
<text x="40" y="576" class="t lbl">Δ1–Δ9 差量裁决落点(创始人 2026-07-03「一次性裁决」· 数值为生效草案值)</text>
|
||||
|
||||
<!-- Row A -->
|
||||
<rect x="40" y="584" width="272" height="62" rx="8" fill="#eff6ff" stroke="#2563eb" stroke-width="1.7"/>
|
||||
<rect x="252" y="588" width="52" height="15" rx="7" fill="#2563eb"/><text x="278" y="599" text-anchor="middle" font-size="9" fill="#ffffff">已采纳</text>
|
||||
<text x="52" y="601" class="t xxs" font-weight="700">预算两段式(含 Δ7)</text>
|
||||
<text x="52" y="616" class="mut xxs">软停 ¥10/¥50 + 硬地板 ×1.5(¥15/¥75)</text>
|
||||
<text x="52" y="629" class="mut xxs">越线只许收尾;生产 / CLI / 图说三处统一</text>
|
||||
<text x="52" y="642" class="mut xxs">采 · 立即生效</text>
|
||||
|
||||
<rect x="322" y="584" width="272" height="62" rx="8" fill="#f0fdf4" stroke="#15803d" stroke-width="1.9"/>
|
||||
<rect x="534" y="588" width="52" height="15" rx="7" fill="#15803d"/><text x="560" y="599" text-anchor="middle" font-size="9" fill="#ffffff">已落地</text>
|
||||
<text x="334" y="601" class="t xxs" font-weight="700">Δ1 考卷 + 判卷契约(C5/C6)</text>
|
||||
<text x="334" y="616" class="mut xxs">PlaySpec + VerdictFeedback 立一等契约</text>
|
||||
<text x="334" y="629" class="mut xxs">已入图说 §三契约表(增两行)</text>
|
||||
<text x="334" y="642" class="mut xxs">schema + 校验器 + 负样本落 contracts(收口面)</text>
|
||||
|
||||
<rect x="604" y="584" width="272" height="62" rx="8" fill="#eff6ff" stroke="#2563eb" stroke-width="1.7"/>
|
||||
<rect x="816" y="588" width="52" height="15" rx="7" fill="#2563eb"/><text x="842" y="599" text-anchor="middle" font-size="9" fill="#ffffff">已采纳</text>
|
||||
<text x="616" y="601" class="t xxs" font-weight="700">Δ4 门金标判例库</text>
|
||||
<text x="616" y="616" class="mut xxs">误杀 / 漏放判例集中位(contracts 或 harness 树)</text>
|
||||
<text x="616" y="629" class="mut xxs">门判据任何改动必先过全量判例</text>
|
||||
<text x="616" y="642" class="mut xxs">采</text>
|
||||
|
||||
<rect x="886" y="584" width="272" height="62" rx="8" fill="#eff6ff" stroke="#2563eb" stroke-width="1.7"/>
|
||||
<rect x="1098" y="588" width="52" height="15" rx="7" fill="#2563eb"/><text x="1124" y="599" text-anchor="middle" font-size="9" fill="#ffffff">已采纳</text>
|
||||
<text x="898" y="601" class="t xxs" font-weight="700">Δ5 契约 = schema + 校验器</text>
|
||||
<text x="898" y="616" class="mut xxs">立宪:新契约 DoD 含机器校验器 + 负样本进 CI</text>
|
||||
<text x="898" y="629" class="mut xxs">「无校验器不算契约」写入 engineering-conventions</text>
|
||||
<text x="898" y="642" class="mut xxs">采 · 立宪</text>
|
||||
|
||||
<rect x="1168" y="584" width="272" height="62" rx="8" fill="#f0fdf4" stroke="#15803d" stroke-width="1.9"/>
|
||||
<rect x="1380" y="588" width="52" height="15" rx="7" fill="#15803d"/><text x="1406" y="599" text-anchor="middle" font-size="9" fill="#ffffff">已落地</text>
|
||||
<text x="1180" y="601" class="t xxs" font-weight="700">Δ6 叙事重心</text>
|
||||
<text x="1180" y="616" class="mut xxs">图说 §一改述为「按变更频率设缝」</text>
|
||||
<text x="1180" y="629" class="mut xxs">(非框架可插拔);随 W-DSGN doc-sync 回同</text>
|
||||
<text x="1180" y="642" class="mut xxs">采</text>
|
||||
|
||||
<!-- Row B -->
|
||||
<rect x="40" y="654" width="272" height="62" rx="8" fill="#f8fafc" stroke="#64748b" stroke-width="1.6" stroke-dasharray="6 4"/>
|
||||
<rect x="252" y="658" width="52" height="15" rx="7" fill="#64748b"/><text x="278" y="669" text-anchor="middle" font-size="9" fill="#ffffff">backlog</text>
|
||||
<text x="52" y="671" class="t xxs" font-weight="700">Δ2 统一有界重写原语</text>
|
||||
<text x="52" y="686" class="mut xxs">修复 = A11 = remix 合一条码路</text>
|
||||
<text x="52" y="699" class="mut xxs">排 A11 计费 e2e 之后立单</text>
|
||||
<text x="52" y="712" class="mut xxs">采 · 缓(在飞验收面不动)</text>
|
||||
|
||||
<rect x="322" y="654" width="272" height="62" rx="8" fill="#f8fafc" stroke="#64748b" stroke-width="1.6" stroke-dasharray="6 4"/>
|
||||
<rect x="534" y="658" width="52" height="15" rx="7" fill="#64748b"/><text x="560" y="669" text-anchor="middle" font-size="9" fill="#ffffff">backlog</text>
|
||||
<text x="334" y="671" class="t xxs" font-weight="700">Δ3 局内升档梯子</text>
|
||||
<text x="334" y="686" class="mut xxs">失败面换强模型;F-2 后 A/B spike</text>
|
||||
<text x="334" y="699" class="mut xxs">四前置清了才谈生产、成本方差须封</text>
|
||||
<text x="334" y="712" class="mut xxs">采 spike · 不采直接上线</text>
|
||||
|
||||
<rect x="604" y="654" width="272" height="62" rx="8" fill="#f8fafc" stroke="#64748b" stroke-width="1.6" stroke-dasharray="6 4"/>
|
||||
<rect x="816" y="658" width="52" height="15" rx="7" fill="#64748b"/><text x="842" y="669" text-anchor="middle" font-size="9" fill="#ffffff">backlog</text>
|
||||
<text x="616" y="671" class="t xxs" font-weight="700">Δ8 血缘三件</text>
|
||||
<text x="616" y="686" class="mut xxs">lineage 顶层字段 + 边表 + trade game_id 透传</text>
|
||||
<text x="616" y="699" class="mut xxs">放量(决策包⑤)前落地,否则种子数据断链</text>
|
||||
<text x="616" y="712" class="mut xxs">采 · 绑放量</text>
|
||||
|
||||
<rect x="886" y="654" width="554" height="62" rx="8" fill="#ffffff" stroke="#334155" stroke-width="1.5"/>
|
||||
<rect x="1380" y="658" width="52" height="15" rx="7" fill="#475569"/><text x="1406" y="669" text-anchor="middle" font-size="9" fill="#ffffff">混合</text>
|
||||
<text x="898" y="671" class="t xxs" font-weight="700">Δ9 契约表面三主张</text>
|
||||
<text x="898" y="686" class="xxs"><tspan fill="#15803d" font-weight="700">①A8–A13 缓编号(注记已加 · 已落地)</tspan><tspan class="mut"> 单实现期不冻、第二消费者出现才逐条抬升</tspan></text>
|
||||
<text x="898" y="699" class="xxs"><tspan fill="#64748b" font-weight="700">②gate-pack 取代 per-tier fork(缓裁 · backlog)</tspan><tspan class="mut"> 现不动任何 schema</tspan></text>
|
||||
<text x="898" y="712" class="xxs"><tspan fill="#2563eb" font-weight="700">③tier 不进契约字段、用能力旗标 + 预算档(新增遵此 · 已采纳)</tspan><tspan class="mut"> 对外 Tier0/1/2 口径不变</tspan></text>
|
||||
|
||||
<!-- 脚注 -->
|
||||
<text x="40" y="738" class="mut xs">映射:docs/agent-specs/2026-07-03-生成引擎agentic架构-第一性重推演与差量-设计.md(§0 一图看懂 / §2 目标函数 / §3 四个面 / §5 差量裁决表)|状态:现(2026-07-03 创始人一次性裁决;C5/C6 · Δ6 · Δ9① 已落库,余按 W-ARCH 批工单排)|设计变动须同步本图</text>
|
||||
<text x="40" y="756" class="mut xxs">注:本档是判卷、不是第二份架构 SoT——canonical 唯一性不动;采纳的差量按正常工单流程改图说与代码,backlog 项排期见各线。互证为方向性(共享事实基底、非双盲),提示承重墙选对、非证明。</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
@ -1,14 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1480 880" font-family="-apple-system,'PingFang SC','Microsoft YaHei',Segoe UI,sans-serif">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1480 940" font-family="-apple-system,'PingFang SC','Microsoft YaHei',Segoe UI,sans-serif">
|
||||
<defs>
|
||||
<marker id="arr" markerWidth="11" markerHeight="11" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#334155"/></marker>
|
||||
<marker id="arrg" markerWidth="11" markerHeight="11" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#15803d"/></marker>
|
||||
<style>
|
||||
.t{fill:#0f172a}.mut{fill:#475569}.sm{font-size:12px}.xs{font-size:11px}
|
||||
.t{fill:#0f172a}.mut{fill:#475569}.sm{font-size:12px}.xs{font-size:11px}.xxs{font-size:10px}
|
||||
.h1{font-size:24px;font-weight:700}.lbl{font-size:13px;font-weight:600}
|
||||
.lt{font-size:15px;font-weight:700}
|
||||
</style>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1480" height="880" fill="#f8fafc"/>
|
||||
<rect x="0" y="0" width="1480" height="940" fill="#f8fafc"/>
|
||||
|
||||
<!-- 标题区 -->
|
||||
<text x="40" y="40" class="t h1">图 1 · 四层质量塔:机制可玩 → 内容丰富 → 留存结构 → 传播钩子</text>
|
||||
@ -17,8 +17,8 @@
|
||||
<rect x="92" y="74" width="46" height="20" rx="4" fill="#475569"/><text x="115" y="88" text-anchor="middle" font-size="11" fill="#ffffff">数据</text>
|
||||
|
||||
<!-- 生效徽章 -->
|
||||
<rect x="1150" y="20" width="290" height="30" rx="15" fill="#15803d"/>
|
||||
<text x="1295" y="40" text-anchor="middle" font-size="13" font-weight="700" fill="#ffffff">决策包⑦ 已批准生效 · 2026-07-02</text>
|
||||
<rect x="1104" y="20" width="336" height="30" rx="15" fill="#15803d"/>
|
||||
<text x="1272" y="40" text-anchor="middle" font-size="12.5" font-weight="700" fill="#ffffff">决策包⑦ 生效 2026-07-02 · 07-03 增补第 12 条口径</text>
|
||||
|
||||
<!-- L4 塔尖 -->
|
||||
<rect x="450" y="195" width="360" height="115" rx="10" fill="#fff7ed" stroke="#b45309" stroke-width="2"/>
|
||||
@ -41,8 +41,8 @@
|
||||
<rect x="846" y="463" width="66" height="22" rx="11" fill="#15803d"/><text x="879" y="478" text-anchor="middle" font-size="11" fill="#ffffff">非阻塞</text>
|
||||
<text x="356" y="484" class="t lt">L2 内容丰富 — 有料、耐玩吗</text>
|
||||
<text x="356" y="508" class="mut xs">判定者:LLM 验证 agent 按品类 rubric · 逐条 0/1 + 一句理由 · 三分组小计,不设单一总分</text>
|
||||
<text x="356" y="526" class="mut xs">通用底座 v2 = 11 条(L2 6 / L3 3 / L4 2,已实装)+ 品类扩展 ≥4 条(分母分开)</text>
|
||||
<text x="356" y="544" class="mut xs">金标锚定:每品类 ≥1 正例 + ≥1 薄反例,评分尺变更漂移超 ±1 即回退</text>
|
||||
<text x="356" y="526" class="mut xs">通用底座 v2 = 12 条(L2 7 / L3 3 / L4 2,已实装,逐条见下带)+ 品类扩展 ≥4 条(分母分开)</text>
|
||||
<text x="356" y="544" class="mut xs">金标锚定:每品类 ≥1 正例 + ≥1 薄反例,评分尺变更漂移超 ±1 即回退(复采样 ≥3 取中位再判)</text>
|
||||
|
||||
<!-- L1 塔基 -->
|
||||
<rect x="280" y="590" width="700" height="150" rx="10" fill="#fef2f2" stroke="#dc2626" stroke-width="2.5"/>
|
||||
@ -84,42 +84,49 @@
|
||||
|
||||
<!-- 右栏:档位线 -->
|
||||
<text x="1020" y="136" class="t lbl">档位线(生效值 · 消费于品类小批验收与批次观测,不拦单款)</text>
|
||||
<rect x="1020" y="148" width="420" height="148" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<rect x="1020" y="148" width="420" height="168" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="1036" y="172" class="t lbl">便宜档(AI 低参与)· per-gen <¥10(图/音另线)</text>
|
||||
<text x="1036" y="194" class="mut xs">实测基线 ¥0.25–0.9/款;预算余量优先买丰富、不买省钱</text>
|
||||
<text x="1036" y="212" class="mut xs">结构下限:底线四件(成长轴 / 解锁阶梯 ≥3 级 / 第二动机 / 音反馈)</text>
|
||||
<text x="1036" y="230" class="mut xs">+ 1 主循环 ≤2 主机制 + 首 3 分钟脚本(映射不动走申报,不许裸降)</text>
|
||||
<text x="1036" y="248" class="mut xs">观测线:L2 组均分 ≥60% 组满分(区间 55–65% 待锁)且无恒 0 条目</text>
|
||||
<text x="1036" y="266" class="mut xs">L3 组 ≥2/3 成立 · L4 组 ≥1/2 成立(品类小批 n=3–5)</text>
|
||||
<text x="1036" y="286" class="mut xs">首批申报已批两件(非遗类 / 解谜类替代丰富轴,通用条目文本不动)</text>
|
||||
|
||||
<rect x="1020" y="312" width="420" height="130" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="1036" y="336" class="t lbl">tier2(AI 深参与)· per-gen <¥50 · 目标 ≤¥3/成功款</text>
|
||||
<text x="1036" y="358" class="mut xs">实测基线 ¥1.29/款</text>
|
||||
<text x="1036" y="376" class="mut xs">结构下限:≥3 个耦合子系统 + 阶段目标长线;品类结构项由品类件承载</text>
|
||||
<text x="1036" y="394" class="mut xs">观测线:rubric 均分 ≥70% 满分(区间 65–75% 待锁)</text>
|
||||
<text x="1036" y="412" class="mut xs">通用 / 品类扩展两分母分开,品类扩展组无恒 0 条目</text>
|
||||
<rect x="1020" y="332" width="420" height="126" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="1036" y="356" class="t lbl">tier2(AI 深参与)· per-gen <¥50 · 目标 ≤¥3/成功款</text>
|
||||
<text x="1036" y="378" class="mut xs">实测基线 ¥1.29/款</text>
|
||||
<text x="1036" y="396" class="mut xs">结构下限:≥3 个耦合子系统 + 阶段目标长线;品类结构项由品类件承载</text>
|
||||
<text x="1036" y="414" class="mut xs">观测线:rubric 均分 ≥70% 满分(区间 65–75% 待锁)</text>
|
||||
<text x="1036" y="432" class="mut xs">通用 / 品类扩展两分母分开,品类扩展组无恒 0 条目</text>
|
||||
|
||||
<!-- 右栏:防 Goodhart 红线 -->
|
||||
<rect x="1020" y="458" width="420" height="136" rx="9" fill="#fef2f2" stroke="#dc2626" stroke-width="2"/>
|
||||
<text x="1036" y="482" class="lbl" fill="#dc2626">防 Goodhart 红线</text>
|
||||
<text x="1036" y="506" class="mut xs">L2–L4 分数一律非阻塞;升门动议须回本档 SoT 并过创始人</text>
|
||||
<text x="1036" y="526" class="mut xs">硬证据只有两种:机器真玩 + 玩家真实数据</text>
|
||||
<text x="1036" y="546" class="mut xs">「好玩」终审归人(审核台);不造质量总分 / 爆火分</text>
|
||||
<text x="1036" y="566" class="mut xs">量纲禁互灌:rubric 0–N / 生成 0–1 / 运营 0–100 / D11 0–100</text>
|
||||
<rect x="1020" y="474" width="420" height="126" rx="9" fill="#fef2f2" stroke="#dc2626" stroke-width="2"/>
|
||||
<text x="1036" y="498" class="lbl" fill="#dc2626">防 Goodhart 红线</text>
|
||||
<text x="1036" y="520" class="mut xs">L2–L4 分数一律非阻塞;升门动议须回本档 SoT 并过创始人</text>
|
||||
<text x="1036" y="540" class="mut xs">硬证据只有两种:机器真玩 + 玩家真实数据</text>
|
||||
<text x="1036" y="560" class="mut xs">「好玩」终审归人(审核台);不造质量总分 / 爆火分</text>
|
||||
<text x="1036" y="580" class="mut xs">量纲禁互灌:rubric 0–N / 生成 0–1 / 运营 0–100 / D11 0–100</text>
|
||||
|
||||
<!-- 右栏:D11 管辖 -->
|
||||
<rect x="1020" y="610" width="420" height="112" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.6"/>
|
||||
<text x="1036" y="634" class="lbl" fill="#1d4ed8">D11 就绪分 = 开闸治理观测件(不属质量分层)</text>
|
||||
<text x="1036" y="656" class="mut xs">权重管辖归质量轨(playability 0.5 / firstPlay 0.25</text>
|
||||
<text x="1036" y="674" class="mut xs">/ stability 0.15 / efficiency 0.1);efficiency 错配为首个复核件</text>
|
||||
<text x="1036" y="692" class="mut xs">放量后 ≥100 款样本 × 留存真数据校准;权重可整体回退上一版</text>
|
||||
<rect x="1020" y="616" width="420" height="112" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.6"/>
|
||||
<text x="1036" y="640" class="lbl" fill="#1d4ed8">D11 就绪分 = 开闸治理观测件(不属质量分层)</text>
|
||||
<text x="1036" y="662" class="mut xs">权重管辖归质量轨(playability 0.5 / firstPlay 0.25</text>
|
||||
<text x="1036" y="680" class="mut xs">/ stability 0.15 / efficiency 0.1);efficiency 错配为首个复核件</text>
|
||||
<text x="1036" y="698" class="mut xs">放量后 ≥100 款样本 × 留存真数据校准;权重可整体回退上一版</text>
|
||||
|
||||
<!-- 底部:两套门消歧 -->
|
||||
<rect x="40" y="760" width="950" height="62" rx="9" fill="#ffffff" stroke="#64748b" stroke-width="1.4"/>
|
||||
<text x="56" y="782" class="t sm" font-weight="700">两套「门」消歧:L1 = 真玩九门 + 富三门 + 首局门(验收面);开闸六门 D12 / GP9 / 9d / D11 / D9 / 首局(放量治理面)不属质量分层</text>
|
||||
<text x="56" y="802" class="mut xs">首局门 = H 门 additive 派生超集、FAIL 不推翻 H;富三门只随多系统富游戏档位(现 tier2 经营类),便宜档经营用 occupied 反应族 + score 递增断言(门不跨档、断言照常)</text>
|
||||
|
||||
<!-- 底部:通用底座 12 条口径明细带 -->
|
||||
<rect x="40" y="832" width="1400" height="70" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.6"/>
|
||||
<text x="56" y="852" class="t lbl">通用底座 v2 = 12 条口径(2026-07-03 增补第 12 条,已实装为现网评分尺 · 一次评分产三分组小计、不设单一总分 · 通用与品类扩展两分母不混)</text>
|
||||
<text x="56" y="874" class="xs"><tspan fill="#15803d" font-weight="700">L2 内容丰富(7):</tspan><tspan class="mut">即时反馈 / 可见成长 / 30 秒爽点 / 数值滚雪球 / 情感锚 / 音反馈 / </tspan><tspan fill="#15803d" font-weight="700">核心操作非无脑(新增)</tspan></text>
|
||||
<text x="56" y="892" class="xs"><tspan fill="#0891b2" font-weight="700">L3 留存结构(3):</tspan><tspan class="mut">下一个解锁 / 放置回归 / 首 3 分钟脚本 </tspan><tspan fill="#b45309" font-weight="700">L4 传播结构(2):</tspan><tspan class="mut">炫耀时刻 / 同款钩子 + 品类扩展 ≥4 条(分母独立小计)</tspan></text>
|
||||
|
||||
<!-- 脚注 -->
|
||||
<text x="40" y="850" class="mut xs">映射:游戏质量与爆火能力.md(四层模型 SoT 的门面图)|状态:现(2026-07-02 决策包⑦批准生效;观测线区间待首批品类件回填锁值)|设计变动须同步本图</text>
|
||||
<text x="40" y="868" class="mut xs">注:塔基→塔尖 = 权力递减(唯一拒发 → 纯观测)、证据递软(机器真玩 → LLM 评分 → 结构存在性)、真判递晚(生成时 → 上线后)。</text>
|
||||
<text x="40" y="920" class="mut xs">映射:游戏质量与爆火能力.md(四层模型 SoT 的门面图)|状态:现(2026-07-02 决策包⑦批准生效 · 2026-07-03 增补第 12 条口径;观测线区间待首批品类件回填锁值)|设计变动须同步本图</text>
|
||||
<text x="40" y="936" class="mut xxs">注:塔基→塔尖 = 权力递减(唯一拒发 → 纯观测)、证据递软(机器真玩 → LLM 评分 → 结构存在性)、真判递晚(生成时 → 上线后)。</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 13 KiB |
118
docs/architecture/架构/生成引擎/assets/quality-02-rubric计分与平衡门.svg
Normal file
118
docs/architecture/架构/生成引擎/assets/quality-02-rubric计分与平衡门.svg
Normal file
@ -0,0 +1,118 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1480 700" font-family="-apple-system,'PingFang SC','Microsoft YaHei',Segoe UI,sans-serif">
|
||||
<defs>
|
||||
<marker id="arr" markerWidth="11" markerHeight="11" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#334155"/></marker>
|
||||
<marker id="arrd" markerWidth="11" markerHeight="11" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#64748b"/></marker>
|
||||
<marker id="arrr" markerWidth="11" markerHeight="11" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#dc2626"/></marker>
|
||||
<style>
|
||||
.t{fill:#0f172a}.mut{fill:#475569}.sm{font-size:12px}.xs{font-size:11px}.xxs{font-size:10px}
|
||||
.h1{font-size:24px;font-weight:700}.lbl{font-size:13px;font-weight:600}
|
||||
.flow{stroke:#334155;stroke-width:2;fill:none}
|
||||
.dash{stroke:#64748b;stroke-width:1.6;fill:none;stroke-dasharray:6 4}
|
||||
</style>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1480" height="700" fill="#f8fafc"/>
|
||||
|
||||
<!-- 标题 -->
|
||||
<text x="40" y="36" class="t h1">图 2 · rubric 计分制与 F-4 平衡门五裁定</text>
|
||||
<text x="40" y="58" class="mut sm">L2–L4 内容质量怎么打分(逐条 0/1、三分组小计、非阻塞),以及「平衡」这件事谁说了算(真玩动态门权威、静态恒 advisory)。两者都服从防 Goodhart:软信号绝不拿拒发权。</text>
|
||||
|
||||
<line x1="728" y1="76" x2="728" y2="648" class="dash"/>
|
||||
|
||||
<!-- ===== 左栏:rubric 计分制 ===== -->
|
||||
<text x="40" y="94" class="t lbl">rubric 计分制(§4)— 逐条 0/1 · 三分组小计 · 不设单一总分</text>
|
||||
|
||||
<rect x="40" y="102" width="672" height="60" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.5"/>
|
||||
<text x="54" y="122" class="t xs" font-weight="700">计分单元:每条 rubric 的最小形状</text>
|
||||
<text x="54" y="140" class="mut xs">编号 / 层标(L2·L3·L4)/ 一句可判定判据 / 一对正反例</text>
|
||||
<text x="54" y="156" class="mut xs">评分记 0/1(成立 / 不成立)+ 逐条给一句理由</text>
|
||||
|
||||
<rect x="40" y="172" width="672" height="80" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.6"/>
|
||||
<text x="54" y="192" class="t xs" font-weight="700">三分组小计,不设单一总分(防 Goodhart)</text>
|
||||
<text x="54" y="210" class="mut xs">一次 LLM 评分同时产 L2 丰富 / L3 留存 / L4 传播 三个分组小计</text>
|
||||
<text x="54" y="228" class="mut xs">不另起三套评分,也不合成单一总分——单一总分会诱导 Goodhart</text>
|
||||
<text x="54" y="246" class="mut xs">分组小计才对得上三层各自的消费点(品类件验收 / 批次观测 / 回流)</text>
|
||||
|
||||
<rect x="40" y="262" width="672" height="62" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.5"/>
|
||||
<text x="54" y="282" class="t xs" font-weight="700">两分母分开、不混合平均(规范一·二)</text>
|
||||
<text x="54" y="300" class="mut xs">通用底座 12 条(L2 7 / L3 3 / L4 2,已实装为现网评分尺)</text>
|
||||
<text x="54" y="318" class="mut xs">+ 品类扩展 ≥4 条(品类特有维度,同形状同层标,独立小计)</text>
|
||||
|
||||
<rect x="40" y="334" width="672" height="80" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.5"/>
|
||||
<text x="54" y="354" class="t xs" font-weight="700">判定形态(规范四):纯 LLM · 非阻塞 · 逐条给理由</text>
|
||||
<text x="54" y="372" class="mut xs">绝不写成代码校验、不进九门、不进脚手架(创始人红线)</text>
|
||||
<text x="54" y="390" class="mut xs">评分调用失败 / 超时 / 解析失败 → 降级「本次未评出」</text>
|
||||
<text x="54" y="408" class="mut xs">不抛、不阻断生成、不进达标判定——评分再错也不拦游戏</text>
|
||||
|
||||
<rect x="40" y="424" width="672" height="80" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.5"/>
|
||||
<text x="54" y="444" class="t xs" font-weight="700">与 L1 断言的分界(规范五):同名两物、分工明确</text>
|
||||
<text x="54" y="462" class="mut xs">code-presence 类(即时反馈 / 下一个解锁 / 音反馈)软化为 LLM 评分维度</text>
|
||||
<text x="54" y="480" class="mut xs">经 H 门 assertAfterPlay 的真玩硬断言(score 递增 / currency 扣减)属 L1</text>
|
||||
<text x="54" y="498" class="mut xs">保留硬断言、不软化——降成软评分会削 L1 拒发权,方向恰好反了</text>
|
||||
|
||||
<rect x="40" y="514" width="672" height="126" rx="9" fill="#fffbeb" stroke="#b45309" stroke-width="2"/>
|
||||
<text x="54" y="534" class="lbl" fill="#b45309">复采样纪律(规范三):确定性锚点治 LLM 漂移,不用另一个 LLM 治</text>
|
||||
<text x="54" y="554" class="mut xs">每品类 ≥1 金标正例 + ≥1 薄反例;rubric / 评分 prompt 变更必金标复验</text>
|
||||
<text x="54" y="572" class="mut xs">单款分组小计漂移超 ±1 即回退</text>
|
||||
<text x="54" y="590" class="mut xs">复采样:漂移超 ±1 先同输入复采样 ≥3 次取中位再判</text>
|
||||
<text x="54" y="608" class="mut xs">(LLM 对逐字节相同输入,单次采样命中数差可达 3,属固有噪声;prompt 未变可机证时不据单样本回退)</text>
|
||||
<text x="54" y="626" class="mut xs">薄反例先验证「真薄」:模板可能天然品类饱和,此时用合成薄壳作反例、不用模板</text>
|
||||
|
||||
<!-- ===== 右栏:F-4 平衡门五裁定 ===== -->
|
||||
<text x="756" y="94" class="t lbl">F-4 平衡门判法(§8)— 五条裁定(n=5 收敛环 runbook 工单)</text>
|
||||
|
||||
<!-- 流程图 -->
|
||||
<rect x="770" y="106" width="240" height="40" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.8"/>
|
||||
<text x="890" y="131" text-anchor="middle" class="t xs" font-weight="700">agent 写玩法数值 / 数据表</text>
|
||||
|
||||
<rect x="770" y="164" width="240" height="52" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="890" y="184" text-anchor="middle" class="t xs" font-weight="700">静态自检 economyConsistent</text>
|
||||
<text x="890" y="202" text-anchor="middle" class="mut xxs">毫秒级 · advisory · 自检工具(非放行判据)</text>
|
||||
|
||||
<rect x="770" y="234" width="240" height="56" rx="9" fill="#fef2f2" stroke="#dc2626" stroke-width="2.2"/>
|
||||
<text x="890" y="254" text-anchor="middle" class="t xs" font-weight="700">真玩动态门(权威)</text>
|
||||
<text x="890" y="272" text-anchor="middle" class="mut xxs">经济门 win/lose 双路 + H_progress · enforced</text>
|
||||
|
||||
<rect x="808" y="312" width="164" height="34" rx="9" fill="#f0fdf4" stroke="#15803d" stroke-width="2"/>
|
||||
<text x="890" y="333" text-anchor="middle" class="t xs" font-weight="700">L1 放行</text>
|
||||
|
||||
<rect x="1052" y="216" width="356" height="66" rx="9" fill="#fffbeb" stroke="#b45309" stroke-width="1.8"/>
|
||||
<text x="1066" y="236" class="t xs" font-weight="700">失败:数值证据反馈(F-1)</text>
|
||||
<text x="1066" y="254" class="mut xs">实测值 vs 期望值 + 一句为什么(不只喂门名)</text>
|
||||
<text x="1066" y="272" class="mut xs">静态 economyConsistent 差额一并折进;tier2 富三门对齐便宜档厚度</text>
|
||||
|
||||
<!-- 流程箭头 -->
|
||||
<line x1="890" y1="146" x2="890" y2="164" class="flow" marker-end="url(#arr)"/>
|
||||
<line x1="890" y1="216" x2="890" y2="234" class="flow" marker-end="url(#arr)"/>
|
||||
<line x1="890" y1="290" x2="890" y2="312" class="flow" marker-end="url(#arr)"/>
|
||||
<text x="900" y="306" class="xxs" fill="#15803d" font-weight="700">全绿</text>
|
||||
<line x1="1010" y1="258" x2="1050" y2="252" class="flow" stroke="#dc2626" marker-end="url(#arrr)"/>
|
||||
<text x="1012" y="244" class="xxs" fill="#dc2626" font-weight="700">失败</text>
|
||||
<!-- 静态 → agent 回环(差额即时提示) -->
|
||||
<path d="M768,190 L748,190 L748,126 L768,126" class="dash" marker-end="url(#arrd)"/>
|
||||
<text x="742" y="160" class="xxs mut" transform="rotate(-90 742 160)" text-anchor="middle">数值差额即时提示</text>
|
||||
<!-- 反馈 → agent 回环(定向修) -->
|
||||
<path d="M1230,216 L1230,92 L890,92 L890,104" class="dash" marker-end="url(#arrd)"/>
|
||||
<text x="1000" y="86" class="xxs mut">F-1 反馈 → agent 定向修(判法不变、反馈变厚)</text>
|
||||
|
||||
<!-- 五裁定 -->
|
||||
<rect x="756" y="360" width="684" height="176" rx="9" fill="#ffffff" stroke="#334155" stroke-width="1.5"/>
|
||||
<text x="770" y="380" class="t xs" font-weight="700">五条裁定</text>
|
||||
<text x="770" y="400" class="mut xs">其一 权威 = 真玩动态门,不回退静态判——静态证明不了「真玩得到」(顾客耐心 / 时序 / 操作节奏只在真玩里)</text>
|
||||
<text x="770" y="420" class="mut xs">其二 静态判据 = agent 自检工具 + 反馈素材,恒 advisory 不升门(省一轮真玩往返,但永非放行判据)</text>
|
||||
<text x="770" y="440" class="mut xs">其三 反馈契约 = 失败必喂数值证据(实测值 vs 期望值 + 一句为什么),不只喂门名;tier2 富三门对齐便宜档厚度</text>
|
||||
<text x="770" y="460" class="mut xs">其四 平衡的「调」永远是 agent 玩法职责,工具层不代调(不做数值模板、不补平衡骨架);义务 = 讲清「为什么不平衡」</text>
|
||||
<text x="770" y="480" class="mut xs">其五 赢线双源分工——游戏内赢线(agent 可调)/ 验收外生线(不可调);真玩经济门要求两者同时成立</text>
|
||||
<text x="770" y="504" class="xxs mut">失败反馈须同时暴露三个数:实测终值 · 游戏内赢线 · 验收外生线;若游戏内赢线低于验收地板,直接指出结构性错配、别对着改不动的阈值空转。</text>
|
||||
<text x="770" y="522" class="xxs mut">两级验收别混:F-1 的「自修通过 ≥2 例」证反馈契约生效;tier2 go/no-go 仍以 F-2 干净复跑与收敛环判定为准。</text>
|
||||
|
||||
<!-- 组合诊断处置 -->
|
||||
<rect x="756" y="546" width="684" height="90" rx="9" fill="#f1f5f9" stroke="#64748b" stroke-width="1.4"/>
|
||||
<text x="770" y="566" class="t xs" font-weight="700">静态 × 真玩组合的固定处置(裁定二诊断信号)</text>
|
||||
<text x="770" y="586" class="mut xs">真玩过 · 静态挂 → 放行(静态差额记 warning 进观测,复核静态判据模型)</text>
|
||||
<text x="770" y="604" class="mut xs">真玩挂 · 静态过 → 失败(问题大概率在耐心 / 时序 / 操作节奏,不在数值总量) · 双挂 → 失败,两组证据并喂</text>
|
||||
<text x="770" y="622" class="mut xs">真玩无有效观测(探针读不到 state / 驱不到终态)→ 走 harness/driver 故障路径(E/H 门),绝不以静态替代放行</text>
|
||||
|
||||
<!-- 脚注 -->
|
||||
<text x="40" y="666" class="mut xs">映射:游戏质量与爆火能力.md §4(rubric 体系)+ §8(平衡门五裁定)+ §3 规范三复采样|状态:现(2026-07-02 决策包⑦生效 · §4 规范三复采样与第 12 条为 07-03 增补)|设计变动须同步本图</text>
|
||||
<text x="40" y="684" class="mut xxs">注:rubric 计分与平衡门是质量模型 SoT 的两条「怎么判」主线——前者判 L2–L4 内容质量(软信号、非阻塞),后者判 L1 经济平衡(真玩硬证据、唯一拒发权);两条都靠确定性锚点封住 Goodhart 与评分漂移。</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
@ -8,7 +8,7 @@ date: 2026-07-02
|
||||
|
||||

|
||||
|
||||
> **生效状态**:本模型经 Codex + Opus 双评审后,由创始人 2026-07-02 以决策包⑦一次拍定生效——四层定义与权力分配、档位观测线、rubric 计分制、平衡门判法五裁定、「收窄 A–E」历史化、富三门档位适用与断言分界、D11 权重管辖移交,七项俱批;档内数值草案即生效值,观测线区间待首批品类件回填分布后锁成单值(§10)。设计留痕 = `docs/agent-specs/2026-07-02-游戏质量与爆火能力-设计.md`。
|
||||
> **生效状态**:本模型经 Codex + Opus 双评审后,由创始人 2026-07-02 以决策包⑦一次拍定生效——四层定义与权力分配、档位观测线、rubric 计分制、平衡门判法五裁定、「收窄 A–E」历史化、富三门档位适用与断言分界、D11 权重管辖移交,七项俱批;档内数值草案即生效值,观测线区间待首批品类件回填分布后锁成单值(§10)。2026-07-03 通用底座增补第 12 条口径(「核心操作非无脑」,L2 满分升至 12),图 1 底部明细带按 L2 7 / L3 3 / L4 2 分组列全。设计留痕 = `docs/agent-specs/2026-07-02-游戏质量与爆火能力-设计.md`。
|
||||
|
||||
质量不是一个分,是四层递进的塔:机器门保「能玩」(L1,质量分层内唯一拒发权),LLM 评「有料」(L2),结构要求保「想再玩」(L3)与「想传出去」(L4)的前提;玩家真实数据是 L3/L4 的最终裁判,并回流校准 L2–L4 评分与 D11 权重。本档立标准、判定归属与数值档位,是 W-GENRE 品类件 rubric、tier2 富三门反馈契约、数据飞轮留存口径的共同上位标准。它不重定义九门/富三门/首局门的具体判据(判据 SoT 仍是[验收门](验收门.md),本档只裁消费口径),不建留存/传播数据的采集管道(归 telemetry 线与[数据飞轮](数据飞轮.md)回流环),不替 agent 调平衡数值,不写各品类的完整 rubric(归 W-GENRE 品类件),不造统一「质量总分/爆火分」或任何自动爆火门,也不改开闸六门的治理设计(仅接管其中 D11 就绪分的权重管辖)。
|
||||
|
||||
@ -49,6 +49,10 @@ date: 2026-07-02
|
||||
|
||||
## 4 L2 内容丰富:rubric 体系
|
||||
|
||||

|
||||
|
||||
质量模型有两条「怎么判」的主线,这张图把它们并排摊开。左半是 L2–L4 内容质量的 rubric 计分制:每条 rubric 记 0/1 加一句理由,一次评分同时产 L2 丰富、L3 留存、L4 传播三个分组小计,不合成单一总分(单一总分会诱导 Goodhart),通用底座 12 条与品类扩展 ≥4 条两个分母分开、不混合平均;评分纯 LLM、非阻塞,失败即降级为「本次未评出」、绝不拦游戏。底下高亮的复采样纪律是这套软评分的确定性锚——金标正反例复验,单款分组小计漂移超 ±1 才回退,而回退前先对同一输入复采样 ≥3 次取中位,免得把 LLM 固有的采样噪声误判成漂移。右半是 L1 经济平衡的 F-4 五裁定:agent 写完数值先过毫秒级的静态 economyConsistent 自检(只作提示、永不放行),真正说了算的是把游戏真玩到终态的动态门;门一旦失败,反馈必须带上实测终值、游戏内赢线与验收外生线三个数,而不是只丢一个门名。两条主线一软一硬——rubric 是软信号只供观测,平衡门是真玩硬证据、握 L1 唯一拒发权;共同的纪律都是用确定性锚点把 Goodhart 与评分漂移封死。§8 正文的平衡门流程与本图右半同源,判法细节以那五条裁定为准。
|
||||
|
||||
丰富有一条结构底线,便宜档也必须有,这是创始人「2D 丰富游戏」裁定的工程化:**成长轴**(数值或等级)、**解锁阶梯**(≥3 级,任意时刻可见下一个)、**收集/装饰或等价第二动机**、**音反馈**。这四件是生成 agent 在设计阶段的交付物(品类设计 skill 的职责),不是九门判据——丰富的「生成」归生成 agent,丰富的「校验」归 LLM 验证 agent,两边都不落项目代码。
|
||||
|
||||
计分制先立住:每条 rubric 记 0/1(成立/不成立),逐条给一句理由;条目按层标注(L2/L3/L4),一次 LLM 评分同时产出**三个分组小计**(L2 丰富小计/L3 留存结构小计/L4 传播结构小计),不另起三套评分,也**不设单一总分**——单一总分好看,但会诱导 Goodhart;分组小计才对得上三层各自的消费点。通用底座与品类扩展**分母分开**,不混合平均。每条 rubric 的最小形状 = 编号/层标/一句可判定的判据/一对正反例;品类件照这个形状产条目,评分 agent 照它出「逐条判定 + 理由 + 三组小计」。
|
||||
|
||||
@ -19,7 +19,7 @@ design_sot: docs/architecture/架构/生成引擎/agentic运行时架构图说.m
|
||||
|
||||

|
||||
|
||||
> 顶部 SVG 是 2026-06-26 换轴前的横切 WU 版,纵切执行序列以 §5 的切片依赖图与 §4 各节为准;SVG 待 redraw 成切片序列图(列入 §11 收口 TODO)。
|
||||
> 顶图已按纵切执行序列重画(2026-07-04 redraw):三档按 AI 参与深度分层、九门横贯兜底,三条成果切片(便宜档达标上线 / tier2 go/no-go / A11 调整回路)各自穿过框架、实例、校验与门一次交付。图内状态分三层——实线为现行已落(便宜档 M3 cutover 已 go-live:dispatcher=http → cheap-worker:9501 → AgentScope Service:8300 /chat、control-plane 六门已开)、灰虚线为进行中或待窗口(tier2 收敛环 conditional、A11 计费 e2e、S5 放量复验)、紫虚线为远期未投(SAA / dify 降级)。细节以 §4 各节与 §5 切片依赖图为准。
|
||||
|
||||
## Summary
|
||||
|
||||
@ -313,4 +313,4 @@ reframe 的七条口径(创始人 2026-06-25),换轴不改其一字,逐切片执
|
||||
|
||||
**换轴依据(2026-06-26)**:本次重构把执行主轴从关注面横切(WU-A..F)换成成果纵切(三切片),依据是 §3 的三个返工点——关注面横切下,一个交付成果的目标与实现手段被切到不同 WU,串行执行必返工。换轴遵守 canonical 唯一性门:不新建第二份同 topic canonical,在 plan① 原地重构,WU-A..F 内容全部保留为 §7 设计面对账,文件名不变(8 个活档引用其路径不死链)。WU 横切作设计落地结构仍有效,只是不再充当执行序列。换轴核查:被压缩的 WU 内容分两类——设计 HOW(八面 5.x / 三档矩阵 / A2A·cancel·幂等协议 / 6 ADR)归位设计 SoT、§7 对账可下钻,执行 plan 不重复;执行契约(WU-A 便宜档灰度迁移 11 项:链路 / 灰度 flag / 对照 / 幂等 / 在途 / 切换门槛 / 回滚等)是按计划执行必须遵守的约束、不是设计,已补回切片一,不随设计细节一起移交。
|
||||
|
||||
**收口 TODO**:① `assets/00-生成引擎执行总览.svg` 待 redraw 成纵切切片序列图(当前是横切 WU 版);② `tier2/HANDOFF.md` 的 n≥30 字面改 n=5(随切片二);③ ✅ [`MVP进度总账.md`](../mvp/MVP进度总账.md) 回填执行序列三切片现状(2026-07-02 账本对真已回填);④ 换轴版已过 Codex + Opus 双评审(Opus 四维度专项 + Codex 四维度专项末轮重连完整产出),两评必修与发现项已在档内修(2026-06-26);⑤ ✅ 设计 SoT §269「十一插件」与代码实际 12 个(8 基元 + 4 编排)不符——**2026-07-03 W-DSGN doc-sync 已核正为「十二插件」并列全 12 名**;⑥ ✅ A11 在设计 SoT 曾只 §三协议表一行——**§六「调整回路(试玩后纠错 · A11)」专节已补**(现/建 2026-06-29),2026-07-03 W-DSGN doc-sync 复核确认已覆盖两段式判意图 / 三断言 / 工程规范性(assets.js·core.js)/ 代码完成状态,无需重复补。
|
||||
**收口 TODO**:① ✅ `assets/00-生成引擎执行总览.svg` 已 redraw 成纵切切片序列图(2026-07-04:三档分层 + 九门兜底 + 三切片执行序列,便宜档 M3 cutover 现行 / tier2 conditional / SAA 远期三态标注,过 atlas house-style 复验;浏览器眼验待主会话);② `tier2/HANDOFF.md` 的 n≥30 字面改 n=5(随切片二);③ ✅ [`MVP进度总账.md`](../mvp/MVP进度总账.md) 回填执行序列三切片现状(2026-07-02 账本对真已回填);④ 换轴版已过 Codex + Opus 双评审(Opus 四维度专项 + Codex 四维度专项末轮重连完整产出),两评必修与发现项已在档内修(2026-06-26);⑤ ✅ 设计 SoT §269「十一插件」与代码实际 12 个(8 基元 + 4 编排)不符——**2026-07-03 W-DSGN doc-sync 已核正为「十二插件」并列全 12 名**;⑥ ✅ A11 在设计 SoT 曾只 §三协议表一行——**§六「调整回路(试玩后纠错 · A11)」专节已补**(现/建 2026-06-29),2026-07-03 W-DSGN doc-sync 复核确认已覆盖两段式判意图 / 三断言 / 工程规范性(assets.js·core.js)/ 代码完成状态,无需重复补。
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1480 900" font-family="-apple-system,'PingFang SC','Microsoft YaHei',Segoe UI,sans-serif">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1480 810" font-family="-apple-system,'PingFang SC','Microsoft YaHei',Segoe UI,sans-serif">
|
||||
<defs>
|
||||
<marker id="arrow" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#334155"/></marker>
|
||||
<marker id="arrowD" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,3 L0,6 Z" fill="#64748b"/></marker>
|
||||
@ -9,146 +9,184 @@
|
||||
.flow{stroke:#334155;stroke-width:2;fill:none}
|
||||
.dash{stroke:#64748b;stroke-width:1.7;fill:none;stroke-dasharray:6 4}
|
||||
.fut{stroke:#7c3aed;stroke-width:1.8;fill:none;stroke-dasharray:6 4}
|
||||
.badge{font-size:10.5px;font-weight:700}
|
||||
</style>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1480" height="900" fill="#f8fafc"/>
|
||||
<text x="40" y="38" class="t h1">§0 · 生成引擎统一执行总览</text>
|
||||
<text x="40" y="58" class="mut sm">2026-06-25 reframe 把生成引擎执行收成一条线:框架统一 AgentScope、三档按 AI 参与深度切分、引擎随复杂度选 LittleJS / Phaser。一张图看意图、边界与怎么算成功。</text>
|
||||
<rect x="0" y="0" width="1480" height="810" fill="#f8fafc"/>
|
||||
|
||||
<!-- ===== 顶部三句话 ===== -->
|
||||
<rect x="40" y="78" width="455" height="132" rx="10" fill="#eff6ff" stroke="#2563eb" stroke-width="1.6"/>
|
||||
<text x="56" y="102" class="t lbl">① 核心思想 · 收成一条线</text>
|
||||
<text x="56" y="126" class="xs mut">框架统一 AgentScope;三档按 AI 参与深度(Tier0/1/2),</text>
|
||||
<text x="56" y="144" class="xs mut">级别越高、AI 写进游戏的内容与代码越多。</text>
|
||||
<text x="56" y="162" class="xs mut">引擎随表现复杂度选:轻-中档 LittleJS、最高档 Phaser,</text>
|
||||
<text x="56" y="180" class="xs mut">引擎是实现、不是分档轴。</text>
|
||||
<text x="56" y="200" class="xxs t" font-weight="700">全模板化、去超休闲:最低档也得能商业闭环。</text>
|
||||
<!-- 标题区 -->
|
||||
<text x="40" y="34" class="t h1">§0 · 生成引擎统一执行总览(纵切成果切片 · 执行序列)</text>
|
||||
<text x="40" y="56" class="mut sm">2026-06-25 reframe 收成一条线——框架统一 AgentScope、三档按 AI 参与深度切分、引擎随表现复杂度选。执行主轴 = 三条成果切片纵切,各自穿过框架 / 实例 / 校验 / 门一次交付。</text>
|
||||
<rect x="1170" y="16" width="52" height="20" rx="4" fill="#15803d"/><text x="1196" y="30" text-anchor="middle" font-size="11" fill="#ffffff">质量</text>
|
||||
<rect x="1228" y="16" width="52" height="20" rx="4" fill="#16a34a"/><text x="1254" y="30" text-anchor="middle" font-size="11" fill="#ffffff">成本</text>
|
||||
<rect x="1286" y="16" width="66" height="20" rx="4" fill="#0ea5e9"/><text x="1319" y="30" text-anchor="middle" font-size="11" fill="#ffffff">可观测</text>
|
||||
<rect x="1358" y="16" width="52" height="20" rx="4" fill="#dc2626"/><text x="1384" y="30" text-anchor="middle" font-size="11" fill="#ffffff">安全</text>
|
||||
|
||||
<rect x="513" y="78" width="455" height="132" rx="10" fill="#f1f5f9" stroke="#475569" stroke-width="1.6"/>
|
||||
<text x="529" y="102" class="t lbl">② 边界 · 收三摊、降副线</text>
|
||||
<text x="529" y="126" class="xs mut">吸收退役 06-18-001(SAA 真结构化生成主线)、</text>
|
||||
<text x="529" y="144" class="xs mut">06-19-001(core-done 验收闭环);</text>
|
||||
<text x="529" y="162" class="xs mut">并入 003(复杂档 tier2 富游戏,整体入 WU-B/C/F)。</text>
|
||||
<text x="529" y="180" class="xs mut">SAA / dify / coze 降最低优先级,</text>
|
||||
<text x="529" y="200" class="xxs t" font-weight="700">留作远期适配样本,验「可插拔」不是空话。</text>
|
||||
<!-- 状态约定条 -->
|
||||
<rect x="40" y="66" width="1400" height="40" rx="8" fill="#f1f5f9" stroke="#64748b" stroke-width="1.3"/>
|
||||
<text x="54" y="84" class="t xs">整图状态混合(2026-07-04 快照)——<tspan font-weight="700">实线</tspan> = 现行已落 · <tspan font-weight="700" fill="#64748b">灰虚线</tspan> = 进行中 / 待窗口 · <tspan font-weight="700" fill="#7c3aed">紫虚线</tspan> = 远期未投。绝不把进行中或远期画成现行。</text>
|
||||
<text x="54" y="100" class="mut xxs">便宜档 M3 cutover 已 go-live(实线) · tier2 收敛环 go/no-go = conditional(灰虚线)· A11 计费 e2e 已收官(实线) · SAA / dify 远期(紫)。</text>
|
||||
|
||||
<rect x="986" y="78" width="454" height="132" rx="10" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.6"/>
|
||||
<text x="1002" y="102" class="t lbl">③ 怎么算成功 · 四道收口</text>
|
||||
<text x="1002" y="126" class="xs mut">三档实例就位(Tier0/1 LittleJS·A-model + Tier2</text>
|
||||
<text x="1002" y="144" class="xs mut">Phaser)· 八面(SoT §五)落到可实现颗粒度。</text>
|
||||
<text x="1002" y="162" class="xs mut">便宜档 ≥80% 达标门(统计批跑)。</text>
|
||||
<text x="1002" y="180" class="xs mut">tier2 走 n=5 收敛环定 go(非 n≥30)。</text>
|
||||
<text x="1002" y="200" class="xxs t" font-weight="700">预算硬闸:便宜档 <¥10 / 复杂档 <¥50(图音另算)。</text>
|
||||
<!-- 三档带 + 九门兜底 -->
|
||||
<rect x="40" y="118" width="1400" height="88" rx="11" fill="#ffffff" stroke="#334155" stroke-width="1.6"/>
|
||||
<text x="56" y="140" class="t lbl">三档按 AI 参与深度切分(Tier0/1/2)· 引擎按表现复杂度选、非分档轴 · 全模板化去超休闲、最低档也须商业闭环</text>
|
||||
<rect x="56" y="150" width="548" height="48" rx="8" fill="#eff6ff" stroke="#2563eb" stroke-width="1.8"/>
|
||||
<text x="68" y="169" class="t xs" font-weight="700">便宜档 · Tier0/1(AI 低-中参与)</text>
|
||||
<text x="68" y="187" class="mut xxs">LittleJS 增强发行版 · A-model 写真 src/ 多文件源工程 · 12 插件能力库(8 基元+4 编排)</text>
|
||||
<rect x="616" y="150" width="430" height="48" rx="8" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.8"/>
|
||||
<text x="628" y="169" class="t xs" font-weight="700">复杂档 · Tier2(AI 深参与)</text>
|
||||
<text x="628" y="187" class="mut xxs">Phaser 独立 Python service · agent 写系统层 · 骨架起手</text>
|
||||
<rect x="1058" y="150" width="370" height="48" rx="8" fill="#fef2f2" stroke="#dc2626" stroke-width="2"/>
|
||||
<text x="1070" y="169" class="xs" font-weight="700" fill="#dc2626">九门兜底 · 机制地板(引擎无关 · 零 LLM · 唯一拒发权)</text>
|
||||
<text x="1070" y="187" class="mut xxs">便宜档过九门 · tier2 加富三门 + 首局门 · 真玩取证判定</text>
|
||||
|
||||
<!-- ===== 主体:6 工作单元依赖图 ===== -->
|
||||
<text x="40" y="248" class="t h2">六个工作单元的依赖关系(实线 = 已落主体 · 虚线 = 待办 / 标准供给 / 后期受治理)</text>
|
||||
<!-- 硬前置括号(切片一 → 切片三) -->
|
||||
<path d="M40,328 L20,328 L20,488 L40,488" class="flow" marker-end="url(#arrow)"/>
|
||||
<text x="14" y="412" class="xxs" fill="#334155" transform="rotate(-90 14 412)" text-anchor="middle">硬前置:便宜档实例 · A2A · D12</text>
|
||||
|
||||
<!-- 近期大框 -->
|
||||
<rect x="40" y="262" width="1120" height="372" rx="12" fill="#ffffff" stroke="#334155" stroke-width="1.8"/>
|
||||
<text x="58" y="286" class="t lbl">近期 · reframe 核心执行</text>
|
||||
<!-- ===== 切片一 泳道 ===== -->
|
||||
<rect x="40" y="222" width="136" height="116" rx="9" fill="#ecfdf5" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="108" y="262" text-anchor="middle" class="t" font-size="14" font-weight="700">切片一</text>
|
||||
<text x="108" y="282" text-anchor="middle" class="mut xxs">便宜档达标上线</text>
|
||||
<rect x="60" y="296" width="96" height="20" rx="10" fill="#16a34a"/><text x="108" y="310" text-anchor="middle" font-size="10" fill="#ffffff">M3 go-live</text>
|
||||
|
||||
<!-- WU-A 框架收敛 (地基) -->
|
||||
<rect x="60" y="300" width="510" height="146" rx="10" fill="#fff7ed" stroke="#d97706" stroke-width="2.2"/>
|
||||
<text x="78" y="324" class="t lbl">WU-A 框架收敛 <tspan class="mut xs" font-weight="400">地基 · 近期 · 头号风险</tspan></text>
|
||||
<text x="78" y="346" class="xs mut">便宜档 Node amodel-gen 生成核心 → 用 Python 重写</text>
|
||||
<text x="78" y="364" class="xs mut">进 AgentScope agent,与 tier2 同语言同框架(三档同构)。</text>
|
||||
<text x="78" y="382" class="xs mut">移植范式(多轮 ReAct / 五工具沙箱 / done 门 / 历史压缩)。</text>
|
||||
<text x="78" y="400" class="xs mut">A1–A13 协议骨架不变;Node 旧路灰度兜底、达标后退役。</text>
|
||||
<text x="78" y="422" class="xxs t" font-weight="700">吸收 06-18-001 地基产线化 / 策略外置 · 先出迁移面 spike</text>
|
||||
<text x="78" y="438" class="xxs mut">回滚 = 路由 flag 瞬切回 Node 旧路(对照达标才抬灰度比例)</text>
|
||||
<rect x="190" y="234" width="286" height="96" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="204" y="253" class="t xs" font-weight="700">M1 达标门绿 ✅(lab 口径)</text>
|
||||
<text x="204" y="271" class="mut xxs">三品类各 5/5 · overallMeets=true</text>
|
||||
<text x="204" y="287" class="mut xxs">bake-off 按品类 ≥80% · 自动 spec 驱九门</text>
|
||||
<text x="204" y="303" class="mut xxs">richness 正路:sim-business 设计</text>
|
||||
<text x="204" y="319" class="mut xxs">+ LLM 丰富度验证 agent(非阻塞)</text>
|
||||
|
||||
<!-- WU-B 三档实例 -->
|
||||
<rect x="60" y="466" width="510" height="150" rx="10" fill="#eff6ff" stroke="#2563eb" stroke-width="2.2"/>
|
||||
<text x="78" y="490" class="t lbl">WU-B 三档实例就位(SoT §四) <tspan class="mut xs" font-weight="400">近期</tspan></text>
|
||||
<text x="78" y="512" class="xs mut">便宜档 LittleJS·A-model(Tier0/1):已落地板</text>
|
||||
<text x="78" y="530" class="xs mut">(写真 src/ + 11 插件 + 九门),待迁框架 + 达标门。</text>
|
||||
<text x="78" y="548" class="xs mut">复杂档 tier2·Phaser(Tier2):吸收 003 主体成果</text>
|
||||
<text x="78" y="566" class="xs mut">(核心 + 服务化 + 观测 + 落库),spike feie-005 accept。</text>
|
||||
<text x="78" y="588" class="xxs t" font-weight="700">A11 试玩/HITL 回路起步落两档:确定性覆写 + 模块重生成</text>
|
||||
<text x="78" y="604" class="xxs mut">待办:tier2 n=5 收敛环验更多款(go/no-go 交 WU-F)</text>
|
||||
<rect x="508" y="234" width="286" height="96" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="522" y="253" class="t xs" font-weight="700">M2 上线就绪 ✅</text>
|
||||
<text x="522" y="271" class="mut xxs">退役授权 authorized=True</text>
|
||||
<text x="522" y="287" class="mut xxs">三前置齐:M1 达标 ∧ 002 对照等价</text>
|
||||
<text x="522" y="303" class="mut xxs">∧ auto-vs-golden 不退化</text>
|
||||
<text x="522" y="319" class="mut xxs">Node 旧路退役条件备齐</text>
|
||||
|
||||
<!-- WU-C 八面落地 -->
|
||||
<rect x="600" y="300" width="540" height="172" rx="10" fill="#f5f3ff" stroke="#7c3aed" stroke-width="2.2"/>
|
||||
<text x="618" y="324" class="t lbl">WU-C 八面落地(SoT §五) <tspan class="mut xs" font-weight="400">横切 · 与 WU-B 并行</tspan></text>
|
||||
<text x="618" y="346" class="xs mut">把八个 facet 从设计落到可实现颗粒度,三档共用一套接缝:</text>
|
||||
<text x="618" y="366" class="xs mut">5.1 运行时形态 · 5.2 控制面 / 配置热取 · 5.3 单写 ReAct</text>
|
||||
<text x="618" y="386" class="xs mut">5.4 三层校验 + 九门 · 5.5 能力面(skills / MCP 工具)</text>
|
||||
<text x="618" y="406" class="xs mut">5.6 源项目契约与装载 · 5.7 观测与成本(OTel) · 5.8 四层职责</text>
|
||||
<text x="618" y="428" class="xxs t" font-weight="700">5.6/5.7 tier2 侧已落 · 5.1/5.3/5.4/5.5 核心已落(feie-005 全门过)</text>
|
||||
<text x="618" y="446" class="xxs mut">待办:公共 trace 契约定稿 · 自产 driver 三层隔离 · 结构化契约门</text>
|
||||
<text x="618" y="464" class="xxs mut">L3 视觉软检只评分不阻塞,好不好玩归人工终审(防 Goodhart)</text>
|
||||
<rect x="826" y="234" width="286" height="96" rx="9" fill="#dcfce7" stroke="#15803d" stroke-width="2.2"/>
|
||||
<text x="840" y="253" class="t xs" font-weight="700">M3 真上线 · cutover ✅ go-live</text>
|
||||
<text x="840" y="271" class="mut xxs">dispatcher=http → cheap-worker:9501</text>
|
||||
<text x="840" y="287" class="mut xxs">→ AgentScope Service:8300 /chat</text>
|
||||
<text x="840" y="303" class="mut xxs">control-plane 六门已开:D12 / GP9 /</text>
|
||||
<text x="840" y="319" class="mut xxs">9d / D11 / D9 / 首局(GP9·配额·背压在闸)</text>
|
||||
|
||||
<!-- WU-D 采标准 6 ADR -->
|
||||
<rect x="600" y="492" width="540" height="124" rx="10" fill="#fafaf9" stroke="#64748b" stroke-width="1.9" stroke-dasharray="6 4"/>
|
||||
<text x="618" y="516" class="t lbl">WU-D 采标准 6 ADR 分批(SoT §二补三) <tspan class="mut xs" font-weight="400">分批供给</tspan></text>
|
||||
<text x="618" y="538" class="xs mut">按成熟度与依赖分三批,每条带 ≥3 具名候选 + 排除理由:</text>
|
||||
<text x="618" y="558" class="xs mut">① 观测/治理:OTel + Langfuse(可即采)→</text>
|
||||
<text x="618" y="576" class="xs mut">② 协议:A2A 任务 + MCP 工具(Tools 即采 / Tasks 隔离)→</text>
|
||||
<text x="618" y="594" class="xs mut" fill="#7c3aed">③ 运行时:durable-exec + sandbox(future-state · 独立选型)</text>
|
||||
<text x="618" y="610" class="xxs mut">自研只留两块护城河:确定性验收门 + 生成专属 checkpoint/续跑</text>
|
||||
<rect x="1144" y="234" width="286" height="96" rx="9" fill="#f8fafc" stroke="#64748b" stroke-width="1.8" stroke-dasharray="6 4"/>
|
||||
<text x="1158" y="253" class="t xs" font-weight="700">S5 放量复验(进行中)</text>
|
||||
<text x="1158" y="271" class="mut xxs">种子受控内测 → 生产真实分布</text>
|
||||
<text x="1158" y="287" class="mut xxs">按品类 ≥80% 达标复验</text>
|
||||
<text x="1158" y="303" class="mut xxs">创始人按 6 门证据放行对外放量</text>
|
||||
<text x="1158" y="319" class="mut xxs">备案红线:外测 ≤2 万、不接广告</text>
|
||||
|
||||
<!-- 后期 大框 -->
|
||||
<rect x="1180" y="262" width="260" height="372" rx="12" fill="#ffffff" stroke="#7c3aed" stroke-width="1.8" stroke-dasharray="6 4"/>
|
||||
<text x="1198" y="286" class="t lbl" fill="#7c3aed">后期阶段</text>
|
||||
<line x1="478" y1="282" x2="506" y2="282" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="796" y1="282" x2="824" y2="282" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="1114" y1="282" x2="1142" y2="282" class="dash" marker-end="url(#arrowD)"/>
|
||||
|
||||
<!-- WU-E 控制面 -->
|
||||
<rect x="1198" y="300" width="224" height="316" rx="10" fill="#f5f3ff" stroke="#7c3aed" stroke-width="2.2"/>
|
||||
<text x="1216" y="324" class="t lbl">WU-E 控制面 / 管理面</text>
|
||||
<text x="1216" y="344" class="xs mut">+ 配置发布审批边界</text>
|
||||
<text x="1216" y="364" class="xxs mut">是 WU-C 5.2 控制面的</text>
|
||||
<text x="1216" y="380" class="xxs mut">后期深化(主线稳定后投)</text>
|
||||
<text x="1216" y="406" class="xs mut">四组件:</text>
|
||||
<text x="1216" y="426" class="xxs mut">· 配置注册表(五类节点</text>
|
||||
<text x="1216" y="442" class="xxs mut"> 目标态运行时热取)</text>
|
||||
<text x="1216" y="460" class="xxs mut">· 观测 / 审计仓</text>
|
||||
<text x="1216" y="476" class="xxs mut">· D12 运行治理门</text>
|
||||
<text x="1216" y="492" class="xxs mut">· 管理面 UI 三 phase</text>
|
||||
<text x="1216" y="518" class="xxs t" font-weight="700">重要配置走 yudao</text>
|
||||
<text x="1216" y="534" class="xxs t" font-weight="700">配置发布审批</text>
|
||||
<text x="1216" y="550" class="xxs mut">= 受治理发版(复用现货</text>
|
||||
<text x="1216" y="566" class="xxs mut">不自研)。先补一致性</text>
|
||||
<text x="1216" y="582" class="xxs mut">CI,别在裂地基上盖</text>
|
||||
<text x="1216" y="598" class="xxs mut">更大注册表。</text>
|
||||
<!-- ===== 切片二 泳道 ===== -->
|
||||
<rect x="40" y="350" width="136" height="116" rx="9" fill="#fefce8" stroke="#b45309" stroke-width="1.8"/>
|
||||
<text x="108" y="390" text-anchor="middle" class="t" font-size="14" font-weight="700">切片二</text>
|
||||
<text x="108" y="410" text-anchor="middle" class="mut xxs">tier2 go/no-go</text>
|
||||
<rect x="56" y="424" width="104" height="20" rx="10" fill="#b45309"/><text x="108" y="438" text-anchor="middle" font-size="10" fill="#ffffff">conditional</text>
|
||||
|
||||
<!-- WU-F 横切收口 -->
|
||||
<rect x="40" y="668" width="1400" height="120" rx="12" fill="#fffbeb" stroke="#b45309" stroke-width="2.4"/>
|
||||
<text x="58" y="692" class="t lbl">WU-F 验收与预算门(横切收口) <tspan class="mut xs" font-weight="400">收口 · 定 go/no-go</tspan></text>
|
||||
<text x="58" y="716" class="xs mut">便宜档 ≥80% 达标门(全 20 款 bake-off + 四模型横比 + Claude-free judge,统计批跑) · 预算闸 <¥10 / <¥50 fail-closed 接线(图音独立预算线另算)</text>
|
||||
<text x="58" y="738" class="xs mut">tier2 n=5 收敛环 go/no-go(并发 5、有错追加 5、收敛即 go;退路树按失败模式分流) · 协议层 A1–A13 待创始人拍(设计批准动作、非代码门)</text>
|
||||
<text x="58" y="762" class="xxs t" font-weight="700">两套口径各自适用、别混:便宜档统计门 ≥80% ≠ tier2 收敛环 n=5。</text>
|
||||
<text x="58" y="778" class="xxs mut">吸收 06-19-001 对外开闸放行:smoke 5 链路真绿 · 8 页 CDP 走查 · 广度抽检 · feed 真玩纵切(独立 SoT 验收门.md 6 门)</text>
|
||||
<rect x="190" y="362" width="286" height="96" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="204" y="381" class="t xs" font-weight="700">harness 小验 ✅</text>
|
||||
<text x="204" y="399" class="mut xxs">agentscope 2.0.2 托管 CDP 九门 harness</text>
|
||||
<text x="204" y="415" class="mut xxs">裁定:收敛环走 in-process</text>
|
||||
<text x="204" y="431" class="mut xxs">DockerWorkspace 转 Phase B</text>
|
||||
<text x="204" y="447" class="mut xxs">收敛环取证前置阻断项已清</text>
|
||||
|
||||
<!-- ===== 依赖箭头 ===== -->
|
||||
<!-- WU-A -> WU-B (地基) -->
|
||||
<line x1="315" y1="446" x2="315" y2="466" class="flow" marker-end="url(#arrow)"/>
|
||||
<!-- WU-B -> WU-C (实例就位->八面) -->
|
||||
<line x1="570" y1="430" x2="598" y2="400" class="flow" marker-end="url(#arrow)"/>
|
||||
<text x="556" y="400" class="xxs mut" transform="rotate(-46 556 400)">支撑</text>
|
||||
<!-- WU-D -.标准供给.-> WU-C -->
|
||||
<line x1="870" y1="492" x2="870" y2="474" class="dash" marker-end="url(#arrowD)"/>
|
||||
<text x="884" y="486" class="xxs mut">标准供给</text>
|
||||
<!-- WU-C -> WU-E -->
|
||||
<line x1="1140" y1="386" x2="1196" y2="430" class="fut" marker-end="url(#arrowP)"/>
|
||||
<text x="1150" y="404" class="xxs" fill="#7c3aed">深化</text>
|
||||
<!-- WU-B -> WU-F -->
|
||||
<line x1="200" y1="616" x2="200" y2="666" class="flow" marker-end="url(#arrow)"/>
|
||||
<!-- WU-C -> WU-F -->
|
||||
<line x1="700" y1="616" x2="700" y2="666" class="flow" marker-end="url(#arrow)"/>
|
||||
<!-- WU-D -> WU-F -->
|
||||
<line x1="990" y1="616" x2="990" y2="666" class="dash" marker-end="url(#arrowD)"/>
|
||||
<!-- WU-E -.受治理发版.-> WU-F -->
|
||||
<path d="M1310 616 L1310 642 L1180 642 L1180 666" class="fut" marker-end="url(#arrowP)"/>
|
||||
<text x="1186" y="660" class="xxs" fill="#7c3aed">受治理发版</text>
|
||||
<rect x="508" y="362" width="286" height="96" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="522" y="381" class="t xs" font-weight="700">结构化契约门 ✅</text>
|
||||
<text x="522" y="399" class="mut xxs">play-scene 工厂结构 AST 结构化校验</text>
|
||||
<text x="522" y="415" class="mut xxs">取代偏脆文本契约门</text>
|
||||
<text x="522" y="431" class="mut xxs">收敛靠机器门把契约违规</text>
|
||||
<text x="522" y="447" class="mut xxs">变成响亮可修反馈</text>
|
||||
|
||||
<!-- ===== 图例 ===== -->
|
||||
<text x="40" y="826" class="t h2">图例:</text>
|
||||
<rect x="120" y="812" width="34" height="20" rx="5" fill="#ffffff" stroke="#334155" stroke-width="1.8"/><text x="162" y="827" class="t xs">已落主体</text>
|
||||
<rect x="252" y="812" width="34" height="20" rx="5" fill="#fafaf9" stroke="#64748b" stroke-width="1.8" stroke-dasharray="6 4"/><text x="294" y="827" class="t xs">待办 / 标准供给</text>
|
||||
<rect x="430" y="812" width="34" height="20" rx="5" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.8" stroke-dasharray="6 4"/><text x="472" y="827" class="t xs">后期 / future-state(紫)</text>
|
||||
<line x1="660" y1="822" x2="710" y2="822" class="flow" marker-end="url(#arrow)"/><text x="718" y="826" class="t xs">依赖 / 先后</text>
|
||||
<line x1="830" y1="822" x2="880" y2="822" class="dash" marker-end="url(#arrowD)"/><text x="888" y="826" class="t xs">标准供给(不阻塞)</text>
|
||||
<text x="1060" y="826" class="mut xs">WU-A 地基 → WU-B/C 并行 → WU-D 分批供给 → WU-E 后期 → WU-F 收口</text>
|
||||
<rect x="826" y="362" width="286" height="96" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="840" y="381" class="t xs" font-weight="700">n=5 收敛环真跑 ✅</text>
|
||||
<text x="840" y="399" class="mut xxs">并发 5 · 有错(>1)读日志修复再追加 5</text>
|
||||
<text x="840" y="415" class="mut xxs">最多追加 3 轮 · 累计 n ≤ 20 封顶</text>
|
||||
<text x="840" y="431" class="mut xxs">不滑向 n≥30 统计批跑</text>
|
||||
<text x="840" y="447" class="mut xxs">与便宜档 ≥80% 达标门是两套口径</text>
|
||||
|
||||
<text x="40" y="864" class="mut xs">映射:docs/plans/2026-06-25-生成引擎统一执行计划-AgentScope三档-plan.md | 状态:草拟门面 | 设计变动须同步本图</text>
|
||||
<rect x="1144" y="362" width="286" height="96" rx="9" fill="#fffbeb" stroke="#b45309" stroke-width="2" stroke-dasharray="6 4"/>
|
||||
<text x="1158" y="381" class="xs" font-weight="700" fill="#b45309">go/no-go = conditional</text>
|
||||
<text x="1158" y="399" class="mut xxs">M3 能写过全门的多系统富游戏</text>
|
||||
<text x="1158" y="415" class="mut xxs">但自调赢 / 经济平衡不稳 ~1-2/5</text>
|
||||
<text x="1158" y="431" class="mut xxs">退路在 agent 层、非工具层</text>
|
||||
<text x="1158" y="447" class="mut xxs">follow-up:反馈质量 / 干净复跑 / 强档对照 / 平衡门重审</text>
|
||||
|
||||
<line x1="478" y1="410" x2="506" y2="410" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="796" y1="410" x2="824" y2="410" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="1114" y1="410" x2="1142" y2="410" class="dash" marker-end="url(#arrowD)"/>
|
||||
|
||||
<!-- ===== 切片三 泳道 ===== -->
|
||||
<rect x="40" y="478" width="136" height="116" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.8"/>
|
||||
<text x="108" y="518" text-anchor="middle" class="t" font-size="14" font-weight="700">切片三</text>
|
||||
<text x="108" y="538" text-anchor="middle" class="mut xxs">A11 对话式调整回路</text>
|
||||
<rect x="66" y="552" width="84" height="20" rx="10" fill="#2563eb"/><text x="108" y="566" text-anchor="middle" font-size="10" fill="#ffffff">~90%</text>
|
||||
|
||||
<rect x="190" y="490" width="286" height="96" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.8"/>
|
||||
<text x="204" y="509" class="t xs" font-weight="700">判意图 + 范围确认(两段式)</text>
|
||||
<text x="204" y="527" class="mut xxs">LLM 把自然语言改话分类成</text>
|
||||
<text x="204" y="543" class="mut xxs">mode / target / payload</text>
|
||||
<text x="204" y="559" class="mut xxs">前端范围确认后再执行</text>
|
||||
<text x="204" y="575" class="mut xxs">绕开 NL 进不了已结构化 /modify</text>
|
||||
|
||||
<rect x="508" y="490" width="286" height="96" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.8"/>
|
||||
<text x="522" y="509" class="t xs" font-weight="700">确定性覆写 / 模块重生成</text>
|
||||
<text x="522" y="527" class="mut xxs">覆写 = 参数级改动、零 LLM、主路</text>
|
||||
<text x="522" y="543" class="mut xxs">对源工程一处覆写后重构建</text>
|
||||
<text x="522" y="559" class="mut xxs">模块重生成 = 有界、复用外层 resume</text>
|
||||
<text x="522" y="575" class="mut xxs">不动其余已验证模块</text>
|
||||
|
||||
<rect x="826" y="490" width="286" height="96" rx="9" fill="#eff6ff" stroke="#2563eb" stroke-width="1.8"/>
|
||||
<text x="840" y="509" class="t xs" font-weight="700">三断言 + 九门 + 三层校验</text>
|
||||
<text x="840" y="527" class="mut xxs">① 请求的结构化改动真实生效</text>
|
||||
<text x="840" y="543" class="mut xxs">② 非目标模块 hash / 白名单稳定</text>
|
||||
<text x="840" y="559" class="mut xxs">③ 新版本与 baseVersionId 血缘可查</text>
|
||||
<text x="840" y="575" class="mut xxs">全过才算改成(过九门 ≠ 改对)</text>
|
||||
|
||||
<rect x="1144" y="490" width="286" height="96" rx="9" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/>
|
||||
<text x="1158" y="509" class="t xs" font-weight="700">计费 e2e ✅ 已收官(07-04)</text>
|
||||
<text x="1158" y="527" class="mut xxs">M1–M5 代码全完成 ✅ + 本机逐段验证</text>
|
||||
<text x="1158" y="543" class="mut xxs">真后端两段式回路真转(93149→93150)</text>
|
||||
<text x="1158" y="559" class="mut xxs">计费 0.9871 落账 · D11=90 · 幂等键持久</text>
|
||||
<text x="1158" y="575" class="xxs" fill="#7c3aed">整体重设计(换骨架 / 换品类)= 后期</text>
|
||||
|
||||
<line x1="478" y1="538" x2="506" y2="538" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="796" y1="538" x2="824" y2="538" class="flow" marker-end="url(#arrow)"/>
|
||||
<line x1="1114" y1="538" x2="1142" y2="538" class="flow" marker-end="url(#arrow)"/>
|
||||
|
||||
<!-- 价值排序(泳道间,非阻塞) -->
|
||||
<line x1="108" y1="338" x2="108" y2="348" class="dash" marker-end="url(#arrowD)"/>
|
||||
<line x1="108" y1="466" x2="108" y2="476" class="dash" marker-end="url(#arrowD)"/>
|
||||
<text x="182" y="345" class="xxs mut">① 价值排序 · 非阻塞</text>
|
||||
<text x="182" y="473" class="xxs mut">② 价值排序 · 非阻塞</text>
|
||||
|
||||
<!-- ===== 基建线 + SAA 远期 ===== -->
|
||||
<rect x="40" y="606" width="1024" height="84" rx="11" fill="#fffbeb" stroke="#b45309" stroke-width="1.9"/>
|
||||
<text x="56" y="628" class="t lbl">基建线 · 控制面 / 观测 / 配置热取(按需长出、不预铺 · 横穿三切片,供可观测与治理给切片二·三)</text>
|
||||
<text x="56" y="648" class="mut xxs">配置控制面采 Spring Cloud Alibaba 生产现货:Nacos(配置+发现)/ RocketMQ(异步 gen 队列)/ Sentinel(流控)+ 护城河 middleware(软预算 / 续修 / 门判)。</text>
|
||||
<text x="56" y="665" class="mut xxs">便宜档生成核心归并进 AgentScope Service /chat;配置中心 = yudao ⊕ Nacos 版本化层(改→版本→激活,鉴权 / 审计 / BPM 原生兜)。</text>
|
||||
<text x="56" y="682" class="mut xxs">阶段〇 + 阶段一①(护城河 middleware)+ 阶段一②(cheap 归并 Service)已落地 push;统一 trace 公共五字段契约 + 管理面 phase-1 只读随切片拉动长出。</text>
|
||||
|
||||
<rect x="1080" y="606" width="360" height="96" rx="11" fill="#faf5ff" stroke="#7c3aed" stroke-width="1.8" stroke-dasharray="6 4"/>
|
||||
<text x="1096" y="628" class="lbl" fill="#7c3aed">SAA / dify / coze(远期)</text>
|
||||
<text x="1096" y="647" class="mut xxs">降最低优先级、不在 MVP runtime。</text>
|
||||
<text x="1096" y="663" class="mut xxs">留作远期适配验证——「被适配进来」</text>
|
||||
<text x="1096" y="679" class="mut xxs">本身验证 §一可插拔;采标准把换框架</text>
|
||||
<text x="1096" y="695" class="mut xxs">降到「重写 B 类实现、A 类协议不动」。</text>
|
||||
|
||||
<!-- 图例 -->
|
||||
<text x="40" y="722" class="t h2">图例</text>
|
||||
<rect x="98" y="708" width="32" height="18" rx="5" fill="#f0fdf4" stroke="#16a34a" stroke-width="1.8"/><text x="138" y="722" class="t xs">现行已落</text>
|
||||
<rect x="216" y="708" width="32" height="18" rx="5" fill="#f8fafc" stroke="#64748b" stroke-width="1.8" stroke-dasharray="6 4"/><text x="256" y="722" class="t xs">进行中 / 待窗口</text>
|
||||
<rect x="374" y="708" width="32" height="18" rx="5" fill="#faf5ff" stroke="#7c3aed" stroke-width="1.8" stroke-dasharray="6 4"/><text x="414" y="722" class="t xs">远期未投(紫)</text>
|
||||
<line x1="530" y1="717" x2="574" y2="717" class="flow" marker-end="url(#arrow)"/><text x="582" y="722" class="t xs">硬前置 / 先后</text>
|
||||
<line x1="694" y1="717" x2="738" y2="717" class="dash" marker-end="url(#arrowD)"/><text x="746" y="722" class="t xs">价值排序 / 供给(不阻塞)</text>
|
||||
<rect x="940" y="708" width="32" height="18" rx="5" fill="#fef2f2" stroke="#dc2626" stroke-width="2"/><text x="980" y="722" class="t xs">机制地板 / 拒发权(九门)</text>
|
||||
|
||||
<!-- 脚注 -->
|
||||
<text x="40" y="758" class="mut xs">映射:docs/plans/2026-06-25-生成引擎统一执行计划-AgentScope三档-plan.md(§4 执行序列 / §5 纵切依赖图 / §8 reframe 七口径)|状态:现行(便宜档 M3 go-live · A11 e2e 已收官)+进行中(tier2 conditional · S5 复验)+远期(SAA/dify)|设计变动须同步本图</text>
|
||||
<text x="40" y="776" class="mut xxs">注:三切片按价值串行(一→二→三,无强依赖、可并行准备);切片三硬前置于切片一已上线的便宜档实例 / A2A 任务 / D12 配额;基建线横穿、被切片二·三拉动时长出。2026-07-04 快照。</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user