From 35446e01a23d8f515c285c04eb2e95c8555802fc Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Sun, 29 Mar 2026 17:39:50 +0700 Subject: [PATCH] docs(skills): add paseo archive command to CLI reference --- skills/paseo/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skills/paseo/SKILL.md b/skills/paseo/SKILL.md index 41f77c6c4..711857266 100644 --- a/skills/paseo/SKILL.md +++ b/skills/paseo/SKILL.md @@ -53,6 +53,10 @@ paseo inspect # Interrupt an agent's current run paseo stop +# Archive an agent (soft-delete, removes from UI) +paseo archive +paseo archive --force # Force archive running agent (interrupts first) + # Hard-delete an agent (interrupts first if needed) paseo delete