Cancel the and-then task queue and allow normal session exit
/plugin marketplace add zach-source/claude-and-then/plugin install zach-source-and-then@zach-source/claude-and-thenRemove the task queue and allow normal session behavior.
if [[ -f ".claude/and-then-queue.json" ]]; then
rm ".claude/and-then-queue.json"
echo "✅ And-then queue cancelled"
else
echo "ℹ️ No active and-then queue"
fi