Document LinaAI Codex login requirement

This commit is contained in:
2026-05-24 03:47:05 +00:00
parent a7c50f651a
commit e82045a7f9
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -44,6 +44,14 @@ Use `Scripts/ai_codex_escalate.sh` with a completed task status file. The
script prefers a locally installed `codex` command and falls back to script prefers a locally installed `codex` command and falls back to
`npx -y @openai/codex exec`. `npx -y @openai/codex exec`.
On `LinaAI`, the npm Codex CLI is installed, but it still needs an authenticated
Codex login before cloud escalation can run:
```bash
ssh nathan@192.168.5.27
codex login
```
Codex should be called for: Codex should be called for:
- confidence below `0.65`, - confidence below `0.65`,
@@ -68,6 +76,8 @@ Codex should be called for:
- Verify Open WebUI model selection uses the Ollama backend at - Verify Open WebUI model selection uses the Ollama backend at
`http://192.168.5.23:11434`. `http://192.168.5.23:11434`.
- Use Aider from `LinaAI`, not from `unreal-engine`. - Use Aider from `LinaAI`, not from `unreal-engine`.
- Authenticate the npm Codex CLI on `LinaAI` so escalation can run from the AI
worker VM.
- Build project memory inside this repo under `Docs/` rather than creating a - Build project memory inside this repo under `Docs/` rather than creating a
separate documentation repository. separate documentation repository.
- Add small local-agent tasks first: summarize systems, write docs, generate - Add small local-agent tasks first: summarize systems, write docs, generate
+5
View File
@@ -52,6 +52,11 @@
- `aider-chat` via `pipx`, - `aider-chat` via `pipx`,
- npm `@openai/codex`, - npm `@openai/codex`,
- Gitea clone at `/home/nathan/repos/AgrarianGame`. - Gitea clone at `/home/nathan/repos/AgrarianGame`.
- Verified Aider can talk to Ollama from `LinaAI` with
`qwen2.5-coder:7b`.
- `codex doctor` on `LinaAI` reports the npm Codex CLI install is healthy but
not authenticated yet. Run `codex login` on `LinaAI` before expecting Codex
escalation to execute.
- Added self-hosted AI project documentation: - Added self-hosted AI project documentation:
- `Docs/AI/SelfHostedAiDevelopmentStack.md` - `Docs/AI/SelfHostedAiDevelopmentStack.md`
- `Docs/AI/LocalAgentGuardrails.md` - `Docs/AI/LocalAgentGuardrails.md`