@tanagram/lore 0.1.218 → 0.1.219
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 +6 -1
- package/dist/index.js +209 -209
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -229,7 +229,12 @@ Esc to return to the sidebar, and q to exit.
|
|
|
229
229
|
non-interactive and pipe-friendly: if the target `SKILL.md` already exists but
|
|
230
230
|
is managed by Lore (the same `sk_…`), it is overwritten with the remote body;
|
|
231
231
|
if it exists and is *not* managed by Lore, the install errors instead of
|
|
232
|
-
clobbering it.
|
|
232
|
+
clobbering it. For now, downloaded `claude_project` skills are installed to
|
|
233
|
+
`~/.claude/skills/<name>/SKILL.md` and downloaded `agents_project` skills are
|
|
234
|
+
installed to `~/.config/agents/skills/<name>/SKILL.md` instead of a
|
|
235
|
+
project-local directory; this is temporary until Lore can store project skills
|
|
236
|
+
without making the user pick a project during install. Use `lore skills sync`
|
|
237
|
+
for conflict-preserving updates.
|
|
233
238
|
- `lore skills uninstall <skill-id>` — removes the managed local skill file and
|
|
234
239
|
clears the installation record.
|
|
235
240
|
- `lore skills publish <local-name-or-skill-id>` — publishes an authored skill
|