@@ -104,13 +104,14 @@ Source of truth mapping (`$GOCLAW_SOURCE/docs/`):
104104| ` 19-websocket-rpc.md ` | WebSocket RPC methods |
105105| ` 20-api-keys-auth.md ` | API keys, authentication |
106106
107- ### Step 5: Check EN-VI Sync Status
107+ ### Step 5: Check EN-VI-ZH Sync Status
108108
109109For each matched docs page in the goclaw-docs repo:
110110- Get last modification date of the EN file (e.g., ` getting-started/quick-start.md ` )
111111- Get last modification date of the VI file (e.g., ` vi/getting-started/quick-start.md ` )
112- - If VI is older than EN, or VI doesn't exist: mark as "Outdated"
113- - If VI is same date or newer: mark as "Synced"
112+ - Get last modification date of the ZH file (e.g., ` zh/getting-started/quick-start.md ` )
113+ - If VI/ZH is older than EN, or doesn't exist: mark as "Outdated"
114+ - If VI/ZH is same date or newer: mark as "Synced"
114115
115116Use ` git log -1 --format=%cd --date=short -- <file> ` to get last modification dates.
116117
@@ -137,11 +138,11 @@ Create a markdown report with this format:
137138| agents/creating-agents.md | 01-agent-loop.md | Accurate | — |
138139| core-concepts/tools-overview.md | 03-tools-system.md | Discrepancy | Missing new tool type "x" |
139140
140- ## EN-VI Sync Status
141+ ## EN-VI-ZH Sync Status
141142
142- | EN Page | Last EN Update | Last VI Update | Status |
143- | ---| ---| ---| ---|
144- | getting-started/quick-start.md | 2026-03-07 | 2026-03-01 | Outdated |
143+ | EN Page | Last EN | Last VI | VI Status | Last ZH | ZH Status |
144+ | ---| ---| ---| ---| --- | --- |
145+ | getting-started/quick-start.md | 2026-03-07 | 2026-03-01 | Outdated | 2026-03-07 | Synced |
145146
146147## Recommended Actions
1471481 . Review ` agents/creating-agents.md ` — agent creation flow changed
0 commit comments