From 8236d17d8c640f80c16bc886a23de9fc23ebf4ac Mon Sep 17 00:00:00 2001 From: silberengel Date: Sun, 24 Aug 2025 07:48:58 +0200 Subject: [PATCH] don't add date to AI comments --- .cursor/rules/alexandria.mdc | 1 + 1 file changed, 1 insertion(+) diff --git a/.cursor/rules/alexandria.mdc b/.cursor/rules/alexandria.mdc index 4108fa5..d62d36e 100644 --- a/.cursor/rules/alexandria.mdc +++ b/.cursor/rules/alexandria.mdc @@ -45,6 +45,7 @@ NEVER assume developer intent. If you are unsure about something, ALWAYS stop an - **Important:** Before scanning files, ALWAYS search first for `AI-` anchor comments in relevant subdirectories. - ALWAYS update relevant anchor comments when modifying associated code. - NEVER remove `AI-` comments unless the developer explicitly instructs it. +- Don't add a date, as it's always the wrong date. - Add new anchor comments as relevant when: - Code is unusually complex. - Code is critical to security, performance, or functionality.