boot: only cc-ci-orchestrator auto-starts (+RC) — builder/adversary enabled=false so they don't launch on boot (operator); start them manually when running a build
This commit is contained in:
@ -67,6 +67,7 @@ context before resuming supervision."""
|
||||
|
||||
[[agent]]
|
||||
name = "builder" # tmux session: cc-ci-builder
|
||||
enabled = false # operator 2026-07-10: do NOT auto-start on boot (only cc-ci-orchestrator does); start manually when running a build
|
||||
kind = "loop"
|
||||
role = "builder" # phase kickoff = phase preamble + prompts/builder.md
|
||||
dir = "/srv/cc-ci/cc-ci"
|
||||
@ -74,6 +75,7 @@ watch = "heal+stall"
|
||||
|
||||
[[agent]]
|
||||
name = "adversary"
|
||||
enabled = false # operator 2026-07-10: do NOT auto-start on boot (only cc-ci-orchestrator does); start manually when running a build
|
||||
session = "cc-ci-adv" # established convention is abbreviated (logs, remote-control)
|
||||
kind = "loop"
|
||||
role = "adversary"
|
||||
|
||||
Reference in New Issue
Block a user