@tanagram/lore 0.1.42 → 0.1.44

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +70 -69
  3. package/package.json +3 -3
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