Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 330 Bytes

File metadata and controls

8 lines (6 loc) · 330 Bytes

AGENTS.md

Rules

  • 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 --write and tsc before every commit.
  • Follow pi-mono conventions: tabs, 120 line width, biome linting.