From d9937ee834a33a4b10585db7ceaa7e41029f35e6 Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 31 Aug 2026 19:35:45 +0200 Subject: [PATCH] dashboard: also remove the tombstone revive trigger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mara asked on PR #3854 to remove the revive action alongside the blank-name spawn form. Both posted to /api/request-spawn as the last two frontend callers; with this the dashboard has no UI path left that hits that endpoint (backend removal/decision stays damocles's call). Drops the K3PT ST4T3 tombstone row's ⊕ R3V1V3 form, leaving PURG3 as the only per-tombstone action. Updated the two doc/comment spots that described the now-gone button. --- docs/web-ui/dashboard.md | 3 +-- frontend/packages/dashboard/src/core.html | 2 +- frontend/packages/dashboard/src/core.js | 10 ---------- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/docs/web-ui/dashboard.md b/docs/web-ui/dashboard.md index a925cc77..5a5cc902 100644 --- a/docs/web-ui/dashboard.md +++ b/docs/web-ui/dashboard.md @@ -135,8 +135,7 @@ page — see below.) **K3PT ST4T3** — two sub-sections on one pane: *Tombstones*: agents with kept state and **no container** (size + age + -claude-creds badge). Two actions: `⊕ R3V1V3` (queues a Spawn -approval; existing state is reused), `PURG3` (wipes state + applied +claude-creds badge). One action: `PURG3` (wipes state + applied dirs; `POST /api/purge-tombstone/{name}`). ⚠️ **Not only *destroyed* agents.** Nothing records a destroy: every diff --git a/frontend/packages/dashboard/src/core.html b/frontend/packages/dashboard/src/core.html index e2dcaf1a..f416a8b8 100644 --- a/frontend/packages/dashboard/src/core.html +++ b/frontend/packages/dashboard/src/core.html @@ -33,7 +33,7 @@