Commit Graph
19 Commits
Author SHA1 Message Date
notplants 78eddc57da 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.
2026-08-01 16:46:48 +00:00
notplantsandClaude 5940ea98a1 chore(engine): bump submodule 289ef07 -> 26d93c1 (34 commits)
Brings the PO up to the same harness the lichen orchestrator runs. Adds the Tangled
tooling — tangled_pr.py (file a pull), tangled_repo.py (create a repo), tangled_pr_edit.py
(edit an existing pull's title/body) — plus the watchdog work since v0.1.0: build-aware
stall detection, WAITING-UNTIL proof-of-life, [pipeline] stages with push-on-retire,
persistent-agent wakes surviving SEQUENCE-COMPLETE, and per-gate token logging.

`agents.py status` reads the PO's agents.toml unchanged on the new engine; the PO agent
kept its session across the bump, the watchdog was restarted onto the new code.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-01 16:41:22 +00:00
notplants 9d6e082fd6 chore(fleet): archive p-lichen-orchestrator; register real lichen-orchestrator
p-lichen-orchestrator was the Phase-1 bootstrap shell, consolidated into
the real project in the 2026-07-10 cutover -> mark enabled=false, repoint
location to /srv/archive/p-lichen-orchestrator-shell.

Add the real lichen-orchestrator (/srv/lichen-orchestrator, live under the
lichen-* tmux sessions). Recorded ref is the running engine 26d93c1
(v0.1.0-33-g26d93c1); flagged that it is ahead of the committed submodule
pin 5a993aa.
2026-08-01 16:38:47 +00:00
notplants 6d9de9fc9b chore: fleet.toml location -> /srv/project-orchestrator (dir migrated /home->/srv) 2026-07-08 16:37:06 +00:00
notplants 3bf443c3a3 docs(AGENTS): no co-author/session trailers in commit messages 2026-06-23 20:41:20 +00:00
notplantsandClaude Opus 4.8 4f18a6c01c memory: correct Tangled gotcha — case-sensitive rkey in SSH path (not network/perms)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ALPo5Y86fzQjsALNZRSSG5
2026-06-23 20:35:44 +00:00
notplantsandClaude Opus 4.8 7cd0ab2170 memory: Tangled bot creds location + programmatic repo-creation recipe
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ALPo5Y86fzQjsALNZRSSG5
2026-06-23 19:55:01 +00:00
notplantsandClaude Opus 4.8 c18ac83daf chore: gitignore .secrets/ for bot credentials
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ALPo5Y86fzQjsALNZRSSG5
2026-06-23 19:46:28 +00:00
notplants 84c7086adb feat(fleet): p-lichen-orchestrator enabled=true — loops live via remote control
Phase 1 (bootstrap) built + passed both adversaries; loops kept running for
operator remote-control collaboration. State in work/machine-docs/HANDOFF.md.
2026-06-22 02:30:10 +00:00
notplants 977dd78fa5 memory: p-lichen-orchestrator pushed to tangled (tangled-only, origin=tangled) 2026-06-22 01:18:49 +00:00
notplants f803225442 fleet: bump p-lichen-orchestrator engine ref to 98d198b (multi-ping handoff) 2026-06-22 00:30:53 +00:00
notplants fe7e4c109a fleet: register p-lichen-orchestrator (builder + 2 adversaries + feature-completeness) 2026-06-22 00:08:34 +00:00
notplants 80452ba728 memory: add agent-orchestrator-benchmark to tangled mirrors 2026-06-16 15:33:48 +00:00
notplants cb8e071149 memory: note auto-mirror dual-push setup 2026-06-16 15:30:39 +00:00
notplants 8c0eb7d41e memory: record tangled.org mirror setup (both repos) 2026-06-16 15:27:46 +00:00
notplantsandClaude Opus 4.8 170a3e35cd chore(po): track memory in-repo + add AGENTS.md conventions
- memory/ now lives in the repo and is git-tracked; the harness memory path
  (~/.claude/.../memory) is a symlink to it so writes still land here
- AGENTS.md: document memory-in-repo, always-commit-and-push, operator-driven
  (no sweep), and the one-directional rule

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 15:08:08 +00:00
notplantsandClaude Opus 4.8 0456837444 feat(po): drop periodic fleet sweep — operator-driven, recover-if-dead only
The PO's job is to manage projects on request, not watch them live. Remove the
hourly wake/sweep entirely:

- agents.toml: watch="heal" (recover-if-dead), no `wake` field
- prompts/supervise.md: deleted
- prompts/orchestrator.md, README.md, docs/bootstrap.md, docs/manage-projects.md:
  drop sweep/wake references; document operator-driven, no periodic sweep

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 15:04:08 +00:00
notplants 6cc3ed4f13 feat(fleet): register cc-ci as project #1 (poe2e staging, disabled — operator cutover later) 2026-06-13 19:38:42 +00:00
notplantsandClaude Opus 4.8 346ed31acb feat: project-orchestrator — engine@v0.1.0 submodule, PO config, fleet.toml registry, mgmt scripts, docs, Nix
The PO is itself a project using the agent-orchestrator harness (engine/ submodule pinned at
v0.1.0). Adds: agents.toml (one persistent fleet-management agent) + prompts/; fleet.toml (the
sole project<->harness<->ref registry) + docs/fleet-registry.md; scripts/ (fleet.py +
create/start/stop/update-project.sh); docs/manage-projects.md + docs/bootstrap.md; flake.nix/.lock
devShell (python311+tmux+git); README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 19:15:47 +00:00