- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01SoZMfWRSGnf6FZX2Ar9rQ2
Stop calling a group isolated when it is the trend printed above it
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
packages/coder-effectiveness/src/compare.test.ts -
modified
packages/coder-effectiveness/src/compare.ts
Diff
2 files changed, +26 -3
packages/coder-effectiveness/src/compare.test.ts modified +15
@@ -191,6 +191,21 @@ describe("what a comparison will not fold together", () => {
| 191 | 191 |
|
| 192 | 192 |
|
| 193 | 193 |
|
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 194 | 209 |
|
| 195 | 210 |
|
| 196 | 211 |
|
packages/coder-effectiveness/src/compare.ts modified +11 -3
@@ -107,15 +107,23 @@ export const compareRuns = (
| 107 | 107 |
|
| 108 | 108 |
|
| 109 | 109 |
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 110 |
|
|
| 113 | 111 |
|
| 114 | 112 |
|
| 115 | 113 |
|
| 114 |
|
|
| 116 | 115 |
|
| 117 | 116 |
|
| 118 | 117 |
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 119 | 127 |
|
| 120 | 128 |
|
| 121 | 129 |
|