From fe7e4c109a118ff229f7ebf258778b6683f871c7 Mon Sep 17 00:00:00 2001 From: mfowler Date: Mon, 22 Jun 2026 00:08:34 +0000 Subject: [PATCH] fleet: register p-lichen-orchestrator (builder + 2 adversaries + feature-completeness) --- fleet.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fleet.toml b/fleet.toml index d2d83d9..50c8917 100644 --- a/fleet.toml +++ b/fleet.toml @@ -37,3 +37,13 @@ enabled = false # STAGING — n 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." + +[[project]] +name = "p-lichen-orchestrator" +location = "/home/loops/project-orchestrator/projects/p-lichen-orchestrator" +harness = "agent-orchestrator" +ref = "781db071dd15d82b37f14cd17f15dc3e58fad207" # engine pinned at main HEAD (examples + log_tokens) +enabled = false # scaffold only — not started by the PO yet +secrets = ".env" +config = "agents.toml" +notes = "Reimplement lichen.page in Python. Topology: builder + correctness-adversary + readability-adversary (both must pass) + occasional feature-completeness reviewer. Scaffolded; work repo / live run not yet set up."