- Initialize git repo - Create kb/ directory: terms/, beats/, days/, production/, decisions/ - Create inbox/archived/ for processed files - Update templates: beat (enhanced narrative state + production), character (aliases + arc tracking), worldbuilding (tier + aliases), day (chapter + cumulative state) - Add new templates: eureka (replaces inbox), decision - Update outline template with retcon/TBD tracking - Add AGENTS.md with AI operation rules - Add .gitignore Co-authored-by: Cursor <cursoragent@cursor.com>
35 lines
776 B
Markdown
35 lines
776 B
Markdown
---
|
||
id: "" # D00, D01, D02...
|
||
type: day
|
||
title: ""
|
||
chapter: "" # 序章 | 第一章 | 第二章 | 第三章 | 第四章 | 第五章
|
||
emotional_arc: "" # 这一天整体的情绪弧线
|
||
created: ""
|
||
updated: ""
|
||
tags: [day]
|
||
---
|
||
|
||
# Day {{id}}:{{title}}
|
||
|
||
> **章节**:{{chapter}}
|
||
> **情绪弧线**:{{emotional_arc}}
|
||
|
||
---
|
||
|
||
## Beat 列表
|
||
|
||
| 顺序 | Beat | 类型 | 情绪基调 | 落地形式 | 制作状态 |
|
||
|------|------|------|---------|---------|---------|
|
||
| 1 | [[]] | | | | |
|
||
|
||
---
|
||
|
||
## 本日结束时玩家已知
|
||
|
||
> AI 在每个 beat 完成后累积更新。写作者写下一天的 beat 时从这里获取上下文。
|
||
|
||
- 关于角色:
|
||
- 关于世界观:
|
||
- 关于剧情:
|
||
- 关于机制/玩法:
|