dsh-rule-engine 0.5.0 → 0.5.2

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 +0 -1
  2. package/package.json +11 -3
package/README.md CHANGED
@@ -121,7 +121,6 @@ dsh plugin --profile web add dsh-rule-engine
121
121
  - **本机已安装插件的作者们**:
122
122
  - dsh-guardian(lonelymoon87)
123
123
  - dsh-visualize(Nagi-ovo)
124
- - dsh-usage(kestiny18)
125
124
  - dsh-rules-manager(jilian-dsh)
126
125
  - dsh-vision-router、dsh-super-injector 等未列出的作者
127
126
  - **学习参考的社区文档/库作者**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-rule-engine",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "DSH 规则执行引擎 v3:容器解析 AGENTS.md + 理解器 + 匹配机 + 执行框架",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -32,14 +32,22 @@
32
32
  "type": "git",
33
33
  "url": "https://github.com/jilian-dsh/dsh-rule-engine.git"
34
34
  },
35
+ "homepage": "https://github.com/jilian-dsh/dsh-rule-engine",
36
+ "engines": {
37
+ "node": ">=22"
38
+ },
39
+ "dshCompat": {
40
+ "min": "0.1.0-rc.3",
41
+ "max": "0.2.0"
42
+ },
35
43
  "scripts": {
36
44
  "test": "node test/run-all.mjs",
37
45
  "check": "node --check lib/index.js",
38
46
  "audit:mount": "node scripts/audit-mount-consistency.mjs --profile web"
39
47
  },
40
48
  "peerDependencies": {
41
- "@deepseek-ai/dsh-home-paths": ">=0.1.0-rc.3",
42
- "@deepseek-ai/dsh-typert-protocol": ">=0.1.0-rc.3"
49
+ "@deepseek-ai/dsh-home-paths": ">=0.1.0-rc.3 <0.2.0 || >=0.1.1-rc.0 <0.2.0",
50
+ "@deepseek-ai/dsh-typert-protocol": ">=0.1.0-rc.3 <0.2.0 || >=0.1.1-rc.0 <0.2.0"
43
51
  },
44
52
  "dsh": {
45
53
  "bundle": {