Commit bf191d9
committed
fix(tests): align gen-test-tasks assertions with v4.1 calc-tasks floor
Follow-up to bb269b5 (context-aware task count formula). v4.1 dropped the
calc-tasks floor from 10 to 3 and added the [3, 25] clamp, which broke two
test assumptions:
- test_user_e2e: replace `>= 10` with `3 <= recommended <= 25`
- both files: `gen-test-tasks` needs >=5 tasks to emit a USER-TEST
checkpoint; use max(5, recommended) so small PRDs still exercise the
checkpoint path.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 851a8c1 commit bf191d9
2 files changed
+15
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
300 | 303 | | |
301 | | - | |
| 304 | + | |
302 | 305 | | |
303 | 306 | | |
304 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | | - | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| |||
0 commit comments