92a008fd28
leo 2026-09-01:「它出貨雲端部分還要什麼帳密也要給」「需要 uncle6?」
——需要,而且是硬需求。
實查(總管與工人各自打過一次,結果一致):
installer/ship.targets.json 六處 accountId 去重 → 58309bb90fd93ad6d0fe0aae99170e9d
用 products/arcrun-rag/.env 的 UNCLE6_CF_API_KEY 打 CF API:
/user/tokens/verify → success: True, status: active
/accounts → 58309bb9… Uncle6.me@gmail.com's Account ✅ 一致
本機 env 沒有 CLOUDFLARE_API_TOKEN;~/.wrangler/config/default.toml 有 oauth_token
⇒ 本機出貨靠家目錄的 OAuth 登入態,那個檔不隨 clone 走 ⇒ 雲端拿不到
清單 8 把 → 9 把。
🔴 未知的一格(刻意留在清單註解裡):這把有沒有 Workers Scripts:Edit 沒驗過
——驗它必須寫入。已確認至少有 Read(讀得回 uncle6 的 75 顆 worker)。
🔴 雲端出貨仍然不通,缺的不是憑證:
· Leo/arcrun-rag-bundles-staging 對 claude-code 是 push:False(stage 釘的就是它)
· ARCRUN_SHIP_BASE/ARCRUN_SHIP_NS 只住在 ~/.arcrun/config.yaml,不在任何 repo
· .github-armed 只存在本機根目錄
三件都是 leo 的裁決,不在本版範圍。
票:inkstone/ISEP#115
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
17 lines
598 B
JSON
17 lines
598 B
JSON
{
|
|
"name": "isep",
|
|
"description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:61 支機械閘(84 條註冊,白話盤點見 docs/hooks-inventory.md)、7 支 slash command、2 支 skill、7 位有名字的工人(agents/,見 docs/governance/worker-roster.md)、49 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。",
|
|
"version": "0.20.0",
|
|
"keywords": [
|
|
"inkstone",
|
|
"guardrails",
|
|
"hooks",
|
|
"gitea",
|
|
"arcrun"
|
|
],
|
|
"author": {
|
|
"name": "Leo",
|
|
"url": "https://uncle6.me"
|
|
}
|
|
}
|