From 7e7357728f062958046546c150700b4d443537f8 Mon Sep 17 00:00:00 2001 From: Amine Ilidrissi <38422328+aminevg@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:19:31 +0900 Subject: [PATCH] chore: add AGENTS.md --- AGENTS.md | 16 ++++++++++++++++ CLAUDE.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 AGENTS.md create mode 100644 CLAUDE.md 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