Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
a02fc02
test: cover Claude no-flicker stale surface status
austinywang Jun 13, 2026
34c734e
fix: route Claude hook status through owning pane
austinywang Jun 13, 2026
d20e8b1
ci: refresh Swift file length budget
austinywang Jun 13, 2026
326c188
fix: avoid PID snapshot during Claude cleanup routing
austinywang Jun 13, 2026
bcaab63
fix: avoid workspace probe in Claude binding correction
austinywang Jun 13, 2026
af1ee9c
test: cover Claude PID-only stale surface routing
austinywang Jun 13, 2026
7f189b0
Merge remote-tracking branch 'origin/main' into issue-6048-no-flicker…
austinywang Jun 13, 2026
6fac6a3
fix: bound Claude hook process binding lookup
austinywang Jun 13, 2026
63a7fd0
merge: sync with origin main
austinywang Jun 13, 2026
7ca7953
fix: validate ambient Claude workspace fallback
austinywang Jun 13, 2026
854277a
fix: unwrap Claude binding source
austinywang Jun 13, 2026
bd79085
test: move Claude no-flicker coverage to Swift Testing
austinywang Jun 13, 2026
564dbbb
fix: validate PID-bound Claude workspace
austinywang Jun 13, 2026
251061f
Merge remote-tracking branch 'origin/main' into issue-6048-no-flicker…
austinywang Jun 13, 2026
ec79ecd
fix: harden Claude hook routing tests
austinywang Jun 13, 2026
38bdb27
fix: isolate Claude process snapshot socket
austinywang Jun 13, 2026
3c824d7
fix: authenticate Claude snapshot socket
austinywang Jun 13, 2026
a36582e
test: cover Claude no-flicker binding races
austinywang Jun 13, 2026
d27c0c8
fix: validate Claude hook terminal binding
austinywang Jun 13, 2026
b4c5af3
test: cover stale Claude session workspace
austinywang Jun 13, 2026
56b31ce
fix: ignore stale Claude session workspace
austinywang Jun 13, 2026
5d13d75
test: cover stale Claude session surface
austinywang Jun 13, 2026
8e22c0f
fix: prefer Claude PID for stale stored surface
austinywang Jun 13, 2026
52b3d7e
test: cover transient Claude workspace probe
austinywang Jun 13, 2026
936e857
fix: keep Claude target on transient probe failure
austinywang Jun 13, 2026
525d538
fix: allow PID-bound Claude hooks without env target
austinywang Jun 13, 2026
91399f2
fix: restrict Claude hook target recovery metadata
austinywang Jun 13, 2026
6543d16
test: cover live Claude PID over stored PID
austinywang Jun 13, 2026
ec4680e
fix: prefer live Claude hook PID
austinywang Jun 13, 2026
91cb753
fix: let live Claude binding override stored surface
austinywang Jun 13, 2026
f9a5e4e
test: cover Claude PID persistence refresh
austinywang Jun 13, 2026
89d185c
fix: refresh stored Claude hook PID
austinywang Jun 13, 2026
8a74a9e
merge: sync with origin main
austinywang Jun 13, 2026
0b1e4db
test: expand Claude live PID assertions
austinywang Jun 13, 2026
82c3dcd
fix: no-op Claude hooks when PID recovery misses
austinywang Jun 13, 2026
2554098
fix: validate recovered Claude hook targets
austinywang Jun 13, 2026
440c9e2
docs: clarify Claude hook binding priority
austinywang Jun 13, 2026
cad2dc0
fix: avoid Claude hook process snapshots on hot path
austinywang Jun 13, 2026
0e75fba
fix: keep Claude hook PID recovery bounded
austinywang Jun 13, 2026
3a06dd3
Merge remote-tracking branch 'origin/main' into issue-6048-no-flicker…
austinywang Jun 13, 2026
c498113
fix: defer generic hook PID inference
austinywang Jun 13, 2026
6be88c4
fix: preserve PID metadata for explicit hooks
austinywang Jun 13, 2026
0087600
test: assert stored PID skips process snapshot
austinywang Jun 13, 2026
97b94d2
fix: ignore raw TTY for Claude hook recovery
austinywang Jun 13, 2026
777fa15
fix: prefer live Claude workspace binding
austinywang Jun 13, 2026
ada9f71
test: tidy Claude raw TTY assertions
austinywang Jun 13, 2026
9fa0dcc
fix: avoid persisting PID on fallback surfaces
austinywang Jun 13, 2026
988f7c4
test: split Claude raw TTY setup
austinywang Jun 13, 2026
bb851aa
fix: avoid republishing stored Claude PID
austinywang Jun 13, 2026
f0f115f
fix: tighten Claude hook PID fallback
austinywang Jun 14, 2026
f7c59e5
test: assert Claude stored PID skips snapshot
austinywang Jun 14, 2026
312b107
Merge remote-tracking branch 'origin/main' into issue-6048-no-flicker…
austinywang Jun 14, 2026
644e9d5
Merge remote-tracking branch 'origin/main' into issue-6048-no-flicker…
austinywang Jun 14, 2026
f790246
test: assert closed-workspace mapped Claude hook no-ops
austinywang Jun 14, 2026
1004514
fix: no-op Claude hooks when mapped session target is gone
austinywang Jun 14, 2026
88b81e0
merge: resolve conflicts with main
austinywang Jun 14, 2026
9a1d76b
chore: regenerate Swift file length budget
austinywang Jun 14, 2026
39bfeee
Merge remote-tracking branch 'origin/main' into issue-6048-no-flicker…
austinywang Jun 14, 2026
d5060ac
docs: avoid conflict marker scan false positives
austinywang Jun 14, 2026
76fd88f
chore: regenerate Swift file length budget
austinywang Jun 14, 2026
c53e1d0
fix: tighten Claude hook routing and feed telemetry
austinywang Jun 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/swift-file-length-budget.tsv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cmux-owned Swift file length budget.
# Format: max_lines<TAB>relative path
# Reduce counts as files shrink. CI fails if tracked files exceed this budget.
33285 CLI/cmux.swift
33525 CLI/cmux.swift
19990 Sources/Workspace.swift
19225 Sources/ContentView.swift
18118 Sources/AppDelegate.swift
Expand Down
Loading
Loading