@walkeros/cli 3.0.0-next-1773236214827 → 3.0.0

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,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 3.0.0-next-1773236214827
3
+ ## 3.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -68,6 +68,9 @@
68
68
 
69
69
  - ddd6a21: Generated Dockerfiles now include COPY lines for `include` folders,
70
70
  enabling fs store support in Docker containers.
71
+ - 5cb84c1: Replace hand-written MCP resources with auto-generated JSON Schemas
72
+ from @walkeros/core. Add walkerOS.json to 5 transformer packages. Variables
73
+ resource remains hand-maintained (runtime interpolation patterns).
71
74
  - 67dd7c8: Standardize command pattern: all three commands (validate, simulate,
72
75
  push) now route through their programmatic APIs for string resolution and
73
76
  orchestration. Extract shared createCollectorLoggerConfig utility. Pass
@@ -82,15 +85,17 @@
82
85
  - Updated dependencies [6ae0ee3]
83
86
  - Updated dependencies [37299a9]
84
87
  - Updated dependencies [499e27a]
88
+ - Updated dependencies [0e5eede]
85
89
  - Updated dependencies [d11f574]
86
90
  - Updated dependencies [d11f574]
87
91
  - Updated dependencies [1fe337a]
92
+ - Updated dependencies [5cb84c1]
88
93
  - Updated dependencies [23f218a]
89
94
  - Updated dependencies [499e27a]
90
95
  - Updated dependencies [c83d909]
91
96
  - Updated dependencies [b6c8fa8]
92
- - @walkeros/core@3.0.0-next-1773236214827
93
- - @walkeros/server-core@3.0.0-next-1773236214827
97
+ - @walkeros/core@3.0.0
98
+ - @walkeros/server-core@3.0.0
94
99
 
95
100
  ## 2.1.1
96
101
 
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": {},