@tanagram/lore 0.1.195 → 0.1.197
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 -2
- package/dist/index.js +211 -211
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -260,8 +260,8 @@ dirs so they don't stomp each other:
|
|
|
260
260
|
|
|
261
261
|
| Env | State dir | Log file |
|
|
262
262
|
| ---- | --------------- | --------------------- |
|
|
263
|
-
| prod | `~/.lore/` | `~/.lore/log.txt`
|
|
264
|
-
| dev | `~/.lore-dev/` or `LORE_DEV_STATE_DIR` when set by a supervised local stack | `<state-dir>/log.txt` |
|
|
263
|
+
| prod | `~/.lore/` | `~/.lore/cli.log.txt` |
|
|
264
|
+
| dev | `~/.lore-dev/` or `LORE_DEV_STATE_DIR` when set by a supervised local stack | `<state-dir>/cli.log.txt` |
|
|
265
265
|
|
|
266
266
|
`lore login` discovers WorkOS AuthKit from the Lore MCP resource metadata,
|
|
267
267
|
starts WorkOS's device-code flow, prints the verification URL and user code, and
|