@tanagram/lore 0.1.42 → 0.1.43
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 +2 -0
- package/dist/index.js +64 -63
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@ The command-line interface for Lore.
|
|
|
17
17
|
- `lore disable` — stops and removes the macOS background uploader.
|
|
18
18
|
- `lore restart` — restarts the macOS background uploader.
|
|
19
19
|
- `lore status` / `lore status --json` — shows background uploader health.
|
|
20
|
+
- `lore organizations list` — calls `/api/whoami` and prints the WorkOS
|
|
21
|
+
organizations the authenticated user currently belongs to.
|
|
20
22
|
- `lore export` — uploads a single Claude Code session on demand and prints a
|
|
21
23
|
JSON object with the thread URL. Use `--session-id <id>` to pick a specific
|
|
22
24
|
session, `--project <path>` to override the project lookup, and
|