journal + reboots: 2026-09-07 consolidation sessions; agents.toml: orchestrator on claude/fable-5-1 (operator 2026-09-07)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FqkQq3CDmFWcQ7u1LzoyRz
This commit is contained in:
2026-09-07 20:33:49 +00:00
co-authored by Claude Fable 5.1
parent a895bd3e3e
commit e5b0177c93
3 changed files with 71 additions and 2 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ log_dir = "/srv/cc-ci/.cc-ci-logs"
[[agent]]
name = "orchestrator" # tmux session: cc-ci-orchestrator
kind = "persistent"
backend = "opencode" # attached to the shared opencode web server (oc.commoninternet.net)
model = "opencode/glm-5.2" # opencode backend; visible at https://oc.commoninternet.net
backend = "claude" # operator 2026-09-07: Claude Code under remote-control so they can talk to it
model = "claude-fable-5-1" # Fable 5.1
resume = false # opencode backend has no --resume equivalent (fresh session each launch)
watch = "heal" # restart if dead / FATAL / backend-mismatch; never stall-reboot
wake = { interval = 3600, prompt_file = "ai-progress-monitor-prompt.txt" }