@a16njs/plugin-cursor 0.14.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
 
6
6
  Cursor IDE plugin for a16n. Discovers and emits Cursor rules.
7
7
 
8
+ ## Stability
9
+
10
+ As of `1.0.0`, the plugin's `discover`/`emit` behavior and supported-type contract are stable and follow semantic versioning: breaking changes to the public API bump the major version.
11
+
8
12
  ## Installation
9
13
 
10
14
  This plugin is bundled with the `a16n` CLI. For programmatic use:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a16njs/plugin-cursor",
3
- "version": "0.14.0",
3
+ "version": "1.0.0",
4
4
  "description": "Cursor IDE plugin for a16n",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "Texarkanine",
@@ -33,12 +33,12 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@a16njs/models": "0.14.0"
36
+ "@a16njs/models": "1.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "^20.0.0",
40
- "typescript": "^5.4.0",
41
- "vitest": "^2.0.0"
39
+ "@types/node": "^25.9.3",
40
+ "typescript": "^6.0.3",
41
+ "vitest": "^3.2.6"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=22.0.0"