Files

30 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 知识库 (kb)
叙事/世界观的**单一信息源(SSOT)**。Agent 身份与核心原则见 `AGENTS.md`
## 目录
```
kb/
├── bible/
│ ├── 角色/ # 角色条目 (type: character)
│ └── 设定/ # 世界观/设定条目 (type: worldbuilding)
├── beats/ # 节拍(最小叙事单元)
├── decisions/ # 决策记录
└── template/ # Templater 模板(Obsidian 内用)
```
**不在 kb 下**`inbox/``inbox/archived/``proposals/`(含 `proposals/archive/`)均在**项目根**。
项目根 `template/` 为 AI 创建文件时参考的模板源,详见 `template/README.md`
## 操作与权限
| SKILL | 可读 kb | 可写 kb | 说明 |
|-------|--------|--------|------|
| `inbox-directive` | ✅ | ✅ 新建/更新/废弃 Bible 与 Beat | 唯一可修改 SSOT 的路径;含命名约定与废弃处理 |
| `inbox-proposal` | ✅ | ⚠️ 仅写入项目根 `proposals/` | 不改 SSOT,提案落库 |
| `inbox-discussion` | ✅ | ❌ | 只读查询与对话,不修改任何文件 |
入口判断(讨论 / 提案 / 指令)见 `AGENTS.md` → 约束与工具。