@a16njs/plugin-claude 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
  Claude Code plugin for a16n. Discovers and emits Claude configuration.
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-claude",
3
- "version": "0.14.0",
3
+ "version": "1.0.0",
4
4
  "description": "Claude Code plugin for a16n",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "Texarkanine",
@@ -34,12 +34,12 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "gray-matter": "^4.0.3",
37
- "@a16njs/models": "0.14.0"
37
+ "@a16njs/models": "1.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/node": "^20.0.0",
41
- "typescript": "^5.4.0",
42
- "vitest": "^2.0.0"
40
+ "@types/node": "^25.9.3",
41
+ "typescript": "^6.0.3",
42
+ "vitest": "^3.2.6"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=22.0.0"