重构世界模拟器为模块化配方架构,完善创作编排、会话运行时与 Web UI,并清理过时技能。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-30 00:39:32 +08:00
parent 2b74c30d36
commit e670a5129c
167 changed files with 22955 additions and 5659 deletions

View File

@@ -0,0 +1,52 @@
# Worker 规格
> **状态:待完善** — 块格式见 `docs/world-simulator-modules.md`。
## meta
```meta
name: Worker 规格
id: worker-spec
artifact: 设计.worker规格
declaration: 钉一个游玩期执行单元(职责、读写、挂载)
when: 需要钉清某个执行单元的契约时
boundary: 一次一个为宜;终稿合并进 设计.worker集
```
## task
```task
一次钉一个游玩期执行单元中文名、ref、职责、读写、挂载。写入 设计.worker规格。
(待作者细写)
```
## principles
```principles
(待作者细写)
```
## probe
```probe
(待作者细写)
```
## output
```output
{
"name": "叙事转述",
"ref": "narrator",
"职责": "…",
"读取": ["…"],
"写入": ["…"],
"为何需要": "…"
}
```
## checklist
```checklist
- [ ] 删掉该 worker 会丢掉哪段体验?
```