sync: auto-sync from GURU-KALI at 2026-05-26 20:08:37

Author: Mike Swanson
Machine: GURU-KALI
Timestamp: 2026-05-26 20:08:37
This commit is contained in:
2026-05-26 20:08:38 -07:00
parent b9d7b657c2
commit 63bc234d1b
3 changed files with 15 additions and 28 deletions

View File

@@ -292,9 +292,9 @@ Tier 0 — **Ollama is the documentation and classification engine.** Route pros
|---------|----------|
| Local Ollama present (GURU-5070, Howard-Home, etc.) | `http://localhost:11434` |
| GURU-BEAST-ROG | `http://localhost:11434` (always-on RTX 4090; common fallback target) |
| No local Ollama | per-machine fallback from `.claude/identity.json` `ollama_fallback` (e.g. Beast `http://100.101.122.4:11434`) |
| No local Ollama (e.g. GURU-KALI) | endpoint+fallback = Beast `http://100.101.122.4:11434` |
Models: `qwen3.6:latest` (strict-format: JSON, classification, structured rules, redaction, word-limited summaries), `qwen3:8b` (prose on DESKTOP-0O8A1RL — 86 tok/s, full 12 GB VRAM fit), `qwen3:14b` (prose everywhere else — ~66 tok/s), `codestral:22b` (code suggestions — always review). Fallback host is per-machine — set in `.claude/identity.json` `ollama_fallback`; GURU-BEAST-ROG (`100.101.122.4:11434`, always on, RTX 4090) is the usual choice. Full reference + per-machine routing: `.claude/OLLAMA.md`
Models: `qwen3.6:latest` (strict-format: JSON, classification, structured rules, redaction, word-limited summaries), `qwen3:8b` (prose on DESKTOP-0O8A1RL — 86 tok/s, full 12 GB VRAM fit), `qwen3:14b` (prose everywhere else — ~66 tok/s), `codestral:22b` (code suggestions — always review). Per-machine config (endpoint, fallback, prose_model, python, platform, architecture) lives in `.claude/identity.json` `ollama`/`python` — populated by `.claude/scripts/migrate-identity.sh` (Phase 2, 2026-05-26). Scripts read `.ollama.endpoint` (no curl probe). GURU-BEAST-ROG (`100.101.122.4:11434`, always on, RTX 4090) is the usual fallback. Full reference + per-machine routing: `.claude/OLLAMA.md`
### GrepAI (Semantic Code Search)