Migrate backend to herdr using a seamless translation shim wrapper
This commit is contained in:
@@ -201,9 +201,9 @@ if [ "$PURGE" = "1" ] && [ "$TMUX_ALIVE" = "1" ]; then
|
||||
if tmux has-session -t "$SESSION_NAME" 2>/dev/null; then
|
||||
echo "ERROR: session '$SESSION_NAME' is still alive after the kill chain." >&2
|
||||
echo " Refusing registry removal — records preserved (no state was modified)." >&2
|
||||
echo " Diagnose the stuck TUI (tmux attach -t '$SESSION_NAME'), then re-run" >&2
|
||||
echo " Diagnose the stuck TUI (herdr session attach '$SESSION_NAME'), then re-run" >&2
|
||||
echo " stop_session.sh --purge-conversation --yes (retry is safe/idempotent)." >&2
|
||||
delegate_publish_event "$DELEGATE_JOB_ID" error "purge aborted: tmux session still alive"
|
||||
delegate_publish_event "$DELEGATE_JOB_ID" error "purge aborted: herdr session still alive"
|
||||
exit 4
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user