@tanagram/lore 0.1.20 → 0.1.22

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 CHANGED
@@ -15,3 +15,17 @@ 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`).
24
+ - `lore remix <th_… | https://lore.tanagram.ai/session/th_…>` — fetches a
25
+ portable handoff brief for a Lore thread and writes it to `./LORE_REMIX.md`
26
+ (override with `--out`). Public threads can be remixed by anyone; workspace
27
+ threads require the remixer to be in the source org. The brief contains a
28
+ lineage marker (`<!-- lore:remix-of th_… -->`); the next `lore export`
29
+ from the directory holding `LORE_REMIX.md` reads the marker and stamps the
30
+ new thread's `remix_of_thread_id`, bumping the parent's `remix_count`.
31
+ Delete `LORE_REMIX.md` to opt out before exporting.