Browse Source

don't add date to AI comments

master
silberengel 7 months ago
parent
commit
8236d17d8c
  1. 1
      .cursor/rules/alexandria.mdc

1
.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. - **Important:** Before scanning files, ALWAYS search first for `AI-` anchor comments in relevant subdirectories.
- ALWAYS update relevant anchor comments when modifying associated code. - ALWAYS update relevant anchor comments when modifying associated code.
- NEVER remove `AI-` comments unless the developer explicitly instructs it. - 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: - Add new anchor comments as relevant when:
- Code is unusually complex. - Code is unusually complex.
- Code is critical to security, performance, or functionality. - Code is critical to security, performance, or functionality.

Loading…
Cancel
Save