@oomol-lab/oo-cli-win32-arm64 0.1.17 → 0.1.19
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 +3 -2
- package/bin/oo.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,8 +33,9 @@ $oo generate a QR code for the string OOMOL
|
|
|
33
33
|
|
|
34
34
|
## Codex Skills
|
|
35
35
|
|
|
36
|
-
On the first `oo` launch, or after running `oo skills install
|
|
37
|
-
the bundled `oo` skill under
|
|
36
|
+
On the first `oo` launch, or after running `oo skills install` (equivalent to
|
|
37
|
+
`oo skills install oo`), Codex will get the bundled `oo` skill under
|
|
38
|
+
`${CODEX_HOME:-~/.codex}/skills/oo`.
|
|
38
39
|
|
|
39
40
|
Then you can use it in Codex, for example:
|
|
40
41
|
|
package/bin/oo.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED