refactor(Where): retire AI recent activity summaries - #230
Merged
Conversation
kyleve
enabled auto-merge (squash)
August 10, 2026 02:46
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
The AI narrative was unreliable and not worth maintaining. Retiring it end to end avoids leaving a hidden App Intent, unused model infrastructure, or marketing copy for a feature the app no longer supports.
Review focus
WhereServices.recentActivity, its generator injection, the Recent Activity domain types, andRecentActivitySummaryIntentare removed without compatibility shims. Existing user-created Shortcuts that reference the retired App Intent will no longer run.Compatibility
No persisted data, backups, CloudKit schema, or notification preferences change. The scheduled daily recap and
RecordingOnboardingRecommendation.recentActivityWindowremain supported.Testing
./test --all— 1,804 tests passed./test --snapshots --reviewforInsightsAccuracyFeaturesViewSnapshotTests,SiriFeaturesViewSnapshotTests, andYearViewSnapshotTests— 3/3 suites passed after recording and visual review./swiftformat --lint./xcstrings --lint./snapshot-shards check— 41 suites balanced across the existing two shardsgit diff --checkThe initial full snapshot traversal found unrelated references as unhydrated Git LFS pointers in this checkout, so those comparisons were reported as incomparable; the three affected suites were explicitly recorded, inspected in standard and accessibility configurations, and rerun successfully.