docs(verify): drop --browser from login command in auth rules#18
docs(verify): drop --browser from login command in auth rules#18bensonwong merged 1 commit intomainfrom
Conversation
The `deepcitation login` command opens the browser by default now, so the `--browser` flag is no longer needed in the auth self-recovery instructions. Also re-normalizes the file to LF (was reverted to CRLF by an editor after the earlier normalization in 86da39a). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
PR Review Overall: LGTM - clean, minimal doc update. Changes:
No concerns on security (no credential handling changed), logic (OAuth flow description is still accurate, only the redundant flag was removed), or the test plan (the two checklist items are appropriate). Minor suggestion: pair this PR with a .gitattributes fix to enforce LF on markdown files, since the CRLF issue has now recurred twice. |
Summary
deepcitation logincommand opens the browser by default now, so the--browserflag is redundant in the auth self-recovery instructions.skills/verify/rules/auth.mdto LF (was reverted to CRLF by an editor after the earlier normalization in 86da39a).Test plan
npx -y deepcitation@latest loginstill works without the--browserflagfile skills/verify/rules/auth.md)