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.
- [ai-context-kit](https://github.com/ofershap/ai-context-kit) - Lint and measure token cost of your .cursorrules and .cursor/rules/ files. Catches conflicts between rules, flags bloated context, and works across Cursor, Claude Code, Copilot, and Windsurf configs.
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

Fix Utilities ordering and README link style at Line 289

Two guideline violations in this entry: it breaks alphabetical order in ### Utilities (ai-context-kit should come before Cursor Watchful Headers), and the added link is absolute instead of relative.

Suggested patch
- - [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.
- - [ai-context-kit](https://github.com/ofershap/ai-context-kit) - Lint and measure token cost of your .cursorrules and .cursor/rules/ files. Catches conflicts between rules, flags bloated context, and works across Cursor, Claude Code, Copilot, and Windsurf configs.
+ - [ai-context-kit](./rules/ai-context-kit-cursorrules-prompt-file/.cursorrules) - Lint and measure token cost of your .cursorrules and .cursor/rules/ files. Catches conflicts between rules, flags bloated context, and works across Cursor, Claude Code, Copilot, and Windsurf configs.
+ - [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" and "Ensure all links in the README.md file are relative and correct".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 289, The README entry for "ai-context-kit" in the "###
Utilities" section is out of alphabetical order and uses an absolute GitHub URL;
move the entire line for "ai-context-kit" so it appears before "Cursor Watchful
Headers" in the Utilities list and change the link from the absolute URL to a
relative repository path (e.g., replace
https://github.com/ofershap/ai-context-kit with ./ai-context-kit or the
repository-relative link style used elsewhere in README.md) so ordering and link
style match the project's guidelines.


## Directories

Expand Down