diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..6fce394 --- /dev/null +++ b/AGENTS.md @@ -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 # Format + lint fix +``` diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..43c994c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md