- Never publish to npm without explicit user request. Always wait for the user to say "publish" or "npm publish" before running
npm publish. - Push to GitHub only when asked.
- Run
biome check --writeandtscbefore every commit. - Follow pi-mono conventions: tabs, 120 line width, biome linting.