@objectstack/cli 0.9.1 → 0.9.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @objectstack/cli
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @objectstack/spec@0.9.2
9
+ - @objectstack/core@0.9.2
10
+ - @objectstack/objectql@0.9.2
11
+ - @objectstack/driver-memory@0.9.2
12
+ - @objectstack/plugin-hono-server@0.9.2
13
+ - @objectstack/runtime@0.9.2
14
+
3
15
  ## 0.9.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -11,6 +11,14 @@ Command Line Interface for ObjectStack Protocol - Development tools for building
11
11
  - 🧪 **Test Runner** - Execute Quality Protocol test scenarios
12
12
  - ⚡ **Auto-Configuration** - Smart defaults with minimal configuration
13
13
 
14
+ ## 🤖 AI Development Context
15
+
16
+ **Role**: Developer Tools & Terminal Interface
17
+ **Usage**:
18
+ - Runs the development server (`serve` command).
19
+ - Compiles metadata.
20
+ - Scaffolds new projects (`create`).
21
+
14
22
  ## Installation
15
23
 
16
24
  ### Global Installation (Recommended)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/cli",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Command Line Interface for ObjectStack Protocol",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -22,15 +22,15 @@
22
22
  "commander": "^11.1.0",
23
23
  "tsx": "^4.7.1",
24
24
  "zod": "^4.3.6",
25
- "@objectstack/core": "0.9.1",
26
- "@objectstack/driver-memory": "^0.9.1",
27
- "@objectstack/objectql": "^0.9.1",
28
- "@objectstack/plugin-hono-server": "0.9.1",
29
- "@objectstack/runtime": "^0.9.1",
30
- "@objectstack/spec": "0.9.1"
25
+ "@objectstack/core": "0.9.2",
26
+ "@objectstack/driver-memory": "^0.9.2",
27
+ "@objectstack/objectql": "^0.9.2",
28
+ "@objectstack/plugin-hono-server": "0.9.2",
29
+ "@objectstack/runtime": "^0.9.2",
30
+ "@objectstack/spec": "0.9.2"
31
31
  },
32
32
  "peerDependencies": {
33
- "@objectstack/core": "^0.9.1"
33
+ "@objectstack/core": "^0.9.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^25.1.0",