@genex-ai/cli-demo 0.61.0-dev.141 → 0.62.0-dev.144
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 +5 -2
- package/dist/index.js +1199 -878
- package/package.json +1 -1
- package/templates/controllers/character/meshy/meshy-loader.ts +15 -1
- package/templates/skills/genex-ai-character/SKILL.md +19 -4
- package/templates/skills/genex-ai-menu/SKILL.md +13 -0
- package/templates/skills/genex-threejs-character-controller/SKILL.md +11 -0
- package/templates/skills/genex-threejs-character-controller/references/animations.md +5 -0
- package/templates/skills/genex-threejs-game-content/SKILL.md +189 -0
- package/templates/skills/genex-threejs-game-content/references/content-tables.md +269 -0
- package/templates/skills/genex-threejs-open-world/SKILL.md +149 -0
- package/templates/skills/genex-threejs-open-world/references/terrain-streaming.md +215 -0
- package/templates/skills/genex-threejs-skill-router/SKILL.md +20 -0
- package/templates/skills/genex-threejs-skill-router/references/routing-map.md +38 -4
- package/templates/skills/genex-threejs-visual-validation/SKILL.md +4 -0
package/README.md
CHANGED
|
@@ -140,8 +140,11 @@ one call (`image-main` + `image-alt-N` URLs) — pick the best instead of re-rol
|
|
|
140
140
|
|
|
141
141
|
`genex character "<prompt>"` runs a controller-ready Meshy workflow through the
|
|
142
142
|
same authenticated credit, BullMQ/Redis, and R2 generation pipeline. It defaults
|
|
143
|
-
to a Meshy 6 textured A-pose humanoid with browser-oriented remeshing, rigging,
|
|
144
|
-
preview-reviewed neutral-
|
|
143
|
+
to a Meshy 6 textured A-pose humanoid with browser-oriented remeshing, rigging,
|
|
144
|
+
and the immutable preview-reviewed neutral-v3 idle/walk/run/crouch/jump pack.
|
|
145
|
+
Required native motion is checked without rewriting limb rotations; a rejected
|
|
146
|
+
A-pose candidate retries the complete workflow once in T-pose before optional
|
|
147
|
+
actions start. `--animation <id-or-query>` is repeatable;
|
|
145
148
|
`--height`, `--polycount`, `--no-controller-pack`, and `--no-wait` adjust the
|
|
146
149
|
request. The CLI prints an atomic component quote before enqueueing.
|
|
147
150
|
|