auto-sync: 2026-05-16 23:27:52

This commit is contained in:
cfdaily
2026-05-16 23:27:52 +08:00
parent b3e21c5c44
commit ae41a58d2f
2 changed files with 27 additions and 4 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ sanguo-moziplus-v2
```
~/.sanguo_projects/sanguo_moziplus_v2/
├── projects/
│ ├── registry.db ← 全局注册表(项目列表+元数据
│ ├── _registry.yaml ← 全局注册表(YAML,人可读,Git 版本管理
│ ├── sanguo_quant_live/
│ │ ├── blackboard.db ← per-project 黑板
│ │ ├── config/
@@ -390,7 +390,7 @@ P1 部署前逐项验证:
- [ ] 项目创建、git init、远程配置完成
- [ ] PM2 配置正确,`pm2 start` 成功
- [ ] 全局注册表 `registry.db` 自动创建
- [ ] 全局注册表 `_registry.yaml` 可读写,项目列表正确
- [ ] CLI `admin.py project create` 创建项目成功
- [ ] per-project `blackboard.db` 自动创建且 schema 正确(含 reviews/experiences/comments.comment_type
- [ ] CLI `blackboard.py read/claim/output/comment/decide/observe/create/review` 全部可用