88a1dab810
---ci--- phase: 7 milestone: v0.2 status: complete requirements: covered: [REQ-2-001, REQ-2-002, REQ-2-003, REQ-2-004, REQ-2-005, REQ-2-006, REQ-2-007, REQ-2-008, REQ-2-009, REQ-2-010, REQ-2-011, REQ-2-012] partial: [] ---/ci--- Milestone v0.2 (ai-tutor-architecture) merged to main. Escalation record (audit remediation, durable): P1 executor delegation failed twice (empty subagent results, zero files created); auto-resolved at full autonomy to inline execution with identical plan fidelity (commit 3271373, reflog-only after phase branch squash-delete).
10 lines
368 B
Bash
10 lines
368 B
Bash
# Nextcraft AI Service — environment template (copy values, never commit real keys)
|
|
# Real keys live in .ciagent/.env.secrets (gitignored) and are exported by scripts/dev.sh
|
|
|
|
AI_PORT=8420
|
|
AI_PROVIDER=ollama-cloud
|
|
AI_MODEL=gemma4:31b
|
|
AI_OLLAMA_CLOUD_BASE_URL=https://ollama.com/v1
|
|
AI_OLLAMA_CLOUD_API_KEY=
|
|
AI_LOCAL_BASE_URL=http://localhost:11434/v1
|
|
AI_JSON_MODE=auto |