From 0e39757975cf18ff3d8f6a4ab69280359ff9e38a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 29 Aug 2025 10:20:47 +0100 Subject: [PATCH] chore(cursor/rules): update default user rules --- cursor/user-rules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cursor/user-rules.md b/cursor/user-rules.md index abb6cf7..1470053 100644 --- a/cursor/user-rules.md +++ b/cursor/user-rules.md @@ -1,3 +1,5 @@ +- If there is a `AGENTS.md` or `CLAUDE.md` file in the root of a project, please + read it for additional instructions. - Try and keep line length to 80 characters or fewer when possible. - Check and fix linting errors. - Follow code style and conventions already present in the project when