完善配方驱动的创作编排
为可重复技能补充参数校验与展示,统一配方、编排器和执行单元术语。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -15,25 +15,26 @@ Runtime = 按声明拼接上下文;表字段 rev 合并
|
||||
## 2. Skill 包、Worker 声明与 Book
|
||||
|
||||
```text
|
||||
Skill 包 能力库 + design-intake + 可选 templates
|
||||
Skill 包 recipes + modules + design-flow/step + 可选 templates
|
||||
设计.创作流程 近期能力步骤 DAG(open|closed)
|
||||
设计.worker集(accepted,JSON) 本实例 Worker 声明(play 权威)
|
||||
Session + 黑板 一次运行的实参
|
||||
Book 过程、存档、资产(book-storage.md)
|
||||
Book 过程、存档(现行见 run-snapshot.md;愿景见 book-storage.md)
|
||||
```
|
||||
|
||||
### 业务 stage
|
||||
|
||||
```text
|
||||
design(创作:核心→细节交互→细化)→ 用户验收 → 用户手动进 play → done
|
||||
design(编排器→编排流程→执行能力→收成规格)→ 用户验收 → 用户手动进 play → done
|
||||
运行相位:idle | running | waiting_user | done | error
|
||||
```
|
||||
|
||||
创作方法权威:`design-orchestrator-guide.md`。
|
||||
创作方法权威:`design-orchestrator-guide.md`;包清单:`world-simulator-modules.md`。
|
||||
|
||||
### 创作
|
||||
|
||||
`design-intake` → accept **`设计.worker集` JSON** → 用户手动进 play(可选开局 · 开场白,非强制锁定)。
|
||||
无独立 instantiate 管道。见 `design-orchestrator-guide.md`。
|
||||
`design-flow` → `设计.创作流程` → 反复 `design-step` → accept **`设计.worker集` JSON** → 用户手动进 play(可选开场白,非强制锁定)。
|
||||
无独立 instantiate 管道。见 `world-simulator` 包 README。
|
||||
|
||||
### Play
|
||||
|
||||
@@ -45,6 +46,7 @@ Agent 只能 `run_worker` **声明中的 ref**;执行契约来自 Worker 集
|
||||
|
||||
```text
|
||||
用户.需求 / 用户.最新输入 / 用户.修订说明
|
||||
设计.创作流程
|
||||
设计.worker集 / 设计.worker集.草稿
|
||||
创作.当前单位 / 创作.已验收单位 / 创作.已验收内容 / 创作.对话
|
||||
运行.初始变量 / 运行.事件流 / 运行.本轮.*
|
||||
@@ -54,7 +56,7 @@ Agent 只能 `run_worker` **声明中的 ref**;执行契约来自 Worker 集
|
||||
|
||||
固定上下文(叙事指南、美学纲领等)在实例规格里落地,play 时经 `resident_context.mount` / `contextSegments` **挂到多个 worker**——这是 tag 化的主收益,不是省掉创作期依赖正文。
|
||||
|
||||
命名与创作单位 id 见 `design-orchestrator-guide.md` §6、`ui-glossary.md`;词表可另补 `docs/tag-vocabulary.md`。
|
||||
命名见 `design-orchestrator-guide.md`、`ui-glossary.md`、`world-simulator-modules.md`。
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user