dashboard: remove the spawn-new-agent trigger from the Y3R C4LL tab
Frontend half of removing hive-level agent spawning (swarm-level creation now covers it, and its forge-works confirmation just landed in hive/hive-chat). Removes call.js's blank-name spawn-request form (R3QU3ST SP4WN) and its now-orphaned .spawnform CSS. Deliberately keeps core.js's tombstone-list revive action (R3V1V3) -- a different feature (respawn an *existing* agent, reusing its kept state), not agent creation, and not what this issue asked to remove. It happens to post to the same /api/request-spawn action with the tombstone's own name pre-filled rather than a blank input. Backend endpoint + wiring is a separate slice (damocles).
This commit is contained in:
parent
d900d25482
commit
8475d9921f
3 changed files with 1 additions and 39 deletions
|
|
@ -82,8 +82,7 @@ agent is stale.
|
|||
|
||||
Things blocked on operator decision — the approval queue.
|
||||
|
||||
**P3NDING APPR0VALS** — the queue (see "Approval card" below).
|
||||
The R3QU3ST SP4WN form lives at the top of this section. A
|
||||
**P3NDING APPR0VALS** — the queue (see "Approval card" below). A
|
||||
`pending · N` / `history · N` tab pair switches between the live
|
||||
queue and the last 30 resolved approvals (see "Approval card" for
|
||||
the history row shape).
|
||||
|
|
|
|||
Loading…
Reference in a new issue