docs: update agent instructions

This commit is contained in:
zhom
2025-06-08 17:06:10 +04:00
parent 0c8dd5ace5
commit a5b9afafcb
2 changed files with 2 additions and 2 deletions
@@ -3,4 +3,4 @@ description:
globs:
alwaysApply: true
---
After your changes, instead of running specific tests or linting specific files, run "pnpm format && pnpm lint && pnpm test"
After your changes, instead of running specific tests or linting specific files, run "pnpm format && pnpm lint && pnpm test". It means that you first format the code, then lint it, then test it, so that no part is broken after your changes.