docs(adr): ADR 0001 addendum — Pasqal password to OS keychain (#194) - #197
Merged
Conversation
…ce-forced (#194) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ot shell-out Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Records the evidence-forced amendment to ADR 0001 for the Pasqal Cloud connection. Design context in #194.
Why
Jack's live-API session (pasqal-auth-bundle, 2026-07-21; independently re-probed) proved every no-password path for a Pasqal user account is dead:
gtyclaim; identical aud/scope/permissions to a working password token)So a valid token cannot exist beyond ~24h without the password present somewhere. The ADR's named fallback (session-only re-prompt) means typing the password ~daily; product decision (Kate) is that's unacceptable for the panel, adopting Jack's keychain interim.
What the addendum records
@napi-rs/keyring, Jack's mechanism), silent ROPC re-mint on expiry; token stays token-only inpasqal.json. Session-memory fallback where the native binding can't load (never a plaintext file). Disconnect wipes.client_credentials) retires the password entirely — request in flight with Baptiste Peyras.pasqal-cloud; not precedent for any other connection.Verification
The workaround this documents is implemented in the opencode fork (harmoniqs/opencode
kate/connections-path-scaffold) and verified live against real Pasqal — connect, silent re-mint, reject, and disconnect all exercised on a real machine, with the native keyring proven to survivebun build --compile.🤖 Generated with Claude Code