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>
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>