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 @@ -286,6 +286,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### 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.
- [concise](https://github.com/Cpp1022/concise) - Chinese-first concise mode. Ships a `.cursor/rules/concise.mdc` that compresses Cursor agent replies on two layers (expression + content) with auto-relax for safety, multi-step, and parameter-heavy cases. Supports `/concise`, `/concise lite`, `/concise ultra`, and `stop concise`. MIT, no telemetry.
Comment on lines 288 to +289
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 | 🟡 Minor

Alphabetical order violation: "concise" should come before "Cursor Watchful Headers".

The entry violates alphabetical ordering within the Utilities category. Per coding guidelines, "concise" should be listed before "Cursor Watchful Headers".

🔤 Proposed fix 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.
 - [concise](https://github.com/Cpp1022/concise) - Chinese-first concise mode. Ships a `.cursor/rules/concise.mdc` that compresses Cursor agent replies on two layers (expression + content) with auto-relax for safety, multi-step, and parameter-heavy cases. Supports `/concise`, `/concise lite`, `/concise ultra`, and `stop concise`. MIT, no telemetry.
+- [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
- [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.
- [concise](https://github.com/Cpp1022/concise) - Chinese-first concise mode. Ships a `.cursor/rules/concise.mdc` that compresses Cursor agent replies on two layers (expression + content) with auto-relax for safety, multi-step, and parameter-heavy cases. Supports `/concise`, `/concise lite`, `/concise ultra`, and `stop concise`. MIT, no telemetry.
- [concise](https://github.com/Cpp1022/concise) - Chinese-first concise mode. Ships a `.cursor/rules/concise.mdc` that compresses Cursor agent replies on two layers (expression + content) with auto-relax for safety, multi-step, and parameter-heavy cases. Supports `/concise`, `/concise lite`, `/concise ultra`, and `stop concise`. MIT, no telemetry.
- [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` around lines 288 - 289, The Utilities list is out of alphabetical
order: move the "[concise](https://github.com/Cpp1022/concise) - Chinese-first
concise mode..." entry so it appears before the "[Cursor Watchful
Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based
file watching system..." entry; find those two bullet lines in README.md and
swap their positions so "concise" precedes "Cursor Watchful Headers" to restore
alphabetical ordering.


## Directories

Expand Down