rules-enforcer 1.0.0 → 2.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/package.json +8 -4
  2. package/rules-server.js +1066 -350
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rules-enforcer",
3
- "version": "1.0.0",
4
- "description": "R-Zero Rules Engine MCP Server - L1/L2/L3 rules validation, custom hooks, and project detection",
3
+ "version": "2.0.0",
4
+ "description": "R-Zero Rules Engine MCP Server - L1/L2/L3 rules validation, project scanning, tech stack detection, and topology analysis",
5
5
  "main": "rules-server.js",
6
6
  "type": "commonjs",
7
7
  "scripts": {
@@ -12,11 +12,14 @@
12
12
  "mcp",
13
13
  "rules-engine",
14
14
  "validation",
15
+ "project-detector",
16
+ "tech-stack",
17
+ "topology",
15
18
  "trae",
16
19
  "ai",
17
20
  "llm"
18
21
  ],
19
- "author": "",
22
+ "author": "z80690 <z80690@qq.com>",
20
23
  "license": "MIT",
21
24
  "repository": {
22
25
  "type": "git",
@@ -31,5 +34,6 @@
31
34
  ],
32
35
  "engines": {
33
36
  "node": ">=16.0.0"
34
- }
37
+ },
38
+ "dependencies": {}
35
39
  }