Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve

### Utilities

- [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Cursor via MCP. Auto-captures decisions, patterns, and context from coding sessions. 3-layer memory architecture. Also works with Claude Code and Cline.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Maintain alphabetical order within the Utilities category.

The new "Cortex" entry should be placed before "Cursor Watchful Headers" to maintain alphabetical order within the category.

📋 Proposed fix to correct alphabetical order
 ### Utilities
 
-- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
 - [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Cursor via MCP. Auto-captures decisions, patterns, and context from coding sessions. 3-layer memory architecture. Also works with Claude Code and Cline.
+- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.

As per coding guidelines, maintain alphabetical order within each category in the README.md file.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Cursor via MCP. Auto-captures decisions, patterns, and context from coding sessions. 3-layer memory architecture. Also works with Claude Code and Cline.
### Utilities
- [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Cursor via MCP. Auto-captures decisions, patterns, and context from coding sessions. 3-layer memory architecture. Also works with Claude Code and Cline.
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 289, Move the "Cortex" README entry so that it appears
alphabetically before the "Cursor Watchful Headers" entry within the Utilities
category; locate the line containing the Cortex entry text
("[Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI
memory...") and cut/paste it directly above the "Cursor Watchful Headers" list
item to restore alphabetical order.

- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness.

## Directories
Expand Down