auto-sync: 2026-05-16 23:27:25
This commit is contained in:
@@ -109,7 +109,8 @@ sanguo_moziplus_v2/ # 项目根目录
|
||||
│ ├── config/ # per-project 配置覆盖
|
||||
│ │ └── project.yaml
|
||||
│ ├── artifacts/ # per-project 产出物
|
||||
│ └── experiences/ # per-project 经验库
|
||||
│ ├── experiences/ # per-project 经验库
|
||||
│ └── skills/ # per-project Skill 覆盖/扩展
|
||||
│
|
||||
├── inbox/ # Inbox JSONL
|
||||
│ └── daemon.jsonl # 跨进程事件推送
|
||||
@@ -142,7 +143,7 @@ sanguo_moziplus_v2/ # 项目根目录
|
||||
|
||||
每个项目独立 SQLite 数据库,物理隔离。路径:`projects/{project_id}/blackboard.db`。
|
||||
|
||||
全局注册表:`projects/registry.db`(存储项目列表和元数据)。
|
||||
全局注册表:`projects/_registry.yaml`(YAML 文件,人可读可 Git 版本管理,紧急运维可直接编辑)。tick 热路径用内存 dict 缓存,_registry.yaml 只在 CLI 操作时读写(非热路径)。
|
||||
|
||||
### 3.2 表结构
|
||||
|
||||
|
||||
Reference in New Issue
Block a user