- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01SoZMfWRSGnf6FZX2Ar9rQ2
Print the rows a trend is over, not only the movement between them
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/render-compare.ts
Diff
2 files changed, +26 -0
packages/coder-effectiveness/src/compare.test.ts modified +14
@@ -221,4 +221,18 @@ describe("rendering", () => {
| 221 | 221 |
|
| 222 | 222 |
|
| 223 | 223 |
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 224 | 238 |
|
packages/coder-effectiveness/src/render-compare.ts modified +12
@@ -62,6 +62,18 @@ const renderLaneComparison = (comparison: LaneComparison): ReadonlyArray<string>
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 65 | 77 |
|
| 66 | 78 |
|
| 67 | 79 |
|