@tanagram/lore 0.1.25 → 0.1.27
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 +10 -0
- package/dist/index.js +72 -70
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,16 @@ The command-line interface for Lore.
|
|
|
29
29
|
from the directory holding `LORE_REMIX.md` reads the marker and stamps the
|
|
30
30
|
new thread's `remix_of_thread_id`, bumping the parent's `remix_count`.
|
|
31
31
|
Delete `LORE_REMIX.md` to opt out before exporting.
|
|
32
|
+
- `lore share-cowork` — shares a Claude Cowork local-agent-mode session
|
|
33
|
+
to Lore. Defaults to the current session when run from inside one
|
|
34
|
+
(e.g. by the Cowork agent itself); otherwise shares the most recent
|
|
35
|
+
local session under
|
|
36
|
+
`~/Library/Application Support/Claude/local-agent-mode-sessions/`.
|
|
37
|
+
Use `--session <session-id>` to share a specific session by id, or
|
|
38
|
+
`--list` to enumerate local sessions newest-first without sharing.
|
|
39
|
+
Re-running for the same session converges to the same thread (md5
|
|
40
|
+
dedup), so it's safe to retry. Prints the resulting `/session/<id>`
|
|
41
|
+
URL on success.
|
|
32
42
|
|
|
33
43
|
## Dev vs prod
|
|
34
44
|
|