治理文件 repo(儲存庫),不是 runtime dump(執行環境傾印)
這份 showcase(展示頁)只呈現 repo 內可分享架構與文件流。它不讀取 `local/`、不掃描 session archive(對話封存)、不解析 memory store(記憶儲存),也不輸出 OpenClaw runtime(OpenClaw 執行環境)的即時狀態。
明確定義 governance(治理)邊界
哪些 rules(規則)可以公開、哪些 runtime artifacts(執行產物)只能留在本機,一眼分開。
提供可操作的 templates(樣板)
`templates/` 讓不同 agent(代理)可用一致格式交接 identity(身份)、memory(記憶)與 tools(工具)。
決策與匯出可追溯
`docs/DECISIONS.md`、`docs/SYNC_STRATEGY.md` 與 export scripts(匯出腳本)支撐人類審查。
從 OpenClaw runtime 到 shareable governance(可分享治理)的六段水管
這條水管標示每段的 filter(過濾)、review(審查)與 output(輸出)責任。頁面本身不會執行 export(匯出)或讀取本機 private data(私密資料)。
Repo(儲存庫)保管治理層,runtime(執行環境)仍留在本機
這張 architecture map(架構地圖)刻意把 live runtime(即時執行環境)、export layer(匯出層)與 review layer(審查層)拆開,避免 showcase(展示頁)誤導成 runtime UI(執行介面)。
人類 owner(擁有者)決策,agent(代理)只能依邊界執行
User architecture(使用者架構)說明誰能決定 governance(治理)更新、誰能產出 export(匯出)、誰負責審查 private boundary(私密邊界)。
決定 policy(政策)
批准 approval policy(核准政策)、memory policy(記憶政策)與可分享 baseline(基線)。
執行 export(匯出)與整理 docs(文件)
只能根據 repo(儲存庫)內規則與 scripts(腳本)產出,不可自行帶入 private runtime state(私密執行狀態)。
檢查邊界與可讀性
確認 PR(合併請求)裡的 governance(治理)內容可理解、可追溯、沒有敏感資料。
以靜態檢查確保 showcase(展示頁)沒有越界
openclaw-governance 的驗證重點不是跑 runtime(執行環境),而是確保 repo documents(文件)、exports(匯出)與 showcase(展示頁)都沒有把 private data(私密資料)版本化。
.\scripts\verify.ps1
bash scripts/export_governance.sh
python -m http.server 8768 --bind 127.0.0.1
OpenClaw runtime(OpenClaw 執行環境)不是本 repo 的公開資料源
高風險內容包含 live runtime settings(即時執行設定)、user-specific identity(使用者特定身份)、session archives(對話封存)、private overlays(私密覆蓋)、tool credentials(工具憑證)與 local notes(本機筆記)。
`local/` 實際內容、session archive(對話封存)、runtime logs(執行紀錄)、credentials(憑證)與未審查 memory(記憶)。
`templates/*.example.md`、governance docs(治理文件)、public rationale(公開理由)與 scrubbed exports(清理後匯出)。
每次 PR(合併請求)都要能回答:這是 policy(政策)還是 private runtime state(私密執行狀態)?