@oomol-lab/oo-cli-linux-x64-musl 0.1.27 → 0.1.28

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 +8 -5
  2. package/bin/oo +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -31,13 +31,16 @@ oo login
31
31
  $oo generate a QR code for the string OOMOL
32
32
  ```
33
33
 
34
- ## Codex Skills
34
+ ## Bundled Skills
35
35
 
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`.
36
+ On the first `oo` launch, bundled skills are installed automatically into each
37
+ supported local host that already exists:
39
38
 
40
- Then you can use it in Codex, for example:
39
+ - Codex: `${CODEX_HOME:-~/.codex}/skills/oo` and
40
+ `${CODEX_HOME:-~/.codex}/skills/oo-find-skills`
41
+ - Claude Code: `~/.claude/skills/oo` and `~/.claude/skills/oo-find-skills`
42
+
43
+ Then you can use them in Codex or Claude Code. For example, in Codex:
41
44
 
42
45
  ```text
43
46
  $oo generate a QR code for the string OOMOL
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.27",
3
+ "version": "0.1.28",
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>",