create-t2k 0.4.1 → 0.4.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ a Decision Context, two executable policies, and disjoint replay evidence.
5
5
  The existing decision-loop project remains the default profile.
6
6
 
7
7
  ```bash
8
- npx create-t2k@0.4.1 my-decision-loop
8
+ npx create-t2k@0.4.2 my-decision-loop
9
9
  cd my-decision-loop
10
10
  npm start
11
11
  ```
@@ -56,7 +56,7 @@ before enabling database access or agent writes.
56
56
  Use `--no-install` to generate files without running `npm install`:
57
57
 
58
58
  ```bash
59
- npx create-t2k@0.4.1 my-decision-loop --no-install
59
+ npx create-t2k@0.4.2 my-decision-loop --no-install
60
60
  ```
61
61
 
62
62
  The normal command installs dependencies for you. Run `npm install` inside the
@@ -70,7 +70,7 @@ is required.
70
70
  Generate a focused, fully synthetic source-integration project explicitly:
71
71
 
72
72
  ```bash
73
- npx create-t2k@0.4.1 my-integration-hub --profile integration-hub
73
+ npx create-t2k@0.4.2 my-integration-hub --profile integration-hub
74
74
  cd my-integration-hub
75
75
  npm start
76
76
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-t2k",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Create a local T2K governed-decision project in minutes.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -15,6 +15,6 @@
15
15
  "lifecycle": "node src/lifecycle.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@t2kai/core": "^0.4.1"
18
+ "@t2kai/core": "^0.4.2"
19
19
  }
20
20
  }
@@ -11,6 +11,6 @@
11
11
  "check": "node src/run.mjs"
12
12
  },
13
13
  "dependencies": {
14
- "@t2kai/core": "^0.4.1"
14
+ "@t2kai/core": "^0.4.2"
15
15
  }
16
16
  }