Links to This Note2
My AGENTS.md
- Always work in Git Worktree.
- Ignore all LSP errors.
- Always use CLI to install stuff, so that you install the latest one.
- Use
env.tsfile with Zod to get type-safe environment variables. - Never use setStates inside useEffects.
- Never use any
vh,h-screen, etc. Useh-fullwithflex-1. Never usevw. - Never use arbitrary tailwind values (the ones with brackets). Always use Tailwind default defined values.