@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
- [![npm version](https://img.shields.io/npm/v/decisionops)](https://www.npmjs.com/package/decisionops)
3
+ [![npm version](https://img.shields.io/npm/v/@aidecisionops/decisionops)](https://www.npmjs.com/package/@aidecisionops/decisionops)
4
4
  [![CI](https://github.com/decisionops/decision-ops-skill/actions/workflows/ci.yml/badge.svg)](https://github.com/decisionops/decision-ops-skill/actions/workflows/ci.yml)
5
5
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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 20+:
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.0",
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": ">=20"
52
+ "node": ">=24"
53
53
  },
54
54
  "dependencies": {
55
55
  "@iarna/toml": "^2.2.5",
@@ -96,7 +96,7 @@
96
96
  },
97
97
  {
98
98
  "id": "skip-009",
99
- "prompt": "Update the CONTRIBUTING guide to mention Node 20.",
99
+ "prompt": "Update the CONTRIBUTING guide to mention Node 24.",
100
100
  "why": "Documentation update without a decision to record."
101
101
  },
102
102
  {