From 480dbb3ea73f5eed2561e24c9c15610cd342475c Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Sat, 23 Aug 2025 21:27:03 -0500 Subject: [PATCH] Remove instruction on dated comments It seems to be confusing the LLMs --- .cursor/rules/alexandria.mdc | 1 - 1 file changed, 1 deletion(-) diff --git a/.cursor/rules/alexandria.mdc b/.cursor/rules/alexandria.mdc index 15ee6d0..4108fa5 100644 --- a/.cursor/rules/alexandria.mdc +++ b/.cursor/rules/alexandria.mdc @@ -42,7 +42,6 @@ NEVER assume developer intent. If you are unsure about something, ALWAYS stop an - Use anchor comments prefixed with `AI-NOTE:`, `AI-TODO:`, or `AI-QUESTION:` to share context between AI agents and developers across time. - Use all-caps prefixes. - - Also _read_ (but do not write) variants of this format that begin with `AI-:` where `` is some date in `MM/DD/YYYY` format. Anchor comments with this format are used by developers to record context. - **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.