Commit graph

3 commits

Author SHA1 Message Date
Ubuntu
75b5110748 chore: add test-and-migrate.sh script
Script de test complet du daemon claude-failover (30 tests) et migration
vers daemon exclusif en commentant les 5 crons orchestrateur.

Fixes appliqués au script:
- ((PASS++)) → PASS=$((PASS + 1)) pour éviter exit avec set -e quand PASS=0
- grep -c || echo 0 → || errors=0 pour éviter double-valeur dans variable
- HOME/GOPATH/GOCACHE explicites pour go test ./... (module cache hors /root)
- Pattern sed étendu pour matcher `* * * * *` dispatcher (pas seulement */N)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 01:12:49 +00:00
Ubuntu
28f82a66c8 feat: Phase 2.7+3 — full integration, config update, systemd unit
- Wire all goroutines in main.go: watcher, quota monitor, account
  switcher, dispatcher, janitor, and 10s state flush loop
- Add missing sections to config.example.yaml: notifications,
  dispatcher, watcher, janitor
- Add scripts/claude-failover.service systemd unit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 00:15:06 +00:00
cf4957010f feat: initial project structure 2026-04-14 13:29:24 +00:00