From b84350eb13377079500c07f0fad42665c120e21d Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:22:29 +0400 Subject: [PATCH] docs: add ai agents instruction file --- AI_INSTRUCTIONS.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 AI_INSTRUCTIONS.md diff --git a/AI_INSTRUCTIONS.md b/AI_INSTRUCTIONS.md new file mode 100644 index 0000000..f2ad013 --- /dev/null +++ b/AI_INSTRUCTIONS.md @@ -0,0 +1,4 @@ +# Instructions for AI Agents + +- If you want to run tests, run them as "pnpm format && pnpm lint && pnpm test" +- Don't leave comments that don't add value