From 6cc3ed4f13ab26a35dc68b9069386940364a0baf Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sat, 13 Jun 2026 19:38:42 +0000 Subject: [PATCH] =?UTF-8?q?feat(fleet):=20register=20cc-ci=20as=20project?= =?UTF-8?q?=20#1=20(poe2e=20staging,=20disabled=20=E2=80=94=20operator=20c?= =?UTF-8?q?utover=20later)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fleet.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/fleet.toml b/fleet.toml index 24240a5..d2d83d9 100644 --- a/fleet.toml +++ b/fleet.toml @@ -24,3 +24,16 @@ enabled = true # is this proje secrets = ".env" # where the project's creds live (path/ref; never in git) config = "agents.toml" # the project's harness config file (relative to the project root) notes = "Sample fleet entry — replace with a real project, or remove." + +# cc-ci modeled as a project (poe2e staging). enabled=false: the PO must NOT start it — the live +# cc-ci still runs under /srv/cc-ci/cc-ci-plan/agents.py in the cc-ci- tmux namespace. Taking it +# live on the new system is an operator-supervised cutover (see the project's docs/cutover-runbook.md). +[[project]] +name = "cc-ci" +location = "/home/loops/poe2e/cc-ci" # local staging repo (git, engine submodule pinned) +harness = "agent-orchestrator" +ref = "v0.1.0" +enabled = false # STAGING — never started by the PO (would collide with live) +secrets = "/srv/cc-ci/.testenv" # live cc-ci creds (Gitea bot, etc.); never in git +config = "agents.toml" +notes = "cc-ci as project #1 (staging). Migrated from live cc-ci-plan/agents.toml. Parity verified in poe2e. Cutover is operator-supervised."