iosm-cli 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <h1 align="center">IOSM CLI v0.1.1</h1>
1
+ <h1 align="center">IOSM CLI v0.1.2</h1>
2
2
 
3
3
  <p align="center">
4
4
  <strong>AI Engineering Runtime for Professional Developers</strong>
@@ -139,7 +139,7 @@ Core commands to unlock full runtime value:
139
139
 
140
140
  ```console
141
141
  $ iosm
142
- IOSM CLI v0.1.1 [full]
142
+ IOSM CLI v0.1.2 [full]
143
143
 
144
144
  you> Refactor authentication module with parallel agents, then finalize in IOSM mode
145
145
  iosm> /orchestrate --parallel --agents 4 \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iosm-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Standalone IOSM CLI with agent tooling, session management, and IOSM artifact orchestration",
5
5
  "type": "module",
6
6
  "iosmConfig": {