docs(runner): clarify registration tty token entry

This commit is contained in:
Your Name
2026-06-29 10:55:21 +08:00
parent 9f587f2566
commit 1e15079a4c
4 changed files with 29 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
## 2026-06-29 — 10:53 non-110 runner registration TTY 指引修正
**完成內容**
- 補強 `ops/runner/register-awoooi-non110-runner.sh --help``ops/runner/README.md`,明確說明正式註冊不能用 `ssh -t ... 'bash -s' < script`,因為 stdin 會被 script 佔用而不是互動 TTY。
- 文件改為要求先把 helper 放在 188再用 `ssh -tt ollama@192.168.0.188 'cd /home/ollama/act-runner-awoooi && ./register-awoooi-non110-runner.sh'` 執行 hidden token prompt。
- 補測試鎖住 no-token-argv 與 no-stdin-pipe registration 指引;`runner registration token not found` 被記錄為 token scope / freshness 問題,不要求 Codex 取得 token。
**邊界**:只改 committed docs / helper usage / tests未使用 GitHub未讀 token / `.runner` 內容 / cookie / session / secret未操作 host / Docker / K8s / runner service未 workflow_dispatch。
## 2026-06-29 — 10:44 non-110 CD closure verifier snapshot fallback
**完成內容**