@mkterswingman/5mghost-wonder 0.0.4 → 0.0.5
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/package.json
CHANGED
|
@@ -33,6 +33,8 @@ wonder --version
|
|
|
33
33
|
|
|
34
34
|
## Step 2 — mkterswingman Auth Login
|
|
35
35
|
|
|
36
|
+
**Only use the CLI to check login state. Do not read `~/.mkterswingman/auth.json` directly** — that file is the auth SDK's internal storage (format may change, and OAuth completion → disk flush has a brief window where naive reads misjudge expiry). `wonder auth status` handles this correctly. The same rule applies to `~/.mkterswingman/5mghost-wonder/cookies.json` and the local telemetry SQLite file: always go through the corresponding `wonder` CLI command.
|
|
37
|
+
|
|
36
38
|
Check current status:
|
|
37
39
|
|
|
38
40
|
```bash
|