- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01SoZMfWRSGnf6FZX2Ar9rQ2
Point the runner and its docs at the pinned manifests
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
bench/README.md -
modified
bench/run-suite.sh -
modified
packages/coder-effectiveness/README.md -
modified
packages/coder-effectiveness/src/cli.ts
Diff
4 files changed, +28 -7
bench/README.md modified +25 -2
@@ -56,13 +56,36 @@ bench/run-suite.sh <suite-file> --model <harbor-model> [options]
| 56 | 56 |
|
| 57 | 57 |
|
| 58 | 58 |
|
| 59 |
|
|
| 59 |
|
|
| 60 | 60 |
|
| 61 | 61 |
|
| 62 |
|
|
| 62 |
|
|
| 63 | 63 |
|
| 64 | 64 |
|
| 65 | 65 |
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 66 | 89 |
|
| 67 | 90 |
|
| 68 | 91 |
|
bench/run-suite.sh modified +1 -1
@@ -60,7 +60,7 @@ adapter reports each trial live, and finalizes through post_gym_run.py
| 60 | 60 |
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
|
|
| 63 |
|
|
| 64 | 64 |
|
| 65 | 65 |
|
| 66 | 66 |
|
packages/coder-effectiveness/README.md modified -3
@@ -319,6 +319,3 @@ leaves unpriced stays unpriced here — that omission is the signal.
| 319 | 319 |
|
| 320 | 320 |
|
| 321 | 321 |
|
| 322 |
|
|
| 323 |
|
|
| 324 |
|
packages/coder-effectiveness/src/cli.ts modified +2 -1
@@ -6,11 +6,12 @@
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 |
|
|
| 9 |
|
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 | 13 |
|
| 14 |
|
|
| 14 | 15 |
|
| 15 | 16 |
|
| 16 | 17 |
|