From 78eddc57daa756d1b45d3e95a86e608f3f2c775a Mon Sep 17 00:00:00 2001 From: mfowler Date: Sat, 1 Aug 2026 16:46:48 +0000 Subject: [PATCH] chore(fleet): register notplants-atproto New project at projects/notplants-atproto, engine pinned at the latest agent-orchestrator (26d93c1, v0.1.0-33-g26d93c1). Single persistent agent 'analyst' exposed over Claude Code Remote Control (session notplants-atproto-analyst) for operator-driven atproto data analysis and possible custom feeds. --- fleet.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/fleet.toml b/fleet.toml index 3f007f3..786e555 100644 --- a/fleet.toml +++ b/fleet.toml @@ -64,3 +64,14 @@ enabled = true # RUNNING — live unde secrets = ".env" config = "agents.toml" notes = "Reimplement lichen.page in Python — the real project (succeeded the p-lichen-orchestrator bootstrap after the 2026-07-10 cutover). Live under lichen-* tmux sessions (lichen-orchestrator, lichen-watchdog, lichen-feature-completeness, lichen-cleanlogs, lichen-disk-reclaim). Engine submodule drift: working tree at 26d93c1, committed pin at 5a993aa." + +# Operator's atproto workspace. One remote-control agent (`analyst`) the operator drives directly. +[[project]] +name = "notplants-atproto" +location = "/srv/project-orchestrator/projects/notplants-atproto" +harness = "agent-orchestrator" +ref = "26d93c1eda36dd68d1f59e5bec5e4cea9bc0d761" # latest engine (v0.1.0-33-g26d93c1) at creation +enabled = true # RUNNING — operator-driven via Remote Control +secrets = ".env" # atproto creds; gitignored, not yet populated +config = "agents.toml" +notes = "Created 2026-08-01. Analysis of the operator's atproto data, and possibly custom feeds; the operator sets direction interactively. Single persistent agent 'analyst' (claude-opus-4-8, watch=heal, resume=true) exposed over Claude Code Remote Control as session notplants-atproto-analyst. Scope is deliberately open — the operator drives."