@tanagram/lore 0.1.20 → 0.1.21
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 -0
- package/dist/index.js +74 -74
- package/package.json +3 -3
- package/skills/lore-read/SKILL.md +1 -1
- package/skills/share/SKILL.md +3 -4
package/README.md
CHANGED
|
@@ -15,3 +15,9 @@ The command-line interface for Lore.
|
|
|
15
15
|
- `lore disable` — stops and removes the macOS background uploader.
|
|
16
16
|
- `lore restart` — restarts the macOS background uploader.
|
|
17
17
|
- `lore status` / `lore status --json` — shows background uploader health.
|
|
18
|
+
- `lore export` — uploads a single Claude Code session on demand and prints a
|
|
19
|
+
JSON object with the thread URL. Use `--session-id <id>` to pick a specific
|
|
20
|
+
session, `--project <path>` to override the project lookup, and
|
|
21
|
+
`--visibility private|workspace|public` to set the resulting thread's
|
|
22
|
+
visibility. The URL is also copied to the system clipboard when a clipboard
|
|
23
|
+
tool is available (`pbcopy` / `wl-copy` / `xclip` / `xsel` / `clip.exe`).
|