@tanagram/lore 0.1.228 → 0.1.230
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 +3 -3
- package/dist/index.js +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -216,9 +216,9 @@ Esc to return to the sidebar, and q to exit.
|
|
|
216
216
|
- `lore listen list [--json]` — print the effective repo and cwd locations
|
|
217
217
|
the background agent may auto-upload from.
|
|
218
218
|
- `lore listen delete <path>` — stop uploading from a directory.
|
|
219
|
-
- `lore workspaces list` — calls `/api/whoami` and prints the
|
|
220
|
-
|
|
221
|
-
are organizations in the underlying API contract.)
|
|
219
|
+
- `lore workspaces list` — calls `/api/whoami` and prints the workspaces the
|
|
220
|
+
authenticated user currently belongs to, using Lore's local organization ids.
|
|
221
|
+
(Workspaces are organizations in the underlying API contract.)
|
|
222
222
|
- `lore skills list` — lists skills visible to the authenticated workspace.
|
|
223
223
|
- `lore skills sync` — runs the foreground skill sync engine once: it scans
|
|
224
224
|
supported local skill roots, captures local changes privately, pulls accepted
|