Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Before finishing your work, you must run the FULL verification suite below.

```sh
pnpm build # Build all packages (required before test/typecheck)
pnpm run typecheck # Typecheck
pnpm run ci:biome # Format + lint check
pnpm test # Run tests
```

If issues arise, fix the issues and run the FULL verification suite again. Repeat this process until the ENTIRE suite passes.

Use the following command to fix format and lint issues.

```sh
pnpm exec biome check --write <files> # Format + lint fix
```
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading