@oomol-lab/oo-cli-darwin-x64 0.1.18 → 0.1.20

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 (3) hide show
  1. package/README.md +3 -2
  2. package/bin/oo +0 -0
  3. 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`, Codex will get
37
- the bundled `oo` skill under `${CODEX_HOME:-~/.codex}/skills/oo`.
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 CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/oo-cli-darwin-x64",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
5
  "description": "OOMOL's command-line interface for accounts, packages, and cloud tasks. (darwin x64 binary)",
6
6
  "author": "BlackHole1 <bh@bugs.cc>",