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.
- package/README.md +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 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.
|
|
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 \
|