Timmy (NEXUSBURN)
e79f1d98ae
CI / test (pull_request) Failing after 56s
CI / validate (pull_request) Failing after 49s
Review Approval Gate / verify-review (pull_request) Failing after 7s
fix: Anthropic purge — remove Claude from active fleet config
Closes #1143. Completes the Anthropic purge across the-nexus repo
to match timmy-config PR #440. Removes Claude as an active provider,
replaces with Gemini/Kimi in all operational config.
Golden state: Kimi K2.5 (primary) > Gemini 2.5 Pro (fallback) > Ollama (terminal)
Changes across 16 files:
CONFIG (provider references removed):
- config/deepdive.env.example: model → google/gemini-2.5-pro, Anthropic block purged
- scaffold/deep-dive/.env.example: ANTHROPIC_API_KEY removed
- scaffold/deep-dive/synthesis/synthesis_prompt.txt: Claude → Kimi/Gemini
- scaffold/deep-dive/aggregator/blog_fetcher.py: annotated as research source
- intelligence/deepdive/docker-compose.yml: cleaned comment
FLEET (Claude references deprecated):
- fleet/fleet-routing.json: ezra model → google/gemini-2.5-pro
- fleet/hermes-trismegistus/: full lane deprecated with header
- docs/FLEET_VOCABULARY.md: fallback chain → Kimi > Gemini > Ollama
- intelligence/deepdive/OPERATIONAL_READINESS.md: Anthropic → Gemini
FRONTEND (Claude → Gemini in Three.js world):
- app.js: agent station, simulation, chat prefix, status panels → Gemini
- style.css: .tag-claude → .tag-gemini, .chat-msg-claude → .chat-msg-gemini
- portals.json: claude → gemini
- world_state.json: Claude → Gemini
- nexus/components/agent-presence-panel.html: Claude → Gemini
- nexus/components/heartbeat-briefing-panel.html: Claude status → Gemini standby
PRESERVED (intentionally not changed):
- CLAUDE.md (canonical doc name)
- Historical audits, changelogs, reviews
- Git hooks (stale-pr-closer pattern matching)
- Secret detection hooks (catches leaked Anthropic keys)
- Research/competitor monitoring configs (annotated)
- Test files (test_repo_truth.py)
2026-04-13 20:25:24 -04:00
..
2026-04-07 14:47:12 +00:00
2026-04-05 08:31:33 +00:00
2026-04-11 00:20:14 +00:00
2026-04-07 14:23:07 +00:00
2026-04-06 02:57:57 +00:00
2026-04-12 19:24:38 -04:00
2026-03-31 04:53:29 +00:00
2026-04-12 11:55:51 -04:00
2026-04-07 08:38:28 +00:00
2026-04-07 06:47:03 +00:00
2026-04-05 20:59:33 +00:00
2026-04-05 17:33:00 +00:00
2026-04-10 05:45:27 -04:00
2026-04-05 08:58:25 +00:00
2026-04-05 01:51:01 +00:00
2026-04-05 03:45:08 +00:00
2026-04-05 05:19:04 +00:00
2026-04-13 20:25:24 -04:00
2026-04-06 18:16:58 +00:00
2026-03-29 21:58:16 -04:00
2026-04-06 02:57:57 +00:00
2026-04-07 14:26:25 +00:00
2026-04-06 18:15:20 +00:00
2026-04-07 06:27:56 +00:00
2026-04-07 14:38:49 +00:00
2026-04-11 23:10:03 +00:00
2026-04-11 23:10:02 +00:00
2026-04-06 02:57:57 +00:00
2026-04-08 06:29:26 -04:00