@oomol-lab/oo-cli-linux-x64-musl 0.1.25 → 0.1.27
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 +10 -4
- package/bin/oo +0 -0
- 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,
|
|
37
|
-
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.1.27",
|
|
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>",
|