壳完善
This commit is contained in:
24
docs/briefs/artifact-card-coverage.md
Normal file
24
docs/briefs/artifact-card-coverage.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 创作产物 · 前端美化卡覆盖(快查)
|
||||
|
||||
> 随 `web/agent-ui.js` 的 `renderSpecialtyBodyHtml` / `renderKnownArtifactHtml` 维护。
|
||||
|
||||
| 产物/技能 | 美化程度 | 渲染入口 |
|
||||
|-----------|----------|----------|
|
||||
| 美学纲领与交互范式 | **专用 mosaic**(设定逻辑 / 交互范式 / 美学纲领) | `renderSpecialtyBodyHtml` → aesthetics |
|
||||
| 实现机制 | **专用卡**(支撑点) | `renderMechanismBodyHtml` |
|
||||
| 舞台骨架 | **专用卡** | `renderWorldBlueprintBodyHtml` |
|
||||
| 生成规则 | **专用卡** | `renderGenerationRulesBodyHtml` |
|
||||
| 具体实例 | 通用 fragment / 结构化 | context-fragment 外壳 |
|
||||
| 叙事指南与故事推进 | **专用 mosaic**(风格与写法 \| 推进与决策) | `renderNarrativeBodyHtml` |
|
||||
| 变量设计 | **结构化卡**(真值 / side_effects) | `renderVariableDesignHtml` |
|
||||
| 变量控制上下文 | 通用 fragment | context-fragment |
|
||||
| 正文组成 | 通用 fragment + 游玩期 **present 壳** | fragment;游玩 `present-shells.js` |
|
||||
| 设计监控栏 | 通用 fragment | context-fragment |
|
||||
| 游玩拓扑 | **槽位芯片卡** | `renderPlaySlotsHtml` |
|
||||
| 上下文投影排序 | **排序卡** | `renderContextOrderHtml` |
|
||||
| 裁决包 settlement.v1 | **分节卡** | `renderSettlementSectionsHtml` |
|
||||
| 开场白与开场变量 | 通用 fragment | context-fragment |
|
||||
| 拓扑图谱 | (骨架未写) | — |
|
||||
|
||||
**说明:** 「通用 fragment」= 公共头(brief/mount/自评)+ 正文结构化树,已比生 JSON 友好;「专用」= 按技能排版的 mosaic/卡片。
|
||||
游玩美化面板另见 `docs/play-presentation-shells.md`(与创作验收卡不同层)。
|
||||
@@ -27,13 +27,13 @@
|
||||
| `aesthetics-interaction` | `feeds: design_only`(再压缩进常驻);呈现要点可摘要给 narrator |
|
||||
| `mechanism` | **已改** output→`context-fragment.v1`;`feeds: gm` |
|
||||
| `world-blueprint` | **已改**→「舞台骨架」+ `context-fragment.v1`;`feeds: gm` |
|
||||
| `generation-rules` / `concrete-instances` | **已改**→`context-fragment.v1`;`feeds: gm`;宽原则+严外壳 |
|
||||
| `narrative` | **已改**→「叙事指南与故事推进」;遣词/笔墨/禁忌+推进;`feeds: narrator` |
|
||||
| `variable-design` | **已写**;核对 output 与 `tables.side_effects`、勿暗示「变量管理 worker」 |
|
||||
| `variable-context` | **已写**;核对挂载对象用「主世界层/叙事转述」而非乱拆 |
|
||||
| `reply-format` / `status-bar` | **已改**→正文组成 + 设计监控栏;`context-fragment.v1`;非程序报文 |
|
||||
| `topology` | 骨架;若固定槽后可能降级为可选或删 |
|
||||
| `worker-templates/*.yaml` | **程序已改** gm/narrator;`role-decide` 可再收紧「只出建议」 |
|
||||
| `generation-rules` / `concrete-instances` | **已改** fragment;生成规则 **mount/feeds 含 auditor(合同级)** |
|
||||
| `narrative` | **已改**:一步两块(风格与写法|推进与决策)+ 双挂;专用 mosaic |
|
||||
| `variable-design` | **已写** |
|
||||
| `variable-context` | **已改**:mount 含 auditor + 旁观汇总 |
|
||||
| `reply-format` / `status-bar` | 已有正文;见 artifact-card-coverage |
|
||||
| `topology` | 骨架;等你定「小循环」选项后再写 |
|
||||
| `worker-templates/*.yaml` | gm/narrator/auditor 已齐 |
|
||||
|
||||
## 优先级 P2(文档口径)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user