docs: document 'openadapt connect' pairing + 1.7 requirement#30
Merged
Conversation
The app leads cloud pairing with 'openadapt connect --pairing', but the docs only documented 'openadapt flow login --token' and never mentioned that connect needs OpenAdapt 1.7+ (older builds fail 'No such command connect'). Adds the pairing path to connect-to-cloud, a CLI-reference 'connect' entry, and a troubleshooting entry for the version gotcha. validate_docs, mkdocs --strict, and copy-contract tests pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
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.
Part of the 2026-07-19 cross-surface copy-consistency review (
.private/copy_consistency_audit_2026_07_19.md).Fixes the top onboarding inconsistency: the app leads cloud pairing with
openadapt connect --pairing, but the docs only documentedopenadapt flow login --tokenand never stated thatconnectneeds OpenAdapt 1.7+ (older Anaconda builds fail withNo such command 'connect'— the founder hit this live).desktop/connect-to-cloud.md: adds the one-click pairing command as the recommended path with a 1.7+ warning; keeps token login as the reusable alternative.reference/cli.md: adds aconnectverb (documented precisely as anopenadaptlauncher command, notopenadapt flow connect).guides/troubleshooting.md: adds aNo such command 'connect'entry with the upgrade fix.connect --pairingverified against launcher main (v1.7.1,openadapt/cli.py). validate_docs,mkdocs build --strict, and copy-contract tests pass.