docs(skills): add paseo archive command to CLI reference

This commit is contained in:
Mohamed Boudra
2026-03-29 17:39:50 +07:00
parent 6c3559e90f
commit 35446e01a2

View File

@@ -53,6 +53,10 @@ paseo inspect <agent-id>
# Interrupt an agent's current run
paseo stop <agent-id>
# Archive an agent (soft-delete, removes from UI)
paseo archive <agent-id>
paseo archive <agent-id> --force # Force archive running agent (interrupts first)
# Hard-delete an agent (interrupts first if needed)
paseo delete <agent-id>