@walkeros/cli 3.0.0-next-1773236214827 → 3.0.1

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,6 +1,14 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 3.0.0-next-1773236214827
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 86c81d1: Regenerate OpenAPI spec and types from app v3
8
+ - @walkeros/core@3.0.1
9
+ - @walkeros/server-core@3.0.1
10
+
11
+ ## 3.0.0
4
12
 
5
13
  ### Major Changes
6
14
 
@@ -68,6 +76,9 @@
68
76
 
69
77
  - ddd6a21: Generated Dockerfiles now include COPY lines for `include` folders,
70
78
  enabling fs store support in Docker containers.
79
+ - 5cb84c1: Replace hand-written MCP resources with auto-generated JSON Schemas
80
+ from @walkeros/core. Add walkerOS.json to 5 transformer packages. Variables
81
+ resource remains hand-maintained (runtime interpolation patterns).
71
82
  - 67dd7c8: Standardize command pattern: all three commands (validate, simulate,
72
83
  push) now route through their programmatic APIs for string resolution and
73
84
  orchestration. Extract shared createCollectorLoggerConfig utility. Pass
@@ -82,15 +93,17 @@
82
93
  - Updated dependencies [6ae0ee3]
83
94
  - Updated dependencies [37299a9]
84
95
  - Updated dependencies [499e27a]
96
+ - Updated dependencies [0e5eede]
85
97
  - Updated dependencies [d11f574]
86
98
  - Updated dependencies [d11f574]
87
99
  - Updated dependencies [1fe337a]
100
+ - Updated dependencies [5cb84c1]
88
101
  - Updated dependencies [23f218a]
89
102
  - Updated dependencies [499e27a]
90
103
  - Updated dependencies [c83d909]
91
104
  - Updated dependencies [b6c8fa8]
92
- - @walkeros/core@3.0.0-next-1773236214827
93
- - @walkeros/server-core@3.0.0-next-1773236214827
105
+ - @walkeros/core@3.0.0
106
+ - @walkeros/server-core@3.0.0
94
107
 
95
108
  ## 2.1.1
96
109
 
package/README.md CHANGED
@@ -343,7 +343,7 @@ Flow configs use the `Flow.Config` format with `version` and `flows`:
343
343
 
344
344
  ```json
345
345
  {
346
- "version": 1,
346
+ "version": 3,
347
347
  "flows": {
348
348
  "default": {
349
349
  "server": {},