@tanagram/lore 0.1.227 → 0.1.229

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 +4 -4
  2. package/dist/index.js +238 -238
  3. package/package.json +2 -3
package/README.md CHANGED
@@ -292,10 +292,10 @@ later retry; only an AuthKit `invalid_grant` response clears local tokens and
292
292
  requires login again. The CLI does not read token environment variables; use
293
293
  `lore logout` to remove the stored tokens.
294
294
 
295
- For local development, `pnpm dev <command>` first attempts
296
- `pnpm bootstrap:dev-auth` so dev-only tokens are refreshed against the currently
297
- running API process. If the API is unavailable, the bootstrap logs an error and
298
- the requested command still runs.
295
+ For local development, run `pnpm dev login` once per dev stack before
296
+ authenticated commands. The dev CLI uses the same WorkOS CLI Auth/User
297
+ Management flow as production; `pnpm dev <command>` does not mint local-only
298
+ tokens.
299
299
 
300
300
  Run `lore logs` to print the active log file path. In dev, log lines also
301
301
  tee to stderr so you see them while iterating; in prod the file is the only