Add multi-device recording controls - #160
Open
kyleve wants to merge 12 commits into
Open
Conversation
kyleve
force-pushed
the
codex/multi-device-recording
branch
from
July 30, 2026 23:08
1bcb8d1 to
01a9311
Compare
kyleve
marked this pull request as ready for review
July 30, 2026 23:13
…cording # Conflicts: # Where/WhereCore/Sources/Persistence/SwiftDataStore.swift # Where/WhereCore/Sources/WhereServices.swift # Where/WhereUI/Tests/SwiftDataInspectorWiringTests.swift
…cording # Conflicts: # AGENTS.md
…cording # Conflicts: # Where/WhereCore/Sources/Persistence/StoreRemoteChangeSource.swift
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
Why
A device left at home can continue recording its stationary location while the user is traveling with another device. Those samples contradict the user's actual location and can corrupt downstream reports. This makes recording intent device-specific and synchronizes a strong timestamped cutoff to every installation.
Behavior and compatibility
Validation
./test: all 1,509 unit and integration tests passedswift run bumper config .swift run bumper test .swift run bumper lint . --timings./swiftformat --lint./xcstrings --lintruby -c Where/Tools/upgrade-backup.rb./ide --no-openThe broad affected snapshot run also reports two stale Resolution accessibility references. Both failures reproduce from committed
mainin an isolated checkout on a fresh simulator, so those unrelated references are intentionally not changed here.Rollout
Before shipping, deploy the new CloudKit schema to Production and complete the two-device validation checklist documented in
Where/Where/README.md.