Conversation
📝 WalkthroughWalkthroughTwo new bullet entries introducing rule-porter are added to the Utilities section of README.md. The entries describe rule-porter's functionality and usage, with identical content in both bullets. This is a documentation-only change with no code modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 289: Update the README entry so the absolute GitHub URL is converted to a
relative link: replace "https://github.com/nedcodes-ok/rule-porter" with the
repository-relative path for the rule-porter project (referencing the existing
README link style), keeping the link text "[rule-porter]" and the rest of the
description unchanged; ensure the final line still shows the `npx rule-porter
--to agents-md` usage snippet and that the link follows the README guideline for
relative links.
| ### 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. | ||
| - [rule-porter](https://github.com/nedcodes-ok/rule-porter) - A zero-dependency CLI that converts Cursor `.mdc` rules to AGENTS.md, CLAUDE.md, Copilot, and Windsurf formats (and back). Bidirectional conversion with lossy-conversion warnings. `npx rule-porter --to agents-md` |
There was a problem hiding this comment.
Use a relative link for this new README entry.
This new Utilities link is absolute, while the README guideline requires relative links.
Suggested update
-- [rule-porter](https://github.com/nedcodes-ok/rule-porter) - A zero-dependency CLI that converts Cursor `.mdc` rules to AGENTS.md, CLAUDE.md, Copilot, and Windsurf formats (and back). Bidirectional conversion with lossy-conversion warnings. `npx rule-porter --to agents-md`
+- [rule-porter](./rules/rule-porter/README.md) - A zero-dependency CLI that converts Cursor `.mdc` rules to AGENTS.md, CLAUDE.md, Copilot, and Windsurf formats (and back). Bidirectional conversion with lossy-conversion warnings. `npx rule-porter --to agents-md`As per coding guidelines, "Ensure all links in the README.md file are relative and correct".
📝 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.
| - [rule-porter](https://github.com/nedcodes-ok/rule-porter) - A zero-dependency CLI that converts Cursor `.mdc` rules to AGENTS.md, CLAUDE.md, Copilot, and Windsurf formats (and back). Bidirectional conversion with lossy-conversion warnings. `npx rule-porter --to agents-md` | |
| - [rule-porter](./rules/rule-porter/README.md) - A zero-dependency CLI that converts Cursor `.mdc` rules to AGENTS.md, CLAUDE.md, Copilot, and Windsurf formats (and back). Bidirectional conversion with lossy-conversion warnings. `npx rule-porter --to agents-md` |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 289, Update the README entry so the absolute GitHub URL is
converted to a relative link: replace
"https://github.com/nedcodes-ok/rule-porter" with the repository-relative path
for the rule-porter project (referencing the existing README link style),
keeping the link text "[rule-porter]" and the rest of the description unchanged;
ensure the final line still shows the `npx rule-porter --to agents-md` usage
snippet and that the link follows the README guideline for relative links.
Adds rule-porter to the Utilities section.
rule-porter is a zero-dependency CLI that converts Cursor
.mdcrules to AGENTS.md, CLAUDE.md, Copilot, and Windsurf formats — and back. It handles edge cases like broken frontmatter and non-English content, and warns about lossy conversions (glob patterns, alwaysApply flags) that don't have equivalents in flat markdown formats.Published on npm: https://www.npmjs.com/package/rule-porter
Summary by CodeRabbit