Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cursor-rules-fix) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cursor-rules-fix
Auto-fix broken Cursor rules. Repairs frontmatter, resolves conflicts, and removes vague instructions from your .mdc files.
npx cursor-rules-fix # preview what would change (dry run)
npx cursor-rules-fix --apply # apply the fixesFixes include:
- Repairing broken YAML frontmatter
- Adding missing
descriptionfields - Converting
alwaysApply: "true"(string) totrue(boolean) - Replacing Windows backslashes in glob patterns
- Removing vague instructions that waste tokens
- Merging duplicate rules
34 auto-fixers covering 80%+ of common lint issues.
How it works
This package wraps cursor-doctor Pro. The fix command requires a Pro license ($9 one-time). You can preview all changes for free with the dry-run default.