From a0ada3919152399422fdd345a50d1cc115da956f Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 20 Sep 2026 13:55:27 +0200 Subject: [PATCH] docs: clear write-good.Passive hits in docs/tools/lifecycle.md --- docs/tools/lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/lifecycle.md b/docs/tools/lifecycle.md index c556098a..88b6f90f 100644 --- a/docs/tools/lifecycle.md +++ b/docs/tools/lifecycle.md @@ -23,8 +23,8 @@ one-row answer naming itself. Meta-flake input bumps route through the operator approval queue. Creating a new agent is **not** in this group — agents have no tool for -it. A new agent's config repo is scaffolded by the swarm controller's -`InitAgentConfigRepo` job (`POST /api/agents`, see +it. The swarm controller's `InitAgentConfigRepo` job scaffolds a new +agent's config repo (`POST /api/agents`, see `swarm-controller/`), and the operator spawns the container from the dashboard (`◆ R3QU3ST SP4WN` / `Spawn` approval, routed via `HostRequest::RequestSpawn`).