@intellectronica/ruler 0.3.27 → 0.3.28

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -91,6 +91,8 @@ Ruler solves this by providing a **single source of truth** for all your AI agen
91
91
 
92
92
  ### Installation
93
93
 
94
+ Requires Node.js `^20.19.0 || ^22.12.0 || >=23`.
95
+
94
96
  **Global Installation (Recommended for CLI use):**
95
97
 
96
98
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellectronica/ruler",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "description": "Ruler — apply the same rules to all coding agents",
5
5
  "main": "dist/lib.js",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "homepage": "https://ai.intellectronica.net/ruler",
38
38
  "engines": {
39
- "node": ">=18"
39
+ "node": "^20.19.0 || ^22.12.0 || >=23"
40
40
  },
41
41
  "files": [
42
42
  "dist",