[WRONG BRANCH] test(cli): make logout non-mutation sentinel adversarial - #377
[WRONG BRANCH] test(cli): make logout non-mutation sentinel adversarial#377luvs01 wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
✅ Deterministic PR hygiene checks passed. |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
⏳ DRAFT
What to do
Its title has been prefixed with |
Motivation
claudecould let a rewrite that removed--jsongo undetected.Description
claude.--jsonin the specificlogouttest so any erroneousremoveCredential("--json")will change the auth file bytes and fail the assertion.Testing
bun test tests/cli-dispatch.test.ts -t 'a flag is never read as a provider name and leaves the store byte-identical', which passed (1 test, 5 assertions).bun test tests/cli-dispatch.test.ts, which passed (25 tests, 108 assertions).Codex Task