# Sample AGENTS.md file
## Dev environment tips
- Use `pnpm dlx turbo run where
- Run `pnpm install --filter
- Use `pnpm create vite@latest
- Check the name field inside each package's package.json to confirm the right name—skip the top-level one.
## Testing instructions
- Find the CI plan in the .github/workflows folder.
- Run `pnpm turbo run test --filter
- From the package root you can just call `pnpm test` . The commit should pass all tests before you merge.
... continue reading