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

- [ctxlint](https://github.com/YawLabs/ctxlint) - Lints .cursorrules and other AI context files against your codebase. Catches broken paths, wrong commands, and stale context.
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

Use a relative link format for this new README entry.

On Line 288, the new ctxlint link is absolute (https://...), but this repository’s README guideline requires links to be relative and correct. Please switch to the project’s expected relative-link format for this entry.

As per coding guidelines: "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 288, The README entry for "ctxlint" uses an absolute URL;
change it to the repository's relative-link format by replacing the absolute
link with a relative path to the ctxlint README (replace
"https://github.com/YawLabs/ctxlint" with the appropriate relative markdown link
pointing into the repo, keeping the link text "ctxlint" intact) so the line for
the ctxlint bullet uses a relative link and remains otherwise unchanged.

- [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