@tanagram/lore 0.1.213 → 0.1.215
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 +9 -0
- package/dist/index.js +222 -222
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -305,6 +305,15 @@ The suite covers private capture, workspace publish/install, subscriber update
|
|
|
305
305
|
pulls, subscriber edit proposals, owner approval, uninstall cleanup, project-root
|
|
306
306
|
isolation, and daemon reconnect/catch-up behavior.
|
|
307
307
|
|
|
308
|
+
The watched background daemon path has a separate E2E that spawns the real
|
|
309
|
+
`_run_skill_sync --watch` CLI process against a local test API and verifies that
|
|
310
|
+
editing an explicitly published local `SKILL.md` uploads a new server-side skill
|
|
311
|
+
version:
|
|
312
|
+
|
|
313
|
+
```sh
|
|
314
|
+
pnpm --filter @loredotlink/cli test:skill-sync-daemon:e2e
|
|
315
|
+
```
|
|
316
|
+
|
|
308
317
|
To point the CLI at a different API origin (e.g. through a Vite proxy or a
|
|
309
318
|
remote staging deployment), set `LORE_API_ORIGIN`. The override wins over the
|
|
310
319
|
built-in env defaults: `LORE_API_ORIGIN=http://localhost:8080 lore health`
|