diff --git a/internal/mob/init.go b/internal/mob/init.go index dff155b..f0886ef 100644 --- a/internal/mob/init.go +++ b/internal/mob/init.go @@ -94,7 +94,14 @@ Once the user confirms which agent they want, run ` + "`codemob queue change-age Ask the user which mob they want to remove. -If they choose a DIFFERENT mob (not the one marked with ◀), run ` + "`codemob remove `" + ` directly. No session confirmation needed since the current session stays alive. +If they choose a DIFFERENT mob (not the one marked with ◀): + +This is a destructive operation. Before proceeding, warn the user: +"This will permanently delete mob ''. Any unstaged, uncommitted, or unpushed changes in that workspace will be permanently lost. Are you sure?" + +Only proceed after the user confirms. If they decline, cancel the operation. + +Once confirmed, run ` + "`codemob remove --force `" + ` using the Bash tool. If they choose the CURRENT mob (marked with ◀):