chore: require agents recompile nodecar

This commit is contained in:
zhom
2025-07-28 03:43:51 +04:00
parent b071e971b3
commit fe843e14f1
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
description:
globs:
alwaysApply: true
---
Anytime you change nodecar's code and try to test, recompile it with "cd nodecar && pnpm build"
+1
View File
@@ -4,3 +4,4 @@
- Don't leave comments that don't add value
- Do not duplicate code unless you have a very good reason to do so. It is important that the same logic is not duplicated multiple times
- Before finishing the task and showing summary, always run "pnpm format && pnpm lint && pnpm test" at the root of the project to ensure that you don't finish with broken application.
- Anytime you change nodecar's code and try to test, recompile it with "cd nodecar && pnpm build"