herm-tui 1.8.2-dev.8 → 1.9.0-dev.1
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 +16 -0
- package/index.js +79 -73
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,22 @@ See [`.env.example`](./.env.example) for rarely-needed overrides.
|
|
|
91
91
|
- Open board and task detail views, inspect diagnostics, and dispatch work from
|
|
92
92
|
the same shell you use for chat.
|
|
93
93
|
|
|
94
|
+
### Share and install eikons
|
|
95
|
+
|
|
96
|
+
- Press `M` from Gallery to enter the native Eikon Marketplace.
|
|
97
|
+
- Search shared catalog entries, preview the selected eikon, install without
|
|
98
|
+
activating, then use it when ready.
|
|
99
|
+
- Use `eikon.liftaris.dev` as a discovery mirror only; it previews catalog
|
|
100
|
+
entries and points back to Herm for native install/use.
|
|
101
|
+
- Submit local non-bundled eikons for review with `u`; Herm shows the exact
|
|
102
|
+
preflight bundle before submission and blocks published marketplace installs
|
|
103
|
+
from duplicate review submission.
|
|
104
|
+
|
|
105
|
+
Herm owns native Marketplace behavior. The eikon repo owns the registry,
|
|
106
|
+
browser mirror, shared catalog/player exports, install resolver, and publish
|
|
107
|
+
preflight. Herm imports public eikon package exports rather than browser mirror
|
|
108
|
+
internals or unexported source paths.
|
|
109
|
+
|
|
94
110
|
### Customize the shell
|
|
95
111
|
|
|
96
112
|
- Press `Ctrl+K` for the command palette.
|