4 Commits

Author SHA1 Message Date
cft0808
689b1eafbf fix: 流程一致性审计修复 + 文档更新
状态机:
- kanban_update.py 新增 _VALID_TRANSITIONS 校验, 非法状态跳转被拒绝
- _STATE_AGENT_MAP['Taizi'] 从旧 ID 'main' 修正为 'taizi'

数据一致性:
- zaochao emoji 前后端统一为 📰 (store.ts + dashboard.html)
- zaochao org '朝报司' 修正为 '钦天监' (sync_from_openclaw_runtime.py)
- server.py _MIN_TITLE_LEN 10→6, 与 kanban_update.py 保持一致
- schema.json 从 v2 重写为 v3, 对齐实际 11 状态 + 14 字段 + 11 角色

安装:
- install.sh first_sync 补充 sync_officials_stats.py 调用

文档:
- README 新增朝堂议政面板说明 + 状态机校验说明 + install 步骤更新
- CONTRIBUTING 更新测试断言数 + 新增 court_discuss.py 条目
2026-03-16 00:19:57 +08:00
cft0808
a6fd9b9b95 fix: CI测试 FileExistsError — 移除git中的遗留data符号链接
根因:'data' 被git跟踪为符号链接(指向旧路径 /Users/bingsen/clawd/junjichu-v2/data),
CI clone后变成普通文件,mkdir报FileExistsError。

修复:
1. git rm --cached data,从版本控制移除
2. .gitignore 追加 data 条目
3. 测试代码:若 data 路径存在但不是目录,先 unlink 再 mkdir
2026-02-27 21:34:14 +08:00
cft0808
f78e596f62 feat: 收旨即入看板 - 各省部SOUL.md+kanban_update工具 2026-02-23 22:59:17 +08:00
cft0808
5b46f67603 🏛️ init: 三省六部 OpenClaw Multi-Agent Orchestration System
Features:
- 9 specialized agents (中书省·门下省·尚书省 + 六部)
- Real-time dashboard with 6 tabs (Overview/Kanban/History/Timeline/Models/Skills)
- Model configuration with live-apply via local API server
- One-click install script
- Data sync pipeline (15s refresh loop)
- Full audit trail via flow_log
2026-02-23 22:34:55 +08:00