重构世界模拟器为模块化配方架构,完善创作编排、会话运行时与 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,56 @@
# 叙事指南
> **状态:待完善** — 块格式见 `docs/world-simulator-modules.md`;范例见 `aesthetics-interaction`。
## meta
```meta
name: 叙事指南
id: narrative
artifact: 设计.叙事指南
declaration: 世界/助手态度与体验边界(不等于文风;契约已写清的态度勿重复问卷)
when: 需要钉世界/助手态度口径,且美学纲领与交互范式未写清或需单独收口时
when_not: 契约里已写清态度/禁忌,仅重复问卷
boundary: 不等于文风;呈现与站位优先读 设计.美学纲领与交互范式
```
## opening
```opening
```
## task
```task
钉清世界/助手态度与体验边界。写入 设计.叙事指南。
依赖已验收的美学纲领与交互范式时先读再写;已写清的勿重复问卷。
(待作者细写)
```
## principles
```principles
(待作者细写)
```
## probe
```probe
(待作者细写)
```
## output
```output
{
"态度": "…",
"边界": ["…"],
"焦点": "…"
}
```
## checklist
```checklist
- [ ] 与美学纲领与交互范式不重复、不矛盾
```