purge: remove Anthropic from all wizard configs, playbooks, and fleet scripts
Golden state: Kimi K2.5 primary → Gemini via OpenRouter → local Ollama.
Anthropic is gone from every active config, fallback chain, and loop script.
Wizard configs (3):
- allegro, bezalel, ezra: removed anthropic from fallback_providers,
replaced with gemini + ollama. Removed anthropic provider section.
Playbooks (7):
- All playbooks now use kimi-k2.5 as preferred, google/gemini-2.5-pro
as fallback. No claude model references remain.
Fleet scripts (8):
- claude-loop.sh: deprecated (exit 0, original preserved as reference)
- claudemax-watchdog.sh: deprecated (exit 0)
- agent-loop.sh: removed claude dispatch case
- start-loops.sh: removed claude-locks, claude-loop from proc list
- timmy-orchestrator.sh: removed claude worker monitoring
- fleet-status.sh: zeroed claude loop counter
- model-health-check.sh: replaced check_anthropic_model with check_kimi_model
- ops-gitea.sh, ops-helpers.sh, ops-panel.sh: removed claude from agent lists
Infrastructure (5):
- wizard_bootstrap.py: removed anthropic pip package and API key checks
- WIZARD_ENVIRONMENT_CONTRACT.md: replaced ANTHROPIC keys with KIMI
- DEPLOY.md: replaced ANTHROPIC_API_KEY with KIMI_API_KEY
- fallback-portfolios.yaml: replaced anthropic provider with kimi-coding
- fleet-vocabulary.md: updated Ezra and Claude entries to Kimi K2.5
Docs (2):
- sonnet-workforce.md: deprecated with notice
- GoldenRockachopa-checkin.md: updated model references
Preserved (not touched):
- training/ data (changing would corrupt training set)
- evaluations/ (historical benchmarks)
- RELEASE_*.md (changelogs)
- metrics_helpers.py (historical cost calculation)
- hermes-sovereign/githooks/pre-commit.py (secret detection - still useful)
- security/secret-scan.yml (key detection - still useful)
- architecture_linter.py (warns about anthropic usage - desired behavior)
- test_sovereignty_enforcement.py (tests anthropic is blocked - correct)
- son-of-timmy.md philosophical references (Claude as one of many backends)
Refs: Sovereignty directive, zero-cloud vision
2026-04-09 19:21:48 +00:00
|
|
|
# DEPRECATED — Anthropic Purged from Fleet
|
|
|
|
|
|
|
|
|
|
> This document described the Claude Sonnet workforce. As of April 2026,
|
|
|
|
|
> Anthropic has been removed from the fleet. All wizard providers now use
|
|
|
|
|
> Kimi K2.5 as primary with Gemini and local Ollama as fallbacks.
|
|
|
|
|
> See `docs/fleet-vocabulary.md` for current provider assignments.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-06 14:43:04 +00:00
|
|
|
# Sonnet Workforce Loop
|
|
|
|
|
|
|
|
|
|
## Agent
|
|
|
|
|
- **Agent:** Sonnet (Claude Sonnet)
|
|
|
|
|
- **Model:** claude-sonnet-4-6 via Anthropic Max subscription
|
|
|
|
|
- **CLI:** claude -p with --model sonnet --dangerously-skip-permissions
|
|
|
|
|
- **Loop:** ~/.hermes/bin/sonnet-loop.sh
|
|
|
|
|
|
|
|
|
|
## Purpose
|
|
|
|
|
Burn through sonnet-only quota limits on real Gitea issues.
|
|
|
|
|
|
|
|
|
|
## Dispatch
|
|
|
|
|
1. Polls Gitea for assigned-sonnet or unassigned issues
|
|
|
|
|
2. Clones repo, reads issue, implements fix
|
|
|
|
|
3. Commits, pushes, creates PR
|
|
|
|
|
4. Comments issue with PR URL
|
|
|
|
|
5. Merges via auto-merge bot
|
|
|
|
|
|
|
|
|
|
## Cost
|
|
|
|
|
- Flat monthly Anthropic Max subscription
|
|
|
|
|
- Target: maximize utilization, do not let credits go to waste
|