docs(roadmap): define standalone Apple v0.2 architecture#115
Merged
Conversation
…ROADMAP-0016] Implements the Phase 0 source-of-truth boundary for native iPhone and iPad development. Adds: - independent mobile product and shared Rust routing-core ADRs - provider, OAuth, Keychain, Apple model, and pairing contracts - v0.2.0/v0.2.1 delivery roadmap and capability matrix - conservative Kimi account-auth qualification - supersession links across current macOS and Rust documents
tcballard
force-pushed
the
codex/ios-v0.2-architecture
branch
from
July 24, 2026 10:06
ab27ac8 to
4ab3254
Compare
tcballard
marked this pull request as ready for review
July 24, 2026 10:20
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.
Summary
Implements
WF-ROADMAP-0016Phase 0 documentation.Adds:
Scope
Included
WF-ADR-0047: mobile independence and pairing-as-providerWF-ADR-0048: one pure Rust routing truth embedded on mobileWF-DESIGN-0019: typed authentication, provider, credential, and privacy contractsWF-ROADMAP-0016: phased v0.2.0 standalone release and v0.2.1 pairing sequenceWF-QUAL-0001: Kimi account auth blocked pending provider approvalExcluded
Product / Architecture Decisions
URLSession.User-Facing Contract
CLI
No CLI behavior changes.
Human Output
Defines the future mobile information architecture, onboarding choices, destination grouping, privacy postures, and compact route-receipt wording. No shipping UI changes in this PR.
JSON Output
No runtime JSON changes. JSON remains the shared golden-fixture/debug format rather than the broad FFI runtime.
Exit Codes
No exit-code changes.
Verification
Ran
The link checker inspected all 18 changed Markdown files; relative links resolve. Document IDs are unique. Every changed path is Markdown.
Primary contracts were checked against:
SystemLanguageModelavailability documentation;ASWebAuthenticationSession;kimi loginflow, membership guidance, and official repository.Covered
Review Path
decisions/WF-ADR-0047-native-mobile-independence.mddecisions/WF-ADR-0048-shared-routing-core-apple-embedding.mddesigns/WF-DESIGN-0019-mobile-providers-accounts-and-credentials.mdroadmaps/WF-ROADMAP-0016-native-mobile-v0.2.mdNotes For Reviewer
codex/rust-only-cutover/ feat(runtime): make Rust the sole Wayfinder runtime #114 so the mobile architecture describes the accepted Rust-only repository rather than the superseded coexistence state. Retarget tomainafter feat(runtime): make Rust the sole Wayfinder runtime #114 merges.