- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01K7q2vA5LJroLTR6ZFbRq6j
docs(coder): correct P3 against the code, and add K1 on premise provenance
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
docs/coder/2026-08-26-dspy-gepa-coder-optimization.md -
modified
docs/coder/best-practices.md
Diff
2 files changed, +72 -17
docs/coder/2026-08-26-dspy-gepa-coder-optimization.md modified +14 -10
@@ -77,9 +77,9 @@ analogical. The correspondence:
| 77 | 77 |
|
| 78 | 78 |
|
| 79 | 79 |
|
| 80 |
|
|
| 80 |
|
|
| 81 | 81 |
|
| 82 |
|
|
| 82 |
|
|
| 83 | 83 |
|
| 84 | 84 |
|
| 85 | 85 |
|
@@ -93,11 +93,15 @@ Two entries deserve emphasis:
| 93 | 93 |
|
| 94 | 94 |
|
| 95 | 95 |
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 101 | 105 |
|
| 102 | 106 |
|
| 103 | 107 |
|
@@ -113,7 +117,7 @@ Every argument has a concrete referent here:
| 113 | 117 |
|
| 114 | 118 |
|
| 115 | 119 |
|
| 116 |
|
|
| 120 |
|
|
| 117 | 121 |
|
| 118 | 122 |
|
| 119 | 123 |
|
@@ -161,7 +165,7 @@ adapter is Python, and `bench/` is where both live. Concretely:
| 161 | 165 |
|
| 162 | 166 |
|
| 163 | 167 |
|
| 164 |
|
|
| 168 |
|
|
| 165 | 169 |
|
| 166 | 170 |
|
| 167 | 171 |
|
@@ -179,7 +183,7 @@ Two new tracker issues, sequenced against the existing loop set
| 179 | 183 |
|
| 180 | 184 |
|
| 181 | 185 |
|
| 182 |
|
|
| 186 |
|
|
| 183 | 187 |
|
| 184 | 188 |
|
| 185 | 189 |
|
docs/coder/best-practices.md modified +58 -7
@@ -160,13 +160,28 @@ coder's core tools under the permission profile.
| 160 | 160 |
|
| 161 | 161 |
|
| 162 | 162 |
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
| 184 |
|
|
| 170 | 185 |
|
| 171 | 186 |
|
| 172 | 187 |
|
@@ -234,6 +249,42 @@ suite cannot carry (ledger M5).
| 234 | 249 |
|
| 235 | 250 |
|
| 236 | 251 |
|
| 252 |
|
|
| 253 |
|
|
| 254 |
|
|
| 255 |
|
|
| 256 |
|
|
| 257 |
|
|
| 258 |
|
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 275 |
|
|
| 276 |
|
|
| 277 |
|
|
| 278 |
|
|
| 279 |
|
|
| 280 |
|
|
| 281 |
|
|
| 282 |
|
|
| 283 |
|
|
| 284 |
|
|
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 237 | 288 |
|
| 238 | 289 |
|
| 239 | 290 |
|