@a16njs/plugin-cursor 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This plugin supports five customization types:
|
|
|
21
21
|
|------|--------|-------------|
|
|
22
22
|
| **GlobalPrompt** | `alwaysApply: true` frontmatter | Always-active rules |
|
|
23
23
|
| **FileRule** | `globs: **/*.ts` frontmatter | Triggered by file patterns |
|
|
24
|
-
| **
|
|
24
|
+
| **SimpleAgentSkill** | `description: "..."` frontmatter | Triggered by context matching |
|
|
25
25
|
| **AgentIgnore** | `.cursorignore` file | Files/patterns to exclude |
|
|
26
26
|
| **AgentCommand** | `.cursor/commands/*.md` files | Explicitly invoked slash commands |
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a16njs/plugin-cursor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Cursor IDE plugin for a16n",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "Texarkanine",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@a16njs/models": "0.
|
|
36
|
+
"@a16njs/models": "0.8.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^20.0.0",
|