Commit 957353c
chore(daily-regen): switch default model from haiku to sonnet (#7286)
## Summary
- Flip `daily-regen.yml` default model from `haiku` to `sonnet` for
higher implementation quality on the scheduled regen wave.
- Pre-flight LLM steps (spec polish + cross-library similarity audit)
**stay hardcoded to Haiku** — they're cheap classification tasks where
Haiku is the right tier. The comment at line 175 already documents this.
- Manual `workflow_dispatch` can still pick any tier (haiku / sonnet /
opus) via the `model` input.
## Diff
4 places updated:
- `run-name` default
- Header comment ("Default model is Sonnet for higher implementation
quality")
- Trigger comment ("schedule → Sonnet")
- `inputs.model` choice default
- `MODEL` env fallback in the dispatch step
## Test plan
- [ ] CI green
- [ ] Next scheduled run shows `Scheduled regen (… / sonnet)` in the
workflow name
- [ ] `bulk-generate.yml` receives `model=sonnet` on the scheduled
dispatch
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8ee8155 commit 957353c
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
284 | | - | |
| 283 | + | |
285 | 284 | | |
286 | 285 | | |
287 | 286 | | |
| |||
0 commit comments