Commit d447827
committed
fill_prof_email: --hardware + --platform also flow into the hydration body
The hydration template hardcoded "Apple M5 Max (40-core GPU),
OpenMM Metal backend" and "friend's M5 Max overnight" — the
binding template already honored --hardware/--platform but the
hydration one ignored them. Today's pilot-3 run on Henry's
MacBook CPU produced the right verdict (MAE 1.42 PASS) but the
generated email body was wrong about where it ran.
Fix: thread hardware_hint + platform_hint into HYDRATION_TEMPLATE
the same way they go into BINDING_TEMPLATE; soften the intro
sentence to drop the M5-Max-specific phrasing.
10/10 regression covers the new "hardware lands in body" test +
verifies the M5 Max hardcoding can never silently regress
(asserts "Apple M5 Max" is NOT in the override output).
Now I can re-generate Henry's prof email with the correct hardware
("Henry's MacBook Pro M-series, CPU platform") instead of hand-
editing the draft.1 parent f7b8fe4 commit d447827
2 files changed
Lines changed: 38 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| 402 | + | |
| 403 | + | |
402 | 404 | | |
403 | 405 | | |
404 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
226 | 258 | | |
227 | 259 | | |
228 | 260 | | |
| |||
262 | 294 | | |
263 | 295 | | |
264 | 296 | | |
| 297 | + | |
265 | 298 | | |
266 | 299 | | |
267 | 300 | | |
| |||
0 commit comments