mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-06 11:25:52 +00:00
- Add waiting field to Session interface in session-list.ts - Include name and waiting fields in app.ts session mapping - Update CLAUDE.md with linting reminder 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
394 B
394 B
- Never commit and/or push before the user has tested your changes!
- You do not need to manually build the web project, the user has npm run dev running in a separate terminal
- Never screenshot via puppeteer. always query the DOM to see what's what.
- NEVER EVER USE SETTIMEOUT FOR ANYTHING IN THE FRONTEND UNLESS EXPLICITELY PERMITTED
- npm run lint in web/ before commit and fix the issues.