Skip to main content
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.ts file with Zod to get type-safe environment variables.
  • Never use setStates inside useEffects.
  • Never use any vh, h-screen, etc. Use h-full with flex-1. Never use vw.
  • Never use arbitrary tailwind values (the ones with brackets). Always use Tailwind default defined values.