From fcbe9e7be58172a6ef0c7bf6397ebfd81dffad67 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 12 Jul 2025 11:51:49 +0200 Subject: [PATCH] docs: warn against killing all sessions (#321) --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 489737dc..eb37c0f3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -44,6 +44,8 @@ When the user says "release" or asks to create a release, ALWAYS read and follow - Mac app runs `pnpm run dev` instead of embedded server - Provides hot reload - web changes automatically rebuild without Mac app rebuild - Restart VibeTunnel server (not full rebuild) to pick up web changes +6. **Never kill all sessions** + - You are running inside a session yourself; killing all sessions would terminate your own process ### Git Workflow Reminders - Our workflow: start from main → create branch → make PR → merge → return to main