a16n-plugin-cursorrules
v0.1.3
Published
a16n plugin for discovering legacy .cursorrules files
Maintainers
Readme
a16n-plugin-cursorrules
a16n plugin for discovering legacy .cursorrules files.
This plugin reads the legacy Cursor .cursorrules file and presents it as a GlobalPrompt customization.
- ⚠️ Discovery only - this plugin does not emit
.cursorrulesfiles. The format is legacy and read-only. - Tryhard Support - this plugin also finds technically-out-of-spec file patterns that were commonly used in the
.cursorrulesera:.cursorrules.md.cursorrules.txt
This enables migration from .cursorrules to modern formats.
Install
npm install -g a16n-plugin-cursorrulesThe plugin is automatically discovered by a16n via the a16n-plugin-* naming convention.
Usage
Migrate off legacy .cursorrules to modern Cursor rules:
a16n convert --from cursorrules --to cursor .Supported types
| Type | Discover | Emit | |------|----------|------| | GlobalPrompt | Yes | No (unsupported) |
