From fe843e14f117ab38e923c0e788832c3c2e400ebf Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 28 Jul 2025 03:43:51 +0400 Subject: [PATCH] chore: require agents recompile nodecar --- .cursor/rules/nodecar-modifications.mdc | 6 ++++++ AGENTS.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 .cursor/rules/nodecar-modifications.mdc diff --git a/.cursor/rules/nodecar-modifications.mdc b/.cursor/rules/nodecar-modifications.mdc new file mode 100644 index 0000000..e88bb43 --- /dev/null +++ b/.cursor/rules/nodecar-modifications.mdc @@ -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" \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index a9e999f..44a9c0d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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"