| filepath |
|---|
AGENTS.md |
- Before making changes, read
.instructions/general.instructions.mdand any relevant instructions inside.instructions/appsor.instructions/packagesfor the files you plan to modify. - Keep TypeScript strictly typed. Do not use
@ts-ignoreor ESLint disable comments. - Always run
pnpm typecheckto ensure your code is working. This also builds any needed deps. So do this anytime you cross a package boundary. - Use
pnpm lintto check for linting errors and code style. - Use
pnpm format -wto format all packages before committing.