From f30897b44ecf9dc6df8da289698df95be132c029 Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 19 Aug 2026 14:40:51 +0200 Subject: [PATCH] swarm-ui: create-agent info panel reads as the finished flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mara's review: the info-panel copy should describe the intended end state (a running agent on the chosen hive), not narrate today's partial implementation (deploy isn't wired up server-side yet — noted in this file's existing top comment for maintainers, kept separate from the user-facing copy). --- .../swarm-ui/src/pages/CreateAgentPage.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx b/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx index e870d3a2..64e750cb 100644 --- a/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx +++ b/frontend/packages/swarm-ui/src/pages/CreateAgentPage.tsx @@ -177,16 +177,20 @@ export function CreateAgentPage() {
+ {/* Describes the intended end state (a running agent), not today's + literal behaviour (deploying the container onto the hive isn't + wired up server-side yet — see this file's top comment) — + mara's explicit call on this copy: read as finished, not as a + running commentary on partial implementation. */}

- This queues a small chain of jobs, not a running agent: first an authelia identity - at the swarm level, then a config repo on the forge with the operator added as a - collaborator. It reserves everything an agent needs before any container exists — - actually deploying one onto the hive you pick above is a separate step that isn't - wired up yet. + Submitting this queues everything a new agent needs: a swarm-level identity, a + config repo on the forge with the operator added as a collaborator, and a container + running the agent on the hive you pick above. Watch it all settle on{' '} + jobs.