deuk-agent-rule 4.2.7 → 5.0.4

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.
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
- # Deuk Agent Flow
2
-
3
- `deuk-agent-rule` is the legacy compatibility npm package.
4
- It forwards to the primary `deuk-agent-flow` CLI implementation.
5
-
6
- ```bash
7
- npm install -g deuk-agent-flow
8
- deuk-agent-flow init
9
- ```
10
-
11
- Compatibility install:
12
-
13
- ```bash
14
- npm install -g deuk-agent-rule
15
- deuk-agent-rule init
16
- ```
1
+ # Deuk Agent Flow
2
+
3
+ `deuk-agent-rule` is the legacy compatibility npm package.
4
+ It forwards to the primary `deuk-agent-flow` CLI implementation.
5
+
6
+ ```bash
7
+ npm install -g deuk-agent-flow
8
+ deuk-agent-flow init
9
+ ```
10
+
11
+ Compatibility install:
12
+
13
+ ```bash
14
+ npm install -g deuk-agent-rule
15
+ deuk-agent-rule init
16
+ ```
@@ -1,2 +1,2 @@
1
- #!/usr/bin/env node
2
- require("deuk-agent-flow/bin/deuk-agent-flow.js");
1
+ #!/usr/bin/env node
2
+ require("deuk-agent-flow/bin/deuk-agent-flow.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deuk-agent-rule",
3
- "version": "4.2.7",
3
+ "version": "5.0.4",
4
4
  "description": "Compatibility wrapper for legacy deuk-agent-rule installs.",
5
5
  "keywords": [
6
6
  "agents-md",
@@ -28,9 +28,9 @@
28
28
  "deukagentrule": "./bin/deuk-agent-rule.js"
29
29
  },
30
30
  "engines": {
31
- "node": ">=18"
31
+ "node": ">=20"
32
32
  },
33
33
  "dependencies": {
34
- "deuk-agent-flow": "4.2.7"
34
+ "deuk-agent-flow": "5.0.4"
35
35
  }
36
36
  }