@aidecisionops/decisionops 0.1.0 → 0.1.3
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,6 +1,6 @@
|
|
|
1
1
|
# DecisionOps — Decision Context Infrastructure for AI-Native Teams
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/decisionops)
|
|
3
|
+
[](https://www.npmjs.com/package/@aidecisionops/decisionops)
|
|
4
4
|
[](https://github.com/decisionops/decision-ops-skill/actions/workflows/ci.yml)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@ This repo is the open-source CLI and skill bundle that connects your IDE to [Dec
|
|
|
35
35
|
|
|
36
36
|
### Step 1 — Install the skill into your IDE
|
|
37
37
|
|
|
38
|
-
Run from any terminal with Node.js
|
|
38
|
+
Run from any terminal with Node.js 24+:
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
41
|
npx --yes @aidecisionops/decisionops@latest install --platform claude-code --repo-path .
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aidecisionops/decisionops",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "CLI and install tooling for the Decision Ops skill",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"prepack": "npm run clean && npm run build"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
|
-
"node": ">=
|
|
52
|
+
"node": ">=24"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@iarna/toml": "^2.2.5",
|