Commit ef49ed0
feat: enable cacheScripts and add cache miss scenario in e2e tests
- Enable `cacheScripts: true` in patch-project.ts after migration so
`vp run` commands exercise the task cache hit/miss code paths.
- Add a third "cache miss" run to the e2e workflow that modifies
package.json between runs to trigger PostRunFingerprintMismatch.
The e2e flow is now: first run (cache miss NotFound) → second run
(cache hit) → invalidate → third run (cache miss FingerprintMismatch).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8efd478 commit ef49ed0
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
304 | 323 | | |
305 | 324 | | |
306 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments