@tanagram/lore 0.1.130 → 0.1.132
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 -1
- package/dist/index.js +168 -171
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -207,7 +207,11 @@ Esc to return to the sidebar, and q to exit.
|
|
|
207
207
|
remote updates for installed skills, and preserves subscriber edits as
|
|
208
208
|
proposals instead of overwriting them.
|
|
209
209
|
- `lore skills install <skill-id>` — installs a workspace-visible skill by its
|
|
210
|
-
stable `sk_…` id and records the local installation.
|
|
210
|
+
stable `sk_…` id and records the local installation. Installing is
|
|
211
|
+
non-interactive and pipe-friendly: if the target `SKILL.md` already exists but
|
|
212
|
+
is managed by Lore (the same `sk_…`), it is overwritten with the remote body;
|
|
213
|
+
if it exists and is *not* managed by Lore, the install errors instead of
|
|
214
|
+
clobbering it. Use `lore skills sync` for conflict-preserving updates.
|
|
211
215
|
- `lore skills uninstall <skill-id>` — removes the managed local skill file and
|
|
212
216
|
clears the installation record.
|
|
213
217
|
- `lore skills publish <local-name-or-skill-id>` — publishes an authored skill
|