Why
A common failure mode is ${STAGING_TOKEN} resolving to empty, leading to 401s. We already warn in code, but docs could be clearer.
Where
Acceptance Criteria
- Add a “Troubleshooting” section with:
- verifying env vars are set
.env location expectations
- what the auth warning means
- example PowerShell + bash exports
- Keep it concise
Why
A common failure mode is
${STAGING_TOKEN}resolving to empty, leading to 401s. We already warn in code, but docs could be clearer.Where
README.mdAcceptance Criteria
.envlocation expectations