Auto-sync: 2026-04-18 07:18

This commit is contained in:
2026-04-18 07:18:06 +08:00
parent 705181ee3f
commit 35760e9c53
40 changed files with 967 additions and 99 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -14,18 +14,17 @@
## 系统架构
```
┌─────────────────────────────────────────────────────────────────┐
│ Hermes Agent (我) │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────────────┐ │
│ │ Cron Job │ → │ TMUX Session │ → │ Claude Code Agent │ │
│ │ 每15分钟 │ │ wiki-ingest │ │ /wiki-ingest │ │
│ └─────────────┘ └─────────────┘ └─────────────────────┘ │
│ ↓ ↓ │
│ manifest.json ←───────────────────────────────── 实际生成文件 │
│ 更新 wiki/ │
└─────────────────────────────────────────────────────────────────┘
```
### 架构图
![Wiki Sync Architecture](wiki-sync-architecture.png)
### 同步时序图
![Wiki Sync Sequence Diagram](wiki-sync-sequence.png)
### Ingest 9 步流程图
![[wiki-ingest-workflow.png]]
### 核心组件