herm-tui 1.9.0-dev.1 → 1.9.0-dev.11
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 +8 -7
- package/assets/eikons/ares/ares.eikon +367 -0
- package/assets/eikons/ares/manifest.json +28 -0
- package/assets/eikons/default/default.eikon +398 -0
- package/assets/eikons/default/manifest.json +28 -0
- package/assets/eikons/mono/manifest.json +28 -0
- package/assets/eikons/mono/mono.eikon +395 -0
- package/assets/plugins/eikon/__init__.py +17 -0
- package/assets/plugins/eikon/plugin.yaml +7 -0
- package/assets/plugins/eikon/schemas.py +41 -0
- package/assets/plugins/eikon/tools.py +69 -0
- package/assets/skills/eikon/SKILL.md +3 -2
- package/index.js +508 -488
- package/package.json +1 -1
- package/assets/eikons/ares.eikon +0 -367
- package/assets/eikons/default.eikon +0 -398
- package/assets/eikons/mono.eikon +0 -395
package/README.md
CHANGED
|
@@ -93,14 +93,15 @@ See [`.env.example`](./.env.example) for rarely-needed overrides.
|
|
|
93
93
|
|
|
94
94
|
### Share and install eikons
|
|
95
95
|
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
96
|
+
- Open Eikon → Marketplace, or run `/marketplace`, to browse shared catalog
|
|
97
|
+
entries.
|
|
98
|
+
- Preview the selected eikon, install without activating, then use it when
|
|
99
|
+
ready.
|
|
100
|
+
- Use `eikon.liftaris.dev` as a discovery gallery only; it previews catalog
|
|
101
|
+
entries and gives copyable Herm install instructions.
|
|
102
|
+
- Submit local non-bundled eikons from Studio with `u`; Herm shows the exact
|
|
102
103
|
preflight bundle before submission and blocks published marketplace installs
|
|
103
|
-
from duplicate
|
|
104
|
+
from duplicate submission.
|
|
104
105
|
|
|
105
106
|
Herm owns native Marketplace behavior. The eikon repo owns the registry,
|
|
106
107
|
browser mirror, shared catalog/player exports, install resolver, and publish
|