herm-tui 1.9.0-dev.26 → 1.9.0-dev.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.
- package/README.md +9 -5
- package/assets/skills/eikon/SKILL.md +9 -4
- package/assets/skills/eikon-create/SKILL.md +3 -1
- package/index.js +45 -43
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,11 +128,15 @@ outside the default catalog and support both single-package repos and
|
|
|
128
128
|
multi-eikon catalog repos addressed as `github.com/user/repo/eikon-name`.
|
|
129
129
|
Private GitHub repos use normal git authentication.
|
|
130
130
|
|
|
131
|
-
Creators can share
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
131
|
+
Creators can share Eikons through normal GitHub repositories. For official
|
|
132
|
+
registry listing, use Eikon → Studio/Gallery → submit after baking. Herm previews
|
|
133
|
+
the exact public bundle, asks for title/author/description/glyph, and either
|
|
134
|
+
creates a GitHub PR through local `gh` auth or gives a browser/manual PR
|
|
135
|
+
fallback with copyable bundle and PR text. Direct-install repos can still be
|
|
136
|
+
prepared with upstream `eikon pack`, `eikon index`, and `eikon manifest`.
|
|
137
|
+
`eikon publish` remains the lower-level GitHub PR contribution helper for the
|
|
138
|
+
configured/default catalog repo; it is not a hosted marketplace account, upload,
|
|
139
|
+
dashboard, or moderation flow.
|
|
136
140
|
|
|
137
141
|
Use `eikon.liftaris.dev` as a discovery gallery only; it previews catalog
|
|
138
142
|
entries and gives copyable Herm install instructions.
|
|
@@ -27,6 +27,7 @@ Herm's built-in **Eikon** tab (Gallery / Studio / Marketplace). Tell the user:
|
|
|
27
27
|
- Preview pane → wheel pans, Ctrl+wheel zooms, Shift+wheel pans X
|
|
28
28
|
- **Ctrl+S** bakes all six states without changing the active avatar
|
|
29
29
|
- **Ctrl+U** bakes all six states and uses it as the active avatar
|
|
30
|
+
- `u` from Studio or `s` from Gallery opens the official-registry submit flow
|
|
30
31
|
|
|
31
32
|
## What makes a good source
|
|
32
33
|
|
|
@@ -46,6 +47,7 @@ everything.
|
|
|
46
47
|
| "too dark / washed out" | "invert toggle, then contrast slider — under `input`." |
|
|
47
48
|
| "off-center / too small" | "Ctrl+wheel to zoom, wheel/drag to pan on the preview." |
|
|
48
49
|
| "make it move" | `eikon-create` §5 (video), or Studio's `source` → Generate video…. |
|
|
50
|
+
| "publish/share my eikon" | "Eikon tab → Studio/Gallery → submit. Review the bundle, metadata, and GitHub PR target before continuing." |
|
|
49
51
|
|
|
50
52
|
## Install and manage shared eikons
|
|
51
53
|
|
|
@@ -74,10 +76,13 @@ herm eikon remove <name> --active-ok
|
|
|
74
76
|
eikon requires explicit acknowledgement because it changes or clears the active
|
|
75
77
|
avatar.
|
|
76
78
|
|
|
77
|
-
Creators share through normal GitHub repositories.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
Creators share through normal GitHub repositories. For official registry
|
|
80
|
+
listing, use Gallery/Studio submit after baking: Herm previews the public
|
|
81
|
+
bundle, asks for title/author/description/glyph, and creates or guides a
|
|
82
|
+
GitHub PR to the shared registry. Use upstream `eikon pack`, `eikon index`,
|
|
83
|
+
and `eikon manifest` for direct-install repos. `eikon publish` is the lower-
|
|
84
|
+
level GitHub PR contribution helper for the configured/default catalog repo,
|
|
85
|
+
not a hosted marketplace account or upload flow.
|
|
81
86
|
|
|
82
87
|
## Quick poster
|
|
83
88
|
|
|
@@ -143,7 +143,9 @@ Once source files are in place:
|
|
|
143
143
|
|
|
144
144
|
> Open the **Eikon** tab → `eikon` row → **<name>**. Tune zoom /
|
|
145
145
|
> contrast / invert / symbols there, then **Ctrl+S** to bake or **Ctrl+U**
|
|
146
|
-
> to bake and use.
|
|
146
|
+
> to bake and use. For official registry sharing, press `u` in Studio or
|
|
147
|
+
> `s` in Gallery after baking; Herm previews the public bundle and GitHub PR
|
|
148
|
+
> target before anything is submitted.
|
|
147
149
|
|
|
148
150
|
Stop there. Studio writes `<name>.eikon` and `studio.json`.
|
|
149
151
|
|