From 368b8776e698d62669c6b26ceaad3d6536c40116 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 15 Sep 2025 11:53:04 +0100 Subject: [PATCH] feat(cursor/user-rules): add rule about how to execute commands --- cursor/user-rules.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cursor/user-rules.md b/cursor/user-rules.md index 1470053..217736f 100644 --- a/cursor/user-rules.md +++ b/cursor/user-rules.md @@ -9,6 +9,10 @@ instead let the unit test be narrower in scope. - Check Makefile and similar for common project tasks like lint, format, test, etc. +- When told how to perform certain actions by executing a command, the user + means for the command to be run from the root of the project. DO NOT attempt + to run modify the command to an absolute path, instead just execute the + command as instructed. - When I ask for a fix or explanation, please provide direct code solutions or detailed technical explanations rather than general advice. I prefer straightforward answers without introductory phrases like "Here's how you