Commit 7973bc2
Merge origin/main into feat-remote-workspace
Re-merge to clear CONFLICTING after main advanced today. Main brought in:
iOS sign-out local-first/offline-safe revocation (#5776), iOS workspace
list groups/unread-dots/last-activity previews + shared Unread filter
(#5726), Focus/DND-honoring fallback notification sound (#5651), and the
budget refreshes #6018/#6020/#6025. #6020 extracted NotificationSoundSettings
out of TerminalNotificationStore.swift into a new Sources/NotificationSoundSettings.swift;
#6025 deduped the TerminalNotificationStore budget entry.
Conflict resolution:
- Sources/TerminalNotificationStore.swift: main redesigned this file by
extracting the NotificationSoundSettings enum. Took main's version (the
extraction wins). The slice's two edits here (import CmuxFoundation; swap
ProcessPipeReader.readDataToEndOfFileOrEmpty(from:) for the new
FileHandle.readDataToEndOfFileOrEmpty() extension) both targeted the enum
body that main moved, so they no longer belong in this file.
- Sources/NotificationSoundSettings.swift (main's new extracted file):
RE-LIFT. The slice removed the app-target ProcessPipeReader type in favor of
a CmuxFoundation FileHandle extension, so main's extracted file would not
compile as-is. Re-lifted the slice's migration here: added
import CmuxFoundation and switched the errorPipe read to
errorPipe.fileHandleForReading.readDataToEndOfFileOrEmpty().
- .github/swift-file-length-budget.tsv: two conflict regions (slice vs main
ordering, plus #6025's TerminalNotificationStore dedup). Regenerated the
whole budget to merged-tree actual counts via --write-budget; check passes.
- cmux.xcodeproj/project.pbxproj: auto-merged, re-normalized; check-pbxproj
passes, NotificationSoundSettings.swift wired, no ID collisions.
Slice packages (CmuxCore/CmuxRemoteDaemon/CmuxRemoteSession/CmuxRemoteWorkspace)
and the modified CmuxFoundation kept intact; ghostty pointer matches origin/main;
no CmuxControlSocket phantom inherited.
Gates: ensure-ghosttykit OK, swift_file_length_budget exit 0,
lint-ios-package-conventions exit 0, all slice packages + CmuxFoundation
swift build OK, app xcodebuild Debug BUILD SUCCEEDED.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>75 files changed
Lines changed: 6244 additions & 1453 deletions
File tree
- .github
- Packages
- CmuxAuthRuntime
- Sources/CmuxAuthRuntime
- BrowserSignIn
- Client
- Coordinator
- Push
- Tests/CmuxAuthRuntimeTests
- CmuxMobileRPC
- Sources/CmuxMobileRPC
- Tests/CmuxMobileRPCTests
- CmuxMobileShellModel
- Sources/CmuxMobileShellModel
- Tests/CmuxMobileShellModelTests
- CmuxMobileShellUI
- Sources/CmuxMobileShellUI
- Tests/CmuxMobileShellUITests
- CmuxMobileShell
- Sources/CmuxMobileShell
- Tests/CmuxMobileShellTests
- Sources
- Feed
- Mobile
- cmux.xcodeproj
- cmuxTests
- ios
- cmuxPackage/Tests/cmuxFeatureTests
- cmux/Resources
- scripts
- plans/feat-ios-groups-mobile
- vendor/stack-auth-swift-sdk-prerelease/Sources/StackAuth
- web
- app
- api/stripe/founders-welcome
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | | - | |
44 | 42 | | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
348 | 363 | | |
349 | 364 | | |
350 | 365 | | |
| |||
Lines changed: 41 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
65 | 104 | | |
Lines changed: 33 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
86 | 117 | | |
87 | 118 | | |
88 | 119 | | |
| |||
0 commit comments