docs: warn against killing all sessions (#321)

This commit is contained in:
Peter Steinberger 2025-07-12 11:51:49 +02:00 committed by GitHub
parent f159bc9058
commit fcbe9e7be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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