@undefineds.co/models 0.2.31 → 0.2.33

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 (2) hide show
  1. package/package.json +1 -1
  2. package/skills/README.md +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undefineds.co/models",
3
- "version": "0.2.31",
3
+ "version": "0.2.33",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/skills/README.md CHANGED
@@ -18,9 +18,9 @@ Release automation validates this directory and packages:
18
18
  - a Claude Code plugin archive that contains the same skill source
19
19
 
20
20
  The publish workflow uploads those artifacts to the GitHub Release for the
21
- version tag. The repo also contains Codex and Claude Code marketplace manifests,
22
- so both tools can register the models repo as a Git marketplace and install the
23
- bundled plugin directly.
21
+ version tag. Plugin marketplace indexes live in the separate
22
+ `undefinedsco/marketplace` repository so one marketplace can aggregate plugins
23
+ from `models`, `xpod`, LinX, and future Undefineds repositories.
24
24
 
25
25
  Codex users can install the skill from the repository path once these files are
26
26
  on `main`:
@@ -32,16 +32,16 @@ npx codex-marketplace add undefinedsco/models/skills/solid-modeling --skill --gl
32
32
  Codex plugin users can register the Git marketplace and then install the plugin:
33
33
 
34
34
  ```bash
35
- codex plugin marketplace add undefinedsco/models --ref main
36
- codex plugin add solid-modeling@undefineds-co
35
+ codex plugin marketplace add undefinedsco/marketplace --ref main
36
+ codex plugin add solid-modeling@undefineds
37
37
  ```
38
38
 
39
- Claude Code users can register the same Git marketplace and install the plugin
40
- with the matching selector:
39
+ Claude Code users can register the same marketplace and install the plugin with
40
+ the matching selector:
41
41
 
42
42
  ```bash
43
- claude plugin marketplace add undefinedsco/models
44
- claude plugin install solid-modeling@undefineds-co
43
+ claude plugin marketplace add undefinedsco/marketplace
44
+ claude plugin install solid-modeling@undefineds
45
45
  ```
46
46
 
47
47
  Pi users can install the same skill through the package manifest: