From 09f81b8e7cc5b79b9eb2bfb584069ecb8198e25e Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 27 Apr 2026 20:37:17 +0200 Subject: [PATCH] docs: clarify script-change note path in project rules --- .continue/rules/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.continue/rules/project.md b/.continue/rules/project.md index e8f418b..f79e808 100644 --- a/.continue/rules/project.md +++ b/.continue/rules/project.md @@ -75,5 +75,5 @@ This file should be updated whenever: ## Maintenance notes - Always keep the README, the scripts, and this file consistent. -- If a script changes, update this note immediately. +- If a script changes, update this note immediately (./continue/rules/project.md). - If a new usage rule appears, document it here.