@oomol-lab/oo-cli-linux-x64-musl 0.1.25 → 0.1.26

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 +10 -4
  2. package/bin/oo +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -33,9 +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` (equivalent to
37
- `oo skills install oo`), Codex will get the bundled `oo` skill under
38
- `${CODEX_HOME:-~/.codex}/skills/oo`.
36
+ On the first `oo` launch, Codex will get the bundled `oo` skill under
37
+ `${CODEX_HOME:-~/.codex}/skills/oo` and the bundled `oo-find-skills` helper
38
+ under `${CODEX_HOME:-~/.codex}/skills/oo-find-skills`.
39
39
 
40
40
  Then you can use it in Codex, for example:
41
41
 
@@ -43,12 +43,18 @@ Then you can use it in Codex, for example:
43
43
  $oo generate a QR code for the string OOMOL
44
44
  ```
45
45
 
46
- You can also install it explicitly with:
46
+ You can also install all bundled skills explicitly with:
47
47
 
48
48
  ```bash
49
49
  oo skills install
50
50
  ```
51
51
 
52
+ And you can install the search helper explicitly with:
53
+
54
+ ```bash
55
+ oo skills install oo-find-skills
56
+ ```
57
+
52
58
  ## Documentation
53
59
 
54
60
  - [Command reference](./docs/commands.md)
package/bin/oo CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/oo-cli-linux-x64-musl",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "private": false,
5
5
  "description": "OOMOL's command-line interface for accounts, packages, and cloud tasks. (linux x64 musl binary)",
6
6
  "author": "BlackHole1 <bh@bugs.cc>",