Commit 42351a8
fix: list-search seed and authoring e2e drop their clipboard tail (Linux CI)
PR #11's three red shards traced to ONE cause (confirmed via CI
artifacts): the new seed and the configure-lists authoring test both
ended in apply-clipboard-write-text, which errors on Linux (no
pbcopy/osascript) — the exact environment class the earlier triage
established. Fixed by REMOVING the unneeded node (neither test needs
clipboard I/O to prove list-search; the seed now ends at list-search
itself, the same warn-only Process-leaf shape list-lookup's sibling
seed already uses). Shard 2 was a fail-fast cancellation casualty
(50/50 green — matrix fail-fast:false rides the next PR); the codeexec
blip was the documented pre-existing flake class, evidenced, untouched.
Takeover note: the delegated agent stopped silently mid-verification
(third such instance tonight); fix verified and landed by the
orchestrator directly. The recurring 'linker contention' commit-gate
failures root-caused to DISK FULL, not contention — corrected in the
session memory.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft1 parent fb54330 commit 42351a8
3 files changed
Lines changed: 28 additions & 15 deletions
File tree
- frontend/e2e
- internal
- domain/composition
- services/executionsvc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | | - | |
115 | | - | |
| 122 | + | |
116 | 123 | | |
117 | | - | |
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
53 | | - | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
66 | | - | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
91 | | - | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| |||
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
100 | | - | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | | - | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments