diff --git a/.github/workflows/eval-cache-check.yml b/.github/workflows/eval-cache-check.yml index c375e1553..ed918b9f7 100644 --- a/.github/workflows/eval-cache-check.yml +++ b/.github/workflows/eval-cache-check.yml @@ -7,7 +7,7 @@ on: branches: [main] jobs: - dry-run: + status-check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -21,21 +21,15 @@ jobs: - run: pnpm install --frozen-lockfile - # Pinned to the canary commit before agent-040 was renamed - # (unstable_instant -> instant, vercel/next.js#94578 / d424aa8ec4c7). - # Tracking bare `canary` makes this gate red for every PR whenever an eval - # changes upstream until all models are re-run. Bump this SHA in the same - # PR that re-runs the affected eval across all models. + # Pinned to a known-good next.js commit. To adopt new/changed evals, bump this + # SHA in a PR that runs them for the experiments you're refreshing and + # `agent-eval keep`s the rest. The check below passes as long as every + # new/changed eval is either run or kept — so models may sit on an older eval + # version intentionally without going red. - run: pnpm sync-evals 9e4d718de41bc2bceb687c73c2a60fdf6c5c4440 - - name: pnpm eval --dry must show no evals to run - run: | - set +e - output=$(pnpm eval --dry 2>&1) - set -e - echo "$output" - if ! grep -qE 'Nothing to run\.' <<<"$output"; then - echo "" - echo "::error::pnpm eval --dry reported evals that would re-run. Every committed experiment must be fully cached on main." - exit 1 - fi + # The "which staleness is acceptable" policy lives in this repo, not the + # framework: check-stale.mjs reads `agent-eval status --json` and fails on + # new/changed evals except those whose experiment is in its ACCEPTED_STALE list. + - name: no unexpected stale evals + run: node scripts/check-stale.mjs diff --git a/.gitignore b/.gitignore index 8a4a6ca5a..01758d686 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ dist/ .DS_Store /evals/ .sync-tmp/ +.env* diff --git a/package.json b/package.json index 322264790..ee4215d62 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "typescript": "^5.6.0" }, "dependencies": { - "@vercel/agent-eval": "^0.14.2" + "@vercel/agent-eval": "^1.3.0" }, "packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7f2e0377..6646aa69d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@vercel/agent-eval': - specifier: ^0.14.2 - version: 0.14.2 + specifier: ^1.3.0 + version: 1.3.0 devDependencies: tsx: specifier: ^4.19.0 @@ -273,8 +273,8 @@ packages: '@types/node@25.5.0': resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} - '@vercel/agent-eval@0.14.2': - resolution: {integrity: sha512-5MM19fpGArn8jazKTvzPYy7MAMnm1Hn3ObZlwXbJrnGN4otASNmvIquR2PplBJ6ssup/f0pHGA+L+DKMAdwGQQ==} + '@vercel/agent-eval@1.3.0': + resolution: {integrity: sha512-x8mxdvteWp7z4I5VuOm2mknlyMUTevbbp7RCiPg7gsVSknOcVxzJxBCaccenHoux2JKwK63svnzfoeIfB2dDWg==} engines: {node: '>=18.0.0'} hasBin: true @@ -951,7 +951,7 @@ snapshots: dependencies: undici-types: 7.18.2 - '@vercel/agent-eval@0.14.2': + '@vercel/agent-eval@1.3.0': dependencies: '@ai-sdk/anthropic': 1.2.12(zod@3.25.76) '@vercel/sandbox': 1.8.1 diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-000-app-router-migration-simple/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-000-app-router-migration-simple/summary.json index e9811d904..ad7ea4250 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 249.22, - "fingerprint": "9cebbed6fe1b96ea281b6fae11a70e273d70fe10c8fecff8123072ea33e7abb8" -} \ No newline at end of file + "fingerprint": "9cebbed6fe1b96ea281b6fae11a70e273d70fe10c8fecff8123072ea33e7abb8", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-021-avoid-fetch-in-effect/summary.json index eed6e77a8..2c49d389e 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 203.678, - "fingerprint": "267de3a29ac2fc5940d00d38f81fc80ae8ee55ca164cb0e67937cb503dd9c3d3" -} \ No newline at end of file + "fingerprint": "267de3a29ac2fc5940d00d38f81fc80ae8ee55ca164cb0e67937cb503dd9c3d3", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-022-prefer-server-actions/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-022-prefer-server-actions/summary.json index 89924e580..e0586e7e7 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.876, - "fingerprint": "ccd056498c87b9a063097e6c30715d326ad36df2c6b43fb35479b6e989ad25e5" -} \ No newline at end of file + "fingerprint": "ccd056498c87b9a063097e6c30715d326ad36df2c6b43fb35479b6e989ad25e5", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-023-avoid-getserversideprops/summary.json index dd4cfbcbb..1659514e3 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 228.4, - "fingerprint": "1d88a1a12581acf6bac5c2ebdfe5b897336ae1e929d044af57faf216e83f1853" -} \ No newline at end of file + "fingerprint": "1d88a1a12581acf6bac5c2ebdfe5b897336ae1e929d044af57faf216e83f1853", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-024-avoid-redundant-usestate/summary.json index 73ab76493..bc706bd45 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 179.358, - "fingerprint": "429dc81cd378a43ef86b821d702696eb9c32d5cec2be7a194c5ce3071540ff48" -} \ No newline at end of file + "fingerprint": "429dc81cd378a43ef86b821d702696eb9c32d5cec2be7a194c5ce3071540ff48", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-025-prefer-next-link/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-025-prefer-next-link/summary.json index e43c4b83c..a7542f359 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 172.549, - "fingerprint": "16a157e8195356a2371bd4c3fb67b3966252b37f693c560ff94069d0aad13fab" -} \ No newline at end of file + "fingerprint": "16a157e8195356a2371bd4c3fb67b3966252b37f693c560ff94069d0aad13fab", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-026-no-serial-await/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-026-no-serial-await/summary.json index 3991d3562..2d7744922 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-026-no-serial-await/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 239.621, - "fingerprint": "8dd80e0ccc11506a60750502bcdf139fe508e56f44e5574182de689bec1560ed" -} \ No newline at end of file + "fingerprint": "8dd80e0ccc11506a60750502bcdf139fe508e56f44e5574182de689bec1560ed", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-027-prefer-next-image/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-027-prefer-next-image/summary.json index 83218ffc0..c5784057e 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 165.657, - "fingerprint": "085635653b638f9bb0f967e5c138682928f32a0021099c2667e316cdf2e9d448" -} \ No newline at end of file + "fingerprint": "085635653b638f9bb0f967e5c138682928f32a0021099c2667e316cdf2e9d448", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-028-prefer-next-font/summary.json b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-028-prefer-next-font/summary.json index 24051ddba..ad99fed0b 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T21-26-38.743Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 202.248, - "fingerprint": "275980f93e5d0f33db721f0081d37218cebbd76a43ad6d1fdf9aeeefb9a76657" -} \ No newline at end of file + "fingerprint": "275980f93e5d0f33db721f0081d37218cebbd76a43ad6d1fdf9aeeefb9a76657", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-029-use-cache-directive/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-029-use-cache-directive/summary.json index 6d9208516..05e9ed761 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 268.016, - "fingerprint": "10fddebfb6f5de649cc19c559ab4d9190a444c4ee81f38a0a6dafea52e3dec94" -} \ No newline at end of file + "fingerprint": "10fddebfb6f5de649cc19c559ab4d9190a444c4ee81f38a0a6dafea52e3dec94", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-030-app-router-migration-hard/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-030-app-router-migration-hard/summary.json index 7c66db4de..5cb36a89b 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 456.516, - "fingerprint": "7c73e82a994d960844231a8eb65c9ea2651e443aa9202cb9c9c6c82f9aa8b90c" -} \ No newline at end of file + "fingerprint": "7c73e82a994d960844231a8eb65c9ea2651e443aa9202cb9c9c6c82f9aa8b90c", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-031-proxy-middleware/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-031-proxy-middleware/summary.json index ce79b50c8..6d51fecb7 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 255.466, - "fingerprint": "85c1d0cab5bf68d251b43925422f0cdab34196cc0f0576ea2cfcedd8c1512a89" -} \ No newline at end of file + "fingerprint": "85c1d0cab5bf68d251b43925422f0cdab34196cc0f0576ea2cfcedd8c1512a89", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-032-use-cache-directive/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-032-use-cache-directive/summary.json index 64bee9c41..fd1d0117a 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 189.281, - "fingerprint": "9ee60a10a8228f668056e30fac7ea828de92f59d368b7e40a8b2878d324e87c3" -} \ No newline at end of file + "fingerprint": "9ee60a10a8228f668056e30fac7ea828de92f59d368b7e40a8b2878d324e87c3", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-033-forbidden-auth/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-033-forbidden-auth/summary.json index e00eb86b3..2d6a796dd 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 237.697, - "fingerprint": "8137b84323976af1242d4033654872d9444b6bef36bd2952cd59feb0e94dd454" -} \ No newline at end of file + "fingerprint": "8137b84323976af1242d4033654872d9444b6bef36bd2952cd59feb0e94dd454", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-034-async-cookies/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-034-async-cookies/summary.json index 66963eeaf..199a38b47 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-034-async-cookies/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 234.722, - "fingerprint": "55b4078900ee94650f1d33b557179717a442a49493f5ad4caf9072aa69e927fb" -} \ No newline at end of file + "fingerprint": "55b4078900ee94650f1d33b557179717a442a49493f5ad4caf9072aa69e927fb", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-035-connection-dynamic/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-035-connection-dynamic/summary.json index 0c14213d9..aae6edab3 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 190.408, - "fingerprint": "a48245ff540a58d416b3c0d8aa76d654274f468006bb9be2f5e4dd5ddb824a69" -} \ No newline at end of file + "fingerprint": "a48245ff540a58d416b3c0d8aa76d654274f468006bb9be2f5e4dd5ddb824a69", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-036-after-response/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-036-after-response/summary.json index 9c75dd1d1..ddbdcbe6e 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-036-after-response/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 204.442, - "fingerprint": "367a979f5c77ae3d28bb5ab023ab5086267b2291f9a23c063cf782278360aea6" -} \ No newline at end of file + "fingerprint": "367a979f5c77ae3d28bb5ab023ab5086267b2291f9a23c063cf782278360aea6", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-037-updatetag-cache/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-037-updatetag-cache/summary.json index d4f3669c5..9ca6e0e8a 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 203.175, - "fingerprint": "599df8b38ef4c8562da2a3fa4096c5fd665e807ffac54d784e76e79328cc94a1" -} \ No newline at end of file + "fingerprint": "599df8b38ef4c8562da2a3fa4096c5fd665e807ffac54d784e76e79328cc94a1", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-038-refresh-settings/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-038-refresh-settings/summary.json index d2ca0f01a..04c252a0d 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-038-refresh-settings/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 295.424, - "fingerprint": "a3ca209ffee62622fe7d35d37f641d833c9f602c81114816dd31f0904e488a4e" -} \ No newline at end of file + "fingerprint": "a3ca209ffee62622fe7d35d37f641d833c9f602c81114816dd31f0904e488a4e", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-039-indirect-proxy/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-039-indirect-proxy/summary.json index ecaf8f49b..87112cdc7 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 254.91, - "fingerprint": "7c3860a0888511902d1caaabe55876be7f12fc86d3f94c009f6ee1267920e967" -} \ No newline at end of file + "fingerprint": "7c3860a0888511902d1caaabe55876be7f12fc86d3f94c009f6ee1267920e967", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-042-enable-ppr/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-042-enable-ppr/summary.json index 93a759d1e..595809858 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-042-enable-ppr/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 155.063, - "fingerprint": "bd2b5e705f01c80e6962d4be798af6f6359340b5d233d0611847cef77de5e022" -} \ No newline at end of file + "fingerprint": "bd2b5e705f01c80e6962d4be798af6f6359340b5d233d0611847cef77de5e022", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-043-view-transitions/summary.json b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-043-view-transitions/summary.json index 706faa2c0..312b639f2 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-043-view-transitions/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T22-14-03.747Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 362.55, - "fingerprint": "1c403b5662834b837c4c93be6365ef9142c7f4e4ae8d62c48fe18f9135fc86db" -} \ No newline at end of file + "fingerprint": "1c403b5662834b837c4c93be6365ef9142c7f4e4ae8d62c48fe18f9135fc86db", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-040-unstable-instant/summary.json b/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-040-unstable-instant/summary.json index 1a446482e..cfd3d0300 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-040-unstable-instant/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 222.15300000000002, - "fingerprint": "4a348842cfd61bdc48fc91f3a14c73f640562c4be6c6895358f0ce19bb9bee51" -} \ No newline at end of file + "fingerprint": "4a348842cfd61bdc48fc91f3a14c73f640562c4be6c6895358f0ce19bb9bee51", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-041-optimize-ppr-shell/summary.json index 98061ddd9..9141c3ff9 100644 --- a/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-fable-5--agents-md/2026-06-09T23-50-34.016Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 258.283, - "fingerprint": "ca0b962ed2f1516ef3563c7345b207a93b5952948c80276fb3b669c62fe5fbaa" -} \ No newline at end of file + "fingerprint": "ca0b962ed2f1516ef3563c7345b207a93b5952948c80276fb3b669c62fe5fbaa", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-000-app-router-migration-simple/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-000-app-router-migration-simple/summary.json index 4013e5f15..7557ec933 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 208.436, - "fingerprint": "9cebbed6fe1b96ea281b6fae11a70e273d70fe10c8fecff8123072ea33e7abb8" -} \ No newline at end of file + "fingerprint": "9cebbed6fe1b96ea281b6fae11a70e273d70fe10c8fecff8123072ea33e7abb8", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-021-avoid-fetch-in-effect/summary.json index 0357268f3..5bc3ee847 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.662, - "fingerprint": "267de3a29ac2fc5940d00d38f81fc80ae8ee55ca164cb0e67937cb503dd9c3d3" -} \ No newline at end of file + "fingerprint": "267de3a29ac2fc5940d00d38f81fc80ae8ee55ca164cb0e67937cb503dd9c3d3", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-022-prefer-server-actions/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-022-prefer-server-actions/summary.json index adcdd0586..c2c3cfb7a 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 169.611, - "fingerprint": "ccd056498c87b9a063097e6c30715d326ad36df2c6b43fb35479b6e989ad25e5" -} \ No newline at end of file + "fingerprint": "ccd056498c87b9a063097e6c30715d326ad36df2c6b43fb35479b6e989ad25e5", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-023-avoid-getserversideprops/summary.json index 09125cc1c..dca91044c 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.499, - "fingerprint": "1d88a1a12581acf6bac5c2ebdfe5b897336ae1e929d044af57faf216e83f1853" -} \ No newline at end of file + "fingerprint": "1d88a1a12581acf6bac5c2ebdfe5b897336ae1e929d044af57faf216e83f1853", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-024-avoid-redundant-usestate/summary.json index b5abc38ec..195137e31 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 158.647, - "fingerprint": "429dc81cd378a43ef86b821d702696eb9c32d5cec2be7a194c5ce3071540ff48" -} \ No newline at end of file + "fingerprint": "429dc81cd378a43ef86b821d702696eb9c32d5cec2be7a194c5ce3071540ff48", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-025-prefer-next-link/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-025-prefer-next-link/summary.json index 858d8635e..f7645af7b 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.74, - "fingerprint": "16a157e8195356a2371bd4c3fb67b3966252b37f693c560ff94069d0aad13fab" -} \ No newline at end of file + "fingerprint": "16a157e8195356a2371bd4c3fb67b3966252b37f693c560ff94069d0aad13fab", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-026-no-serial-await/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-026-no-serial-await/summary.json index 9a4f7a787..db27f1a97 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-026-no-serial-await/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 170.495, - "fingerprint": "8dd80e0ccc11506a60750502bcdf139fe508e56f44e5574182de689bec1560ed" -} \ No newline at end of file + "fingerprint": "8dd80e0ccc11506a60750502bcdf139fe508e56f44e5574182de689bec1560ed", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-027-prefer-next-image/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-027-prefer-next-image/summary.json index 7089a885f..a677c0356 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 157.445, - "fingerprint": "085635653b638f9bb0f967e5c138682928f32a0021099c2667e316cdf2e9d448" -} \ No newline at end of file + "fingerprint": "085635653b638f9bb0f967e5c138682928f32a0021099c2667e316cdf2e9d448", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-028-prefer-next-font/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-028-prefer-next-font/summary.json index 34da4ff24..4ddcdf636 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 169.164, - "fingerprint": "275980f93e5d0f33db721f0081d37218cebbd76a43ad6d1fdf9aeeefb9a76657" -} \ No newline at end of file + "fingerprint": "275980f93e5d0f33db721f0081d37218cebbd76a43ad6d1fdf9aeeefb9a76657", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-029-use-cache-directive/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-029-use-cache-directive/summary.json index 3afc2a2ad..84dfb4487 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 277.49199999999996, - "fingerprint": "10fddebfb6f5de649cc19c559ab4d9190a444c4ee81f38a0a6dafea52e3dec94" -} \ No newline at end of file + "fingerprint": "10fddebfb6f5de649cc19c559ab4d9190a444c4ee81f38a0a6dafea52e3dec94", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-030-app-router-migration-hard/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-030-app-router-migration-hard/summary.json index 1c73ae387..bf75a9383 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 364.017, - "fingerprint": "7c73e82a994d960844231a8eb65c9ea2651e443aa9202cb9c9c6c82f9aa8b90c" -} \ No newline at end of file + "fingerprint": "7c73e82a994d960844231a8eb65c9ea2651e443aa9202cb9c9c6c82f9aa8b90c", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-031-proxy-middleware/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-031-proxy-middleware/summary.json index bdc24eb4c..529fd325a 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 281.43, - "fingerprint": "85c1d0cab5bf68d251b43925422f0cdab34196cc0f0576ea2cfcedd8c1512a89" -} \ No newline at end of file + "fingerprint": "85c1d0cab5bf68d251b43925422f0cdab34196cc0f0576ea2cfcedd8c1512a89", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-032-use-cache-directive/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-032-use-cache-directive/summary.json index e3553078e..d5861df8d 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 180.828, - "fingerprint": "9ee60a10a8228f668056e30fac7ea828de92f59d368b7e40a8b2878d324e87c3" -} \ No newline at end of file + "fingerprint": "9ee60a10a8228f668056e30fac7ea828de92f59d368b7e40a8b2878d324e87c3", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-033-forbidden-auth/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-033-forbidden-auth/summary.json index 013a6667b..f3ef0c0be 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 286.337, - "fingerprint": "8137b84323976af1242d4033654872d9444b6bef36bd2952cd59feb0e94dd454" -} \ No newline at end of file + "fingerprint": "8137b84323976af1242d4033654872d9444b6bef36bd2952cd59feb0e94dd454", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-034-async-cookies/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-034-async-cookies/summary.json index 385603f0f..d832880ca 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-034-async-cookies/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 164.263, - "fingerprint": "55b4078900ee94650f1d33b557179717a442a49493f5ad4caf9072aa69e927fb" -} \ No newline at end of file + "fingerprint": "55b4078900ee94650f1d33b557179717a442a49493f5ad4caf9072aa69e927fb", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-035-connection-dynamic/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-035-connection-dynamic/summary.json index b97f02b96..1eadcb87d 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 171.779, - "fingerprint": "a48245ff540a58d416b3c0d8aa76d654274f468006bb9be2f5e4dd5ddb824a69" -} \ No newline at end of file + "fingerprint": "a48245ff540a58d416b3c0d8aa76d654274f468006bb9be2f5e4dd5ddb824a69", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-036-after-response/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-036-after-response/summary.json index fce988a98..5011f8ad3 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-036-after-response/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 185.995, - "fingerprint": "367a979f5c77ae3d28bb5ab023ab5086267b2291f9a23c063cf782278360aea6" -} \ No newline at end of file + "fingerprint": "367a979f5c77ae3d28bb5ab023ab5086267b2291f9a23c063cf782278360aea6", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-037-updatetag-cache/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-037-updatetag-cache/summary.json index ab0f61780..684df3a3b 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 206.371, - "fingerprint": "599df8b38ef4c8562da2a3fa4096c5fd665e807ffac54d784e76e79328cc94a1" -} \ No newline at end of file + "fingerprint": "599df8b38ef4c8562da2a3fa4096c5fd665e807ffac54d784e76e79328cc94a1", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-038-refresh-settings/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-038-refresh-settings/summary.json index d4827380d..b14c1d9b6 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-038-refresh-settings/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 219.8985, - "fingerprint": "a3ca209ffee62622fe7d35d37f641d833c9f602c81114816dd31f0904e488a4e" -} \ No newline at end of file + "fingerprint": "a3ca209ffee62622fe7d35d37f641d833c9f602c81114816dd31f0904e488a4e", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-039-indirect-proxy/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-039-indirect-proxy/summary.json index 2e1550f46..aa6779bed 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 268.983, - "fingerprint": "7c3860a0888511902d1caaabe55876be7f12fc86d3f94c009f6ee1267920e967" -} \ No newline at end of file + "fingerprint": "7c3860a0888511902d1caaabe55876be7f12fc86d3f94c009f6ee1267920e967", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-040-unstable-instant/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-040-unstable-instant/summary.json index 380a76d87..41c8faee4 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-040-unstable-instant/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 188.90375, - "fingerprint": "4a348842cfd61bdc48fc91f3a14c73f640562c4be6c6895358f0ce19bb9bee51" -} \ No newline at end of file + "fingerprint": "4a348842cfd61bdc48fc91f3a14c73f640562c4be6c6895358f0ce19bb9bee51", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-041-optimize-ppr-shell/summary.json index bb6293dde..2be3d9efa 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 222.284, - "fingerprint": "ca0b962ed2f1516ef3563c7345b207a93b5952948c80276fb3b669c62fe5fbaa" -} \ No newline at end of file + "fingerprint": "ca0b962ed2f1516ef3563c7345b207a93b5952948c80276fb3b669c62fe5fbaa", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-042-enable-ppr/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-042-enable-ppr/summary.json index 4e8e1cf7e..133f6f7d2 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-042-enable-ppr/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 183.043, - "fingerprint": "bd2b5e705f01c80e6962d4be798af6f6359340b5d233d0611847cef77de5e022" -} \ No newline at end of file + "fingerprint": "bd2b5e705f01c80e6962d4be798af6f6359340b5d233d0611847cef77de5e022", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-043-view-transitions/summary.json b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-043-view-transitions/summary.json index b9761269d..bd74e80be 100644 --- a/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-043-view-transitions/summary.json +++ b/results/claude-fable-5/2026-06-09T18-59-03.828Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 428.35724999999996, - "fingerprint": "1c403b5662834b837c4c93be6365ef9142c7f4e4ae8d62c48fe18f9135fc86db" -} \ No newline at end of file + "fingerprint": "1c403b5662834b837c4c93be6365ef9142c7f4e4ae8d62c48fe18f9135fc86db", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-000-app-router-migration-simple/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-000-app-router-migration-simple/summary.json index af679a0c1..9bb848ca4 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 233.96, - "fingerprint": "defc05d6dc805c5d63b86d76a82579d812d00cabc3769cd513347dea4a17c4de" + "fingerprint": "defc05d6dc805c5d63b86d76a82579d812d00cabc3769cd513347dea4a17c4de", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-021-avoid-fetch-in-effect/summary.json index a480b22eb..910f0a35f 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 197.582, - "fingerprint": "89d3ea9773886d2fc1832d0ad1cefdf2ba5c4b10bde454883b9b23d9e0516069" + "fingerprint": "89d3ea9773886d2fc1832d0ad1cefdf2ba5c4b10bde454883b9b23d9e0516069", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-022-prefer-server-actions/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-022-prefer-server-actions/summary.json index 7f37d8b60..a28e6167c 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 183.786, - "fingerprint": "5a78fa3f93204c8429ad7cf879da4d5e440143be2ba18328fc6b3f40d14d48c2" + "fingerprint": "5a78fa3f93204c8429ad7cf879da4d5e440143be2ba18328fc6b3f40d14d48c2", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-023-avoid-getserversideprops/summary.json index b00fd03aa..430dfe423 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 190.971, - "fingerprint": "e0d3c03fc3310c48bd923aab1070b407d7f95f1bc21a58c06d9400a4665953a8" + "fingerprint": "e0d3c03fc3310c48bd923aab1070b407d7f95f1bc21a58c06d9400a4665953a8", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-024-avoid-redundant-usestate/summary.json index b4a6a4f02..1c5cc2548 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.342, - "fingerprint": "8274d716bcf50446439c388129b54a34609ba845bd754e6cbec24a896546c99f" + "fingerprint": "8274d716bcf50446439c388129b54a34609ba845bd754e6cbec24a896546c99f", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-025-prefer-next-link/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-025-prefer-next-link/summary.json index 9ad680aa3..2f7a6a3cd 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.254, - "fingerprint": "6a9cf59401ba6463e3f6308b844ee8a9869f18493c35a4c600aefe96ae501d1a" + "fingerprint": "6a9cf59401ba6463e3f6308b844ee8a9869f18493c35a4c600aefe96ae501d1a", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-026-no-serial-await/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-026-no-serial-await/summary.json index a7b678dec..0db41032c 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-026-no-serial-await/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 224.397, - "fingerprint": "f8f54f85a70e59e291f11f691511e5a1ae63661584e6bb290d4b5096caa7b701" + "fingerprint": "f8f54f85a70e59e291f11f691511e5a1ae63661584e6bb290d4b5096caa7b701", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-027-prefer-next-image/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-027-prefer-next-image/summary.json index 10e224b10..f924ecfca 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.21, - "fingerprint": "58faaaa9ab9a8639d5d5b7036a8c8f8019ab576442aa2e3f516a79b8686c6bfe" + "fingerprint": "58faaaa9ab9a8639d5d5b7036a8c8f8019ab576442aa2e3f516a79b8686c6bfe", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-028-prefer-next-font/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-028-prefer-next-font/summary.json index 48cb38341..9d039871c 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 155.622, - "fingerprint": "5465d4ea5c1f0e0e81d094ac6f1b4013fd0b43e41456738af8eb8b2853139e47" + "fingerprint": "5465d4ea5c1f0e0e81d094ac6f1b4013fd0b43e41456738af8eb8b2853139e47", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-029-use-cache-directive/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-029-use-cache-directive/summary.json index 26c24f907..1e060c327 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 237.007, - "fingerprint": "9b8ecee6d5e9ffbd67747c6235eb32f023bba4a2a5759e4419c5c6b55a8fee7c" + "fingerprint": "9b8ecee6d5e9ffbd67747c6235eb32f023bba4a2a5759e4419c5c6b55a8fee7c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-030-app-router-migration-hard/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-030-app-router-migration-hard/summary.json index 0d08e7555..7120d9bd5 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 362.022, - "fingerprint": "2350f1f1b8b87515b86aa9790a2cbc12aea2e001871e4b2dbe6cac3a994f461f" + "fingerprint": "2350f1f1b8b87515b86aa9790a2cbc12aea2e001871e4b2dbe6cac3a994f461f", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-031-proxy-middleware/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-031-proxy-middleware/summary.json index 58e044b2e..ba867464b 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 146.556, - "fingerprint": "aac9b62f7ee8b1a270164e34cdb721e49597dc48c8bba2cbe55c1bf9ab31755c" + "fingerprint": "aac9b62f7ee8b1a270164e34cdb721e49597dc48c8bba2cbe55c1bf9ab31755c", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-032-use-cache-directive/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-032-use-cache-directive/summary.json index 2df416dd6..a49b609ea 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 219.432, - "fingerprint": "d7b43d85ecff1ed2c4a485be5fda9ec76ae1cb56b7b5c75fbcc151a483ccbd99" + "fingerprint": "d7b43d85ecff1ed2c4a485be5fda9ec76ae1cb56b7b5c75fbcc151a483ccbd99", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-033-forbidden-auth/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-033-forbidden-auth/summary.json index 2950cbdca..9097e46ef 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 242.428, - "fingerprint": "29904d8fb833406cfc6828675384cca754688a753e6502346b5ec3612f772a66" + "fingerprint": "29904d8fb833406cfc6828675384cca754688a753e6502346b5ec3612f772a66", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-034-async-cookies/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-034-async-cookies/summary.json index 521893641..3e335e6cd 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-034-async-cookies/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 148.042, - "fingerprint": "ade1d51de8f2064ed2e9cd23f3ad0d05a182eb53c1df21f869feac69f6d01447" + "fingerprint": "ade1d51de8f2064ed2e9cd23f3ad0d05a182eb53c1df21f869feac69f6d01447", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-035-connection-dynamic/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-035-connection-dynamic/summary.json index aa08fed69..a4b256fdc 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 174.014, - "fingerprint": "7418ac08cf671abffd7e2e58ac4fe8f0733f78333d04f3324974be16c504f194" + "fingerprint": "7418ac08cf671abffd7e2e58ac4fe8f0733f78333d04f3324974be16c504f194", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-036-after-response/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-036-after-response/summary.json index 2ef6ad566..0e737d614 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-036-after-response/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 201.937, - "fingerprint": "2fbcf5b86577f085902a649a956417370eb3f39c44f63884327a62f18bcfe294" + "fingerprint": "2fbcf5b86577f085902a649a956417370eb3f39c44f63884327a62f18bcfe294", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-037-updatetag-cache/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-037-updatetag-cache/summary.json index f68077c13..6bf6a7485 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 234.042, - "fingerprint": "e8f800797ec9b823c7231c8dcd6092bd5ada872d26f40af44982f6bd54cf5d64" + "fingerprint": "e8f800797ec9b823c7231c8dcd6092bd5ada872d26f40af44982f6bd54cf5d64", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-038-refresh-settings/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-038-refresh-settings/summary.json index af079326f..02f682648 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-038-refresh-settings/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 223.518, - "fingerprint": "154789248b284461917829168310aefa6c8a48b2abbfbe1cf9864e75d0eeb63f" + "fingerprint": "154789248b284461917829168310aefa6c8a48b2abbfbe1cf9864e75d0eeb63f", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-039-indirect-proxy/summary.json b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-039-indirect-proxy/summary.json index 07c6fc615..2ad559dd2 100644 --- a/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-02-18T09-48-32.737Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 148.397, - "fingerprint": "83b2470d41ba26ad69674a152b8b6872e89d94b0b1a7fcdcebe96770e54d71ca" + "fingerprint": "83b2470d41ba26ad69674a152b8b6872e89d94b0b1a7fcdcebe96770e54d71ca", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/claude-opus-4.6--agents-md/2026-03-17T19-05-45.571Z/agent-040-unstable-instant/summary.json b/results/claude-opus-4.6--agents-md/2026-03-17T19-05-45.571Z/agent-040-unstable-instant/summary.json index 738689bec..b9024185d 100644 --- a/results/claude-opus-4.6--agents-md/2026-03-17T19-05-45.571Z/agent-040-unstable-instant/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-03-17T19-05-45.571Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 147.88425, - "fingerprint": "612bbfe3e549f47eb52daa6b569e80ccc621da6bfc3f25e51f2058edf7ac7f88" -} \ No newline at end of file + "fingerprint": "612bbfe3e549f47eb52daa6b569e80ccc621da6bfc3f25e51f2058edf7ac7f88", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-041-optimize-ppr-shell/summary.json index 42ce642e3..ff4b0c2b7 100644 --- a/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.948, - "fingerprint": "8cf4cb16147e6bc9e03f13c0ef52124d097c8efa3aa9fa46fca906f50b7aa214" -} \ No newline at end of file + "fingerprint": "8cf4cb16147e6bc9e03f13c0ef52124d097c8efa3aa9fa46fca906f50b7aa214", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-042-enable-ppr/summary.json b/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-042-enable-ppr/summary.json index ce54064e8..aed2f6b3d 100644 --- a/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-042-enable-ppr/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-04-02T17-14-57.339Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 120.661, - "fingerprint": "05316fb31c8a55cf8af0f336c72fba589fd7f655960402a1a45b62c7d6c821e5" -} \ No newline at end of file + "fingerprint": "05316fb31c8a55cf8af0f336c72fba589fd7f655960402a1a45b62c7d6c821e5", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-opus-4.6--agents-md/2026-04-06T14-41-53.321Z/agent-043-view-transitions/summary.json b/results/claude-opus-4.6--agents-md/2026-04-06T14-41-53.321Z/agent-043-view-transitions/summary.json index 7b65e6f19..0ca94b2e4 100644 --- a/results/claude-opus-4.6--agents-md/2026-04-06T14-41-53.321Z/agent-043-view-transitions/summary.json +++ b/results/claude-opus-4.6--agents-md/2026-04-06T14-41-53.321Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 183.241, - "fingerprint": "18f8ecff3aa7f5ec8e325c576cc803da105b19d9fb34d0c6acfc3075ea200d4f" -} \ No newline at end of file + "fingerprint": "18f8ecff3aa7f5ec8e325c576cc803da105b19d9fb34d0c6acfc3075ea200d4f", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-000-app-router-migration-simple/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-000-app-router-migration-simple/summary.json index fb8940b35..ff0f364c3 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 215.6295, - "fingerprint": "defc05d6dc805c5d63b86d76a82579d812d00cabc3769cd513347dea4a17c4de" + "fingerprint": "defc05d6dc805c5d63b86d76a82579d812d00cabc3769cd513347dea4a17c4de", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-021-avoid-fetch-in-effect/summary.json index ae8db4767..260e6cde9 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 181.646, - "fingerprint": "89d3ea9773886d2fc1832d0ad1cefdf2ba5c4b10bde454883b9b23d9e0516069" + "fingerprint": "89d3ea9773886d2fc1832d0ad1cefdf2ba5c4b10bde454883b9b23d9e0516069", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-022-prefer-server-actions/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-022-prefer-server-actions/summary.json index 5ffb3d7ca..0e311437b 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 185.652, - "fingerprint": "5a78fa3f93204c8429ad7cf879da4d5e440143be2ba18328fc6b3f40d14d48c2" + "fingerprint": "5a78fa3f93204c8429ad7cf879da4d5e440143be2ba18328fc6b3f40d14d48c2", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-023-avoid-getserversideprops/summary.json index db16f8182..ba4a385ff 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 187.765, - "fingerprint": "e0d3c03fc3310c48bd923aab1070b407d7f95f1bc21a58c06d9400a4665953a8" + "fingerprint": "e0d3c03fc3310c48bd923aab1070b407d7f95f1bc21a58c06d9400a4665953a8", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-024-avoid-redundant-usestate/summary.json index c9a7087b7..967331203 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.978, - "fingerprint": "8274d716bcf50446439c388129b54a34609ba845bd754e6cbec24a896546c99f" + "fingerprint": "8274d716bcf50446439c388129b54a34609ba845bd754e6cbec24a896546c99f", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-025-prefer-next-link/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-025-prefer-next-link/summary.json index 2ca708e36..8d9e846c8 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.952, - "fingerprint": "6a9cf59401ba6463e3f6308b844ee8a9869f18493c35a4c600aefe96ae501d1a" + "fingerprint": "6a9cf59401ba6463e3f6308b844ee8a9869f18493c35a4c600aefe96ae501d1a", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-026-no-serial-await/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-026-no-serial-await/summary.json index 91401645b..aaf952a56 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-026-no-serial-await/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 199.744, - "fingerprint": "f8f54f85a70e59e291f11f691511e5a1ae63661584e6bb290d4b5096caa7b701" + "fingerprint": "f8f54f85a70e59e291f11f691511e5a1ae63661584e6bb290d4b5096caa7b701", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-027-prefer-next-image/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-027-prefer-next-image/summary.json index 1fa52fdf6..42c098030 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 164.533, - "fingerprint": "58faaaa9ab9a8639d5d5b7036a8c8f8019ab576442aa2e3f516a79b8686c6bfe" + "fingerprint": "58faaaa9ab9a8639d5d5b7036a8c8f8019ab576442aa2e3f516a79b8686c6bfe", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-028-prefer-next-font/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-028-prefer-next-font/summary.json index 08a18c7f3..538c1db22 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 142.215, - "fingerprint": "5465d4ea5c1f0e0e81d094ac6f1b4013fd0b43e41456738af8eb8b2853139e47" + "fingerprint": "5465d4ea5c1f0e0e81d094ac6f1b4013fd0b43e41456738af8eb8b2853139e47", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-029-use-cache-directive/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-029-use-cache-directive/summary.json index 9ec2b8b80..ba3a85f2f 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 235.524, - "fingerprint": "9b8ecee6d5e9ffbd67747c6235eb32f023bba4a2a5759e4419c5c6b55a8fee7c" + "fingerprint": "9b8ecee6d5e9ffbd67747c6235eb32f023bba4a2a5759e4419c5c6b55a8fee7c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-030-app-router-migration-hard/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-030-app-router-migration-hard/summary.json index 57cc81205..dab59e3a6 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 311.554, - "fingerprint": "2350f1f1b8b87515b86aa9790a2cbc12aea2e001871e4b2dbe6cac3a994f461f" + "fingerprint": "2350f1f1b8b87515b86aa9790a2cbc12aea2e001871e4b2dbe6cac3a994f461f", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-031-proxy-middleware/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-031-proxy-middleware/summary.json index 9df530c87..94ac10df9 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 103.787, - "fingerprint": "aac9b62f7ee8b1a270164e34cdb721e49597dc48c8bba2cbe55c1bf9ab31755c" + "fingerprint": "aac9b62f7ee8b1a270164e34cdb721e49597dc48c8bba2cbe55c1bf9ab31755c", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-032-use-cache-directive/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-032-use-cache-directive/summary.json index 764fca009..c74c15ea0 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 147.50799999999998, - "fingerprint": "d7b43d85ecff1ed2c4a485be5fda9ec76ae1cb56b7b5c75fbcc151a483ccbd99" + "fingerprint": "d7b43d85ecff1ed2c4a485be5fda9ec76ae1cb56b7b5c75fbcc151a483ccbd99", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-033-forbidden-auth/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-033-forbidden-auth/summary.json index 474be333f..403744585 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 231.149, - "fingerprint": "29904d8fb833406cfc6828675384cca754688a753e6502346b5ec3612f772a66" + "fingerprint": "29904d8fb833406cfc6828675384cca754688a753e6502346b5ec3612f772a66", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-034-async-cookies/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-034-async-cookies/summary.json index 12c23d8de..110cb98ca 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-034-async-cookies/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 143.256, - "fingerprint": "ade1d51de8f2064ed2e9cd23f3ad0d05a182eb53c1df21f869feac69f6d01447" + "fingerprint": "ade1d51de8f2064ed2e9cd23f3ad0d05a182eb53c1df21f869feac69f6d01447", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-035-connection-dynamic/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-035-connection-dynamic/summary.json index 76c95552a..86d6cea5b 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 176.145, - "fingerprint": "7418ac08cf671abffd7e2e58ac4fe8f0733f78333d04f3324974be16c504f194" + "fingerprint": "7418ac08cf671abffd7e2e58ac4fe8f0733f78333d04f3324974be16c504f194", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-036-after-response/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-036-after-response/summary.json index c883a4cea..9876f05a0 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-036-after-response/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 207.975, - "fingerprint": "2fbcf5b86577f085902a649a956417370eb3f39c44f63884327a62f18bcfe294" + "fingerprint": "2fbcf5b86577f085902a649a956417370eb3f39c44f63884327a62f18bcfe294", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-037-updatetag-cache/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-037-updatetag-cache/summary.json index 91df939ce..be0c59b36 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 223.2355, - "fingerprint": "e8f800797ec9b823c7231c8dcd6092bd5ada872d26f40af44982f6bd54cf5d64" + "fingerprint": "e8f800797ec9b823c7231c8dcd6092bd5ada872d26f40af44982f6bd54cf5d64", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-038-refresh-settings/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-038-refresh-settings/summary.json index 64f207bff..ffec7ed76 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-038-refresh-settings/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 208.053, - "fingerprint": "154789248b284461917829168310aefa6c8a48b2abbfbe1cf9864e75d0eeb63f" + "fingerprint": "154789248b284461917829168310aefa6c8a48b2abbfbe1cf9864e75d0eeb63f", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-039-indirect-proxy/summary.json b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-039-indirect-proxy/summary.json index 1cf674961..852c5022a 100644 --- a/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-opus-4.6/2026-02-18T09-48-32.741Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 153.47449999999998, - "fingerprint": "83b2470d41ba26ad69674a152b8b6872e89d94b0b1a7fcdcebe96770e54d71ca" + "fingerprint": "83b2470d41ba26ad69674a152b8b6872e89d94b0b1a7fcdcebe96770e54d71ca", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/claude-opus-4.6/2026-03-17T19-05-45.577Z/agent-040-unstable-instant/summary.json b/results/claude-opus-4.6/2026-03-17T19-05-45.577Z/agent-040-unstable-instant/summary.json index add53c105..c4c04dbbe 100644 --- a/results/claude-opus-4.6/2026-03-17T19-05-45.577Z/agent-040-unstable-instant/summary.json +++ b/results/claude-opus-4.6/2026-03-17T19-05-45.577Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 119.76825, - "fingerprint": "612bbfe3e549f47eb52daa6b569e80ccc621da6bfc3f25e51f2058edf7ac7f88" -} \ No newline at end of file + "fingerprint": "612bbfe3e549f47eb52daa6b569e80ccc621da6bfc3f25e51f2058edf7ac7f88", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-041-optimize-ppr-shell/summary.json index cfc2f0c4b..ee834ca03 100644 --- a/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 133.084, - "fingerprint": "8cf4cb16147e6bc9e03f13c0ef52124d097c8efa3aa9fa46fca906f50b7aa214" -} \ No newline at end of file + "fingerprint": "8cf4cb16147e6bc9e03f13c0ef52124d097c8efa3aa9fa46fca906f50b7aa214", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-042-enable-ppr/summary.json b/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-042-enable-ppr/summary.json index 29c6aa97f..db9aee111 100644 --- a/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-042-enable-ppr/summary.json +++ b/results/claude-opus-4.6/2026-04-02T17-14-57.345Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 113.153, - "fingerprint": "05316fb31c8a55cf8af0f336c72fba589fd7f655960402a1a45b62c7d6c821e5" -} \ No newline at end of file + "fingerprint": "05316fb31c8a55cf8af0f336c72fba589fd7f655960402a1a45b62c7d6c821e5", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-opus-4.6/2026-04-06T15-07-43.585Z/agent-043-view-transitions/summary.json b/results/claude-opus-4.6/2026-04-06T15-07-43.585Z/agent-043-view-transitions/summary.json index 096fd8313..191236d55 100644 --- a/results/claude-opus-4.6/2026-04-06T15-07-43.585Z/agent-043-view-transitions/summary.json +++ b/results/claude-opus-4.6/2026-04-06T15-07-43.585Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 254.1085, - "fingerprint": "18f8ecff3aa7f5ec8e325c576cc803da105b19d9fb34d0c6acfc3075ea200d4f" -} \ No newline at end of file + "fingerprint": "18f8ecff3aa7f5ec8e325c576cc803da105b19d9fb34d0c6acfc3075ea200d4f", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-000-app-router-migration-simple/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-000-app-router-migration-simple/summary.json index 98d99e602..c373059a7 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 182.984, - "fingerprint": "eb13e9b8469a49bf0c3c22ede9a47b60168e431f0517bfcb8a077382974f16ca" -} \ No newline at end of file + "fingerprint": "eb13e9b8469a49bf0c3c22ede9a47b60168e431f0517bfcb8a077382974f16ca", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-021-avoid-fetch-in-effect/summary.json index 3d2b2a161..d1b1f7224 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.875, - "fingerprint": "8dca6b06719fcf51f39844818332bdbe0be755f81f01b2fc5ddee2c79949c93a" -} \ No newline at end of file + "fingerprint": "8dca6b06719fcf51f39844818332bdbe0be755f81f01b2fc5ddee2c79949c93a", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-022-prefer-server-actions/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-022-prefer-server-actions/summary.json index c100fbb22..7099d02ae 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 140.812, - "fingerprint": "ddb1c6e48c0be42050c757c6447e65d5838cefbda4cf508c604e3b733ddc6abb" -} \ No newline at end of file + "fingerprint": "ddb1c6e48c0be42050c757c6447e65d5838cefbda4cf508c604e3b733ddc6abb", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-023-avoid-getserversideprops/summary.json index b2e5a6627..4570a74a6 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 142.32250000000002, - "fingerprint": "58e2fe6e394896a6fbe593eef10c5a445b8016d688a5673cf798207ca1f76fc7" -} \ No newline at end of file + "fingerprint": "58e2fe6e394896a6fbe593eef10c5a445b8016d688a5673cf798207ca1f76fc7", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-024-avoid-redundant-usestate/summary.json index 5647d3f66..26e05ae11 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.174, - "fingerprint": "a0c62c69babd3d8249c81f6edb49c71461590686263a2b256870424b6bfb70ec" -} \ No newline at end of file + "fingerprint": "a0c62c69babd3d8249c81f6edb49c71461590686263a2b256870424b6bfb70ec", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-025-prefer-next-link/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-025-prefer-next-link/summary.json index d616d03bd..203099469 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.773, - "fingerprint": "1952770120334a348a739387b0601eaa5842c682aa34e6ffe85e3479460ae94c" -} \ No newline at end of file + "fingerprint": "1952770120334a348a739387b0601eaa5842c682aa34e6ffe85e3479460ae94c", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-026-no-serial-await/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-026-no-serial-await/summary.json index 4a7ff7fc8..c16b920a4 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-026-no-serial-await/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 129.236, - "fingerprint": "c9e3ec7d4ee1a64e1330227d827d3c2506fa81d0e3a171e15e9f5f4a5b416f47" -} \ No newline at end of file + "fingerprint": "c9e3ec7d4ee1a64e1330227d827d3c2506fa81d0e3a171e15e9f5f4a5b416f47", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-027-prefer-next-image/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-027-prefer-next-image/summary.json index 45171c931..4689eb84d 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.68, - "fingerprint": "d241e798ab60425731e651b4c963a2f353c6804df13ceb88c6fd0fcbfda9c811" -} \ No newline at end of file + "fingerprint": "d241e798ab60425731e651b4c963a2f353c6804df13ceb88c6fd0fcbfda9c811", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-028-prefer-next-font/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-028-prefer-next-font/summary.json index 31ebf829a..c200dabf5 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 131.94, - "fingerprint": "cb800323c119e9983716121f5b84c036159b5c7e97db12a1fc47b873a00c96a6" -} \ No newline at end of file + "fingerprint": "cb800323c119e9983716121f5b84c036159b5c7e97db12a1fc47b873a00c96a6", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-029-use-cache-directive/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-029-use-cache-directive/summary.json index 639868fae..0ccfa6d8b 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 190.15, - "fingerprint": "00d5e827a90beaae0c1f09d87f6b3001d4c1d0bdb4b2788de7d12d736246d0ac" -} \ No newline at end of file + "fingerprint": "00d5e827a90beaae0c1f09d87f6b3001d4c1d0bdb4b2788de7d12d736246d0ac", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-031-proxy-middleware/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-031-proxy-middleware/summary.json index e7e6f3492..638c67195 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 110.883, - "fingerprint": "127601f317a3a90562efce83454b2aff54f3c667db8e7d345a3962c6b89f1ce8" -} \ No newline at end of file + "fingerprint": "127601f317a3a90562efce83454b2aff54f3c667db8e7d345a3962c6b89f1ce8", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-032-use-cache-directive/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-032-use-cache-directive/summary.json index e5d7df885..85f8ec68d 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 136.396, - "fingerprint": "cf0b1c71857bf52bbbb5e151b2cfde8f3de40e862370d99d7683f7b894a214d6" -} \ No newline at end of file + "fingerprint": "cf0b1c71857bf52bbbb5e151b2cfde8f3de40e862370d99d7683f7b894a214d6", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-033-forbidden-auth/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-033-forbidden-auth/summary.json index 92a86573b..086b02e27 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 138.275, - "fingerprint": "4bd0f533912653274533e3ce8e403a58bf8df0c981ebd14ee88b854c68c62d98" -} \ No newline at end of file + "fingerprint": "4bd0f533912653274533e3ce8e403a58bf8df0c981ebd14ee88b854c68c62d98", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-034-async-cookies/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-034-async-cookies/summary.json index a1de37a51..430a7bb89 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-034-async-cookies/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 109.884, - "fingerprint": "45ea0ff5c99e81c0353a93ac2a2a1842b6970e9aa1b9db9df824c1a4d02495c9" -} \ No newline at end of file + "fingerprint": "45ea0ff5c99e81c0353a93ac2a2a1842b6970e9aa1b9db9df824c1a4d02495c9", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-035-connection-dynamic/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-035-connection-dynamic/summary.json index 1e75c32b6..cdc649c46 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 109.757, - "fingerprint": "c7cb2d5868c1be80c29c637216fdf8ffaabddc98c250bde291a99a8d7a4ebc7b" -} \ No newline at end of file + "fingerprint": "c7cb2d5868c1be80c29c637216fdf8ffaabddc98c250bde291a99a8d7a4ebc7b", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-036-after-response/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-036-after-response/summary.json index 9e5b4706f..42186900c 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-036-after-response/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 113.703, - "fingerprint": "8a2c76be3946d79200e64c50fa2e91840e5167e9941cbd5424e458fba6d6dc24" -} \ No newline at end of file + "fingerprint": "8a2c76be3946d79200e64c50fa2e91840e5167e9941cbd5424e458fba6d6dc24", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-037-updatetag-cache/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-037-updatetag-cache/summary.json index caa5288e1..c30901359 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 132.9215, - "fingerprint": "eb5395cb51b0921ccbbfd4fedf80a3514088aa632afa1c63f99c79e72f7c18af" -} \ No newline at end of file + "fingerprint": "eb5395cb51b0921ccbbfd4fedf80a3514088aa632afa1c63f99c79e72f7c18af", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-038-refresh-settings/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-038-refresh-settings/summary.json index de7e933fe..ed10d4ef3 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-038-refresh-settings/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 145.687, - "fingerprint": "5ac83d523d97ec52f73bee3eeafe81030b0818ef800f3783d65435f6f8ff4753" -} \ No newline at end of file + "fingerprint": "5ac83d523d97ec52f73bee3eeafe81030b0818ef800f3783d65435f6f8ff4753", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-039-indirect-proxy/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-039-indirect-proxy/summary.json index 36252d675..0bfc4d476 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 113.149, - "fingerprint": "79a6b38fe9d6627f4f06d6fb862068d4e9facc42bc202128e19693f0f994f259" -} \ No newline at end of file + "fingerprint": "79a6b38fe9d6627f4f06d6fb862068d4e9facc42bc202128e19693f0f994f259", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-040-unstable-instant/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-040-unstable-instant/summary.json index 87b1f5bfa..dfb64715e 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-040-unstable-instant/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 170.31425000000002, - "fingerprint": "d73b5ad6c4d84e9d08a2ff045f08ddcde4c2dba3fe2f3cdfe8bca2785781da0d" -} \ No newline at end of file + "fingerprint": "d73b5ad6c4d84e9d08a2ff045f08ddcde4c2dba3fe2f3cdfe8bca2785781da0d", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-041-optimize-ppr-shell/summary.json index c0a5b1664..ed9331849 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 262.25425, - "fingerprint": "7b09b24a1b346ba9a4d7a74739fb1a72f23e5c493a05fb2d35e7cec72c803e28" -} \ No newline at end of file + "fingerprint": "7b09b24a1b346ba9a4d7a74739fb1a72f23e5c493a05fb2d35e7cec72c803e28", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-042-enable-ppr/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-042-enable-ppr/summary.json index ef4b1c8d4..8842fd3aa 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-042-enable-ppr/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 106.589, - "fingerprint": "eaaf2e4783cabde704d98f1b8d8c82b03106efe8c134cc1eebfcb3f182ac5791" -} \ No newline at end of file + "fingerprint": "eaaf2e4783cabde704d98f1b8d8c82b03106efe8c134cc1eebfcb3f182ac5791", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-043-view-transitions/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-043-view-transitions/summary.json index 6ab6b1083..73f7c41d6 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-043-view-transitions/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-28-28.940Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 208.734, - "fingerprint": "5d1d88bea4ffdf98255dc84ad544c08fe8151cf12e6b3b557dce77cc7a97da0e" -} \ No newline at end of file + "fingerprint": "5d1d88bea4ffdf98255dc84ad544c08fe8151cf12e6b3b557dce77cc7a97da0e", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-opus-4.7--agents-md/2026-04-16T16-40-57.896Z/agent-030-app-router-migration-hard/summary.json b/results/claude-opus-4.7--agents-md/2026-04-16T16-40-57.896Z/agent-030-app-router-migration-hard/summary.json index 6205ad29f..32422f175 100644 --- a/results/claude-opus-4.7--agents-md/2026-04-16T16-40-57.896Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-opus-4.7--agents-md/2026-04-16T16-40-57.896Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 217.09199999999998, - "fingerprint": "68322704a23b307e498cbd011d3b63aab65d14055295399a7c5b4caf3b3b53cc" -} \ No newline at end of file + "fingerprint": "68322704a23b307e498cbd011d3b63aab65d14055295399a7c5b4caf3b3b53cc", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-000-app-router-migration-simple/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-000-app-router-migration-simple/summary.json index 50e141cb1..371801288 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 168.263, - "fingerprint": "eb13e9b8469a49bf0c3c22ede9a47b60168e431f0517bfcb8a077382974f16ca" -} \ No newline at end of file + "fingerprint": "eb13e9b8469a49bf0c3c22ede9a47b60168e431f0517bfcb8a077382974f16ca", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-021-avoid-fetch-in-effect/summary.json index 54e079c97..b2611e217 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 120.434, - "fingerprint": "8dca6b06719fcf51f39844818332bdbe0be755f81f01b2fc5ddee2c79949c93a" -} \ No newline at end of file + "fingerprint": "8dca6b06719fcf51f39844818332bdbe0be755f81f01b2fc5ddee2c79949c93a", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-022-prefer-server-actions/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-022-prefer-server-actions/summary.json index 2c9c9fa75..fc32b1a83 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 116.584, - "fingerprint": "ddb1c6e48c0be42050c757c6447e65d5838cefbda4cf508c604e3b733ddc6abb" -} \ No newline at end of file + "fingerprint": "ddb1c6e48c0be42050c757c6447e65d5838cefbda4cf508c604e3b733ddc6abb", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-023-avoid-getserversideprops/summary.json index 6d18b77b9..7f3042393 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 115.986, - "fingerprint": "58e2fe6e394896a6fbe593eef10c5a445b8016d688a5673cf798207ca1f76fc7" -} \ No newline at end of file + "fingerprint": "58e2fe6e394896a6fbe593eef10c5a445b8016d688a5673cf798207ca1f76fc7", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-024-avoid-redundant-usestate/summary.json index 34ac65eb4..cf79074c0 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 110.654, - "fingerprint": "a0c62c69babd3d8249c81f6edb49c71461590686263a2b256870424b6bfb70ec" -} \ No newline at end of file + "fingerprint": "a0c62c69babd3d8249c81f6edb49c71461590686263a2b256870424b6bfb70ec", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-025-prefer-next-link/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-025-prefer-next-link/summary.json index 5eba0f652..d68bf4e47 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 113.43, - "fingerprint": "1952770120334a348a739387b0601eaa5842c682aa34e6ffe85e3479460ae94c" -} \ No newline at end of file + "fingerprint": "1952770120334a348a739387b0601eaa5842c682aa34e6ffe85e3479460ae94c", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-026-no-serial-await/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-026-no-serial-await/summary.json index c4e19127d..2a8ce559f 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-026-no-serial-await/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 111.337, - "fingerprint": "c9e3ec7d4ee1a64e1330227d827d3c2506fa81d0e3a171e15e9f5f4a5b416f47" -} \ No newline at end of file + "fingerprint": "c9e3ec7d4ee1a64e1330227d827d3c2506fa81d0e3a171e15e9f5f4a5b416f47", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-027-prefer-next-image/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-027-prefer-next-image/summary.json index 14617675c..715c9323e 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 111.66, - "fingerprint": "d241e798ab60425731e651b4c963a2f353c6804df13ceb88c6fd0fcbfda9c811" -} \ No newline at end of file + "fingerprint": "d241e798ab60425731e651b4c963a2f353c6804df13ceb88c6fd0fcbfda9c811", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-028-prefer-next-font/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-028-prefer-next-font/summary.json index 26c2db5d3..f9b06e9a2 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 109.574, - "fingerprint": "cb800323c119e9983716121f5b84c036159b5c7e97db12a1fc47b873a00c96a6" -} \ No newline at end of file + "fingerprint": "cb800323c119e9983716121f5b84c036159b5c7e97db12a1fc47b873a00c96a6", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-029-use-cache-directive/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-029-use-cache-directive/summary.json index 0fa766752..0d024fe5a 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 216.809, - "fingerprint": "00d5e827a90beaae0c1f09d87f6b3001d4c1d0bdb4b2788de7d12d736246d0ac" -} \ No newline at end of file + "fingerprint": "00d5e827a90beaae0c1f09d87f6b3001d4c1d0bdb4b2788de7d12d736246d0ac", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-030-app-router-migration-hard/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-030-app-router-migration-hard/summary.json index 436684b53..f174fcc67 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 365.414, - "fingerprint": "68322704a23b307e498cbd011d3b63aab65d14055295399a7c5b4caf3b3b53cc" -} \ No newline at end of file + "fingerprint": "68322704a23b307e498cbd011d3b63aab65d14055295399a7c5b4caf3b3b53cc", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-031-proxy-middleware/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-031-proxy-middleware/summary.json index 405fe845d..be616610a 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 103.94500000000001, - "fingerprint": "127601f317a3a90562efce83454b2aff54f3c667db8e7d345a3962c6b89f1ce8" -} \ No newline at end of file + "fingerprint": "127601f317a3a90562efce83454b2aff54f3c667db8e7d345a3962c6b89f1ce8", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-032-use-cache-directive/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-032-use-cache-directive/summary.json index 644295459..19977df52 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.066, - "fingerprint": "cf0b1c71857bf52bbbb5e151b2cfde8f3de40e862370d99d7683f7b894a214d6" -} \ No newline at end of file + "fingerprint": "cf0b1c71857bf52bbbb5e151b2cfde8f3de40e862370d99d7683f7b894a214d6", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-033-forbidden-auth/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-033-forbidden-auth/summary.json index e0a8e83ab..fd4295f18 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.716, - "fingerprint": "4bd0f533912653274533e3ce8e403a58bf8df0c981ebd14ee88b854c68c62d98" -} \ No newline at end of file + "fingerprint": "4bd0f533912653274533e3ce8e403a58bf8df0c981ebd14ee88b854c68c62d98", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-034-async-cookies/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-034-async-cookies/summary.json index 8c3fdd7b0..cff9ec7c8 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-034-async-cookies/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 108.898, - "fingerprint": "45ea0ff5c99e81c0353a93ac2a2a1842b6970e9aa1b9db9df824c1a4d02495c9" -} \ No newline at end of file + "fingerprint": "45ea0ff5c99e81c0353a93ac2a2a1842b6970e9aa1b9db9df824c1a4d02495c9", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-035-connection-dynamic/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-035-connection-dynamic/summary.json index 4c446e61e..6cd69e614 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 100.173, - "fingerprint": "c7cb2d5868c1be80c29c637216fdf8ffaabddc98c250bde291a99a8d7a4ebc7b" -} \ No newline at end of file + "fingerprint": "c7cb2d5868c1be80c29c637216fdf8ffaabddc98c250bde291a99a8d7a4ebc7b", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-036-after-response/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-036-after-response/summary.json index 929a81fb1..83ebabd68 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-036-after-response/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 93.76575, - "fingerprint": "8a2c76be3946d79200e64c50fa2e91840e5167e9941cbd5424e458fba6d6dc24" -} \ No newline at end of file + "fingerprint": "8a2c76be3946d79200e64c50fa2e91840e5167e9941cbd5424e458fba6d6dc24", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-037-updatetag-cache/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-037-updatetag-cache/summary.json index 8f3f2b8df..eaddad7d6 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 131.776, - "fingerprint": "eb5395cb51b0921ccbbfd4fedf80a3514088aa632afa1c63f99c79e72f7c18af" -} \ No newline at end of file + "fingerprint": "eb5395cb51b0921ccbbfd4fedf80a3514088aa632afa1c63f99c79e72f7c18af", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-038-refresh-settings/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-038-refresh-settings/summary.json index 17c4193e8..62d172a65 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-038-refresh-settings/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 112.7425, - "fingerprint": "5ac83d523d97ec52f73bee3eeafe81030b0818ef800f3783d65435f6f8ff4753" -} \ No newline at end of file + "fingerprint": "5ac83d523d97ec52f73bee3eeafe81030b0818ef800f3783d65435f6f8ff4753", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-039-indirect-proxy/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-039-indirect-proxy/summary.json index 6f240b45c..5a4f2c0fb 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 107.3775, - "fingerprint": "79a6b38fe9d6627f4f06d6fb862068d4e9facc42bc202128e19693f0f994f259" -} \ No newline at end of file + "fingerprint": "79a6b38fe9d6627f4f06d6fb862068d4e9facc42bc202128e19693f0f994f259", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-040-unstable-instant/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-040-unstable-instant/summary.json index 87f1d7756..ca614b596 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-040-unstable-instant/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 122.04925, - "fingerprint": "d73b5ad6c4d84e9d08a2ff045f08ddcde4c2dba3fe2f3cdfe8bca2785781da0d" -} \ No newline at end of file + "fingerprint": "d73b5ad6c4d84e9d08a2ff045f08ddcde4c2dba3fe2f3cdfe8bca2785781da0d", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-041-optimize-ppr-shell/summary.json index 981ee5733..d330f38ff 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 187.602, - "fingerprint": "7b09b24a1b346ba9a4d7a74739fb1a72f23e5c493a05fb2d35e7cec72c803e28" -} \ No newline at end of file + "fingerprint": "7b09b24a1b346ba9a4d7a74739fb1a72f23e5c493a05fb2d35e7cec72c803e28", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-042-enable-ppr/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-042-enable-ppr/summary.json index b4fce7b71..ef5e44aa3 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-042-enable-ppr/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 61.2635, - "fingerprint": "eaaf2e4783cabde704d98f1b8d8c82b03106efe8c134cc1eebfcb3f182ac5791" -} \ No newline at end of file + "fingerprint": "eaaf2e4783cabde704d98f1b8d8c82b03106efe8c134cc1eebfcb3f182ac5791", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-043-view-transitions/summary.json b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-043-view-transitions/summary.json index 974bd729e..161ca78d7 100644 --- a/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-043-view-transitions/summary.json +++ b/results/claude-opus-4.7/2026-04-16T16-28-28.945Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 233.216, - "fingerprint": "5d1d88bea4ffdf98255dc84ad544c08fe8151cf12e6b3b557dce77cc7a97da0e" -} \ No newline at end of file + "fingerprint": "5d1d88bea4ffdf98255dc84ad544c08fe8151cf12e6b3b557dce77cc7a97da0e", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-000-app-router-migration-simple/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-000-app-router-migration-simple/summary.json index 3243b083a..88bb57b0d 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 199.438, - "fingerprint": "ff5a8eb4b9dc2a3fc74f03738b84dbcf63367d646a4490a1dee60e15cbb9bdf6" -} \ No newline at end of file + "fingerprint": "ff5a8eb4b9dc2a3fc74f03738b84dbcf63367d646a4490a1dee60e15cbb9bdf6", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-021-avoid-fetch-in-effect/summary.json index 83136f7c2..6f9997117 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.209, - "fingerprint": "f90369b924e775dc538f37b4d7f48df7f08927961481491c0eb8fa5c42278c2c" -} \ No newline at end of file + "fingerprint": "f90369b924e775dc538f37b4d7f48df7f08927961481491c0eb8fa5c42278c2c", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-022-prefer-server-actions/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-022-prefer-server-actions/summary.json index dcc8d52fe..3d95cf566 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 136.297, - "fingerprint": "7820dcbe9af0df7e07247bb972dda207817334cb4932682914b5ab2a10745e1b" -} \ No newline at end of file + "fingerprint": "7820dcbe9af0df7e07247bb972dda207817334cb4932682914b5ab2a10745e1b", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-023-avoid-getserversideprops/summary.json index 84d25c077..e244b04f1 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.91, - "fingerprint": "e8b0063e4a4110d86deffa6537d6592d21226ad79584c38ed429b7065a1a4f3c" -} \ No newline at end of file + "fingerprint": "e8b0063e4a4110d86deffa6537d6592d21226ad79584c38ed429b7065a1a4f3c", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-024-avoid-redundant-usestate/summary.json index daf2eee14..28d1a600b 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 119.508, - "fingerprint": "be1d8245eab11b6a9470253d5fbbbaa7029c57c8dc5a82894008934d7722601e" -} \ No newline at end of file + "fingerprint": "be1d8245eab11b6a9470253d5fbbbaa7029c57c8dc5a82894008934d7722601e", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-025-prefer-next-link/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-025-prefer-next-link/summary.json index 4a0dcb89e..9cb687588 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.375, - "fingerprint": "3739f2b6e3e59236fac162d29c48e0c99a0aebc1bfe1a079b1e0f3ba9f323c85" -} \ No newline at end of file + "fingerprint": "3739f2b6e3e59236fac162d29c48e0c99a0aebc1bfe1a079b1e0f3ba9f323c85", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-026-no-serial-await/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-026-no-serial-await/summary.json index 7e3d13a16..8c59c41f6 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-026-no-serial-await/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.027, - "fingerprint": "c6a413c254112fe10cc8b997e1c005c199a9ff9a045c0b5fcff26c6410cc84e1" -} \ No newline at end of file + "fingerprint": "c6a413c254112fe10cc8b997e1c005c199a9ff9a045c0b5fcff26c6410cc84e1", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-027-prefer-next-image/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-027-prefer-next-image/summary.json index 390b1fad0..381d9d687 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 135.456, - "fingerprint": "0ab88b4b1ff03b6a35a361dce2edd29c3aafb5c42869c791900d1807dd594b9a" -} \ No newline at end of file + "fingerprint": "0ab88b4b1ff03b6a35a361dce2edd29c3aafb5c42869c791900d1807dd594b9a", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-028-prefer-next-font/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-028-prefer-next-font/summary.json index fef7fffc9..d5bb45817 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 151.726, - "fingerprint": "d5453b01cd4edf116d9449314328771eae9e099a5d4a6fffcaf0661626bbdfd4" -} \ No newline at end of file + "fingerprint": "d5453b01cd4edf116d9449314328771eae9e099a5d4a6fffcaf0661626bbdfd4", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-029-use-cache-directive/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-029-use-cache-directive/summary.json index 3c6ad2da5..fcdd3bc7b 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 216.4623333333333, - "fingerprint": "afe4db6cfc219983d1f64b2d0a4ca6520b2956b5d2605c51bbd7af1b23b6858c" -} \ No newline at end of file + "fingerprint": "afe4db6cfc219983d1f64b2d0a4ca6520b2956b5d2605c51bbd7af1b23b6858c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-030-app-router-migration-hard/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-030-app-router-migration-hard/summary.json index 807729110..300498e8f 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 347.721, - "fingerprint": "93336e6c74331a146b053f0d05f2317b2de69e88f7b65169452c63f37c9b1362" -} \ No newline at end of file + "fingerprint": "93336e6c74331a146b053f0d05f2317b2de69e88f7b65169452c63f37c9b1362", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-031-proxy-middleware/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-031-proxy-middleware/summary.json index 8e2e73530..e18702798 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 133.655, - "fingerprint": "98938c11d92930c1174851372c3061ae7afb29dd66618a3b7f955d694df25b16" -} \ No newline at end of file + "fingerprint": "98938c11d92930c1174851372c3061ae7afb29dd66618a3b7f955d694df25b16", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-032-use-cache-directive/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-032-use-cache-directive/summary.json index b82456914..78c3bbc07 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.981, - "fingerprint": "cf97c8c49ec998fe4e653f6a5d5dc6581d4305b3ec851db0c42dfe8aa0b81f2b" -} \ No newline at end of file + "fingerprint": "cf97c8c49ec998fe4e653f6a5d5dc6581d4305b3ec851db0c42dfe8aa0b81f2b", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-033-forbidden-auth/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-033-forbidden-auth/summary.json index 0d25b5637..57b88697b 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.814, - "fingerprint": "fbc08a7685c458fd379c0788d535da00dc0ce9a076a6637b76e4a1af8ae85602" -} \ No newline at end of file + "fingerprint": "fbc08a7685c458fd379c0788d535da00dc0ce9a076a6637b76e4a1af8ae85602", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-034-async-cookies/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-034-async-cookies/summary.json index 11e30549d..fc355a1fc 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-034-async-cookies/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 148.871, - "fingerprint": "7039646eb7a5e43dac549f4c9507fcca67a34f42de3524028aa59dc78f3e6711" -} \ No newline at end of file + "fingerprint": "7039646eb7a5e43dac549f4c9507fcca67a34f42de3524028aa59dc78f3e6711", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-035-connection-dynamic/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-035-connection-dynamic/summary.json index f0865d84b..fd4713f13 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 140.505, - "fingerprint": "8e9222b53c8b0b74e6a491b2e84f03beceb3daa000055b8cd77a4b187b52ad87" -} \ No newline at end of file + "fingerprint": "8e9222b53c8b0b74e6a491b2e84f03beceb3daa000055b8cd77a4b187b52ad87", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-036-after-response/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-036-after-response/summary.json index 9640efe4d..c87bcef70 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-036-after-response/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 130.315, - "fingerprint": "57bef0868740c2e14a5c2d3004d8bfc452ca98de4c0fa144e014f8b4bf3e16e4" -} \ No newline at end of file + "fingerprint": "57bef0868740c2e14a5c2d3004d8bfc452ca98de4c0fa144e014f8b4bf3e16e4", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-037-updatetag-cache/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-037-updatetag-cache/summary.json index f4234e1ec..e14b0a999 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 167.505, - "fingerprint": "181a413549cbd8f4631db8d82c99b23eab0724bbd4928857b4db376628d9c8df" -} \ No newline at end of file + "fingerprint": "181a413549cbd8f4631db8d82c99b23eab0724bbd4928857b4db376628d9c8df", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-038-refresh-settings/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-038-refresh-settings/summary.json index ba0e68634..692700bf8 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-038-refresh-settings/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 150.417, - "fingerprint": "6754ae13fcf222097b2f063ca4ab7b15da284289547aca185a180821a105c690" -} \ No newline at end of file + "fingerprint": "6754ae13fcf222097b2f063ca4ab7b15da284289547aca185a180821a105c690", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-039-indirect-proxy/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-039-indirect-proxy/summary.json index 68b8d48d4..9a29b6fab 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128, - "fingerprint": "b84b74aa68dfdcf9b93bad6a85ea86e8eb5ae5379f6ad87b27c9ab0d1e791247" -} \ No newline at end of file + "fingerprint": "b84b74aa68dfdcf9b93bad6a85ea86e8eb5ae5379f6ad87b27c9ab0d1e791247", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-040-unstable-instant/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-040-unstable-instant/summary.json index 9e061e827..6f3294bcc 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-040-unstable-instant/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 192.26799999999997, - "fingerprint": "b1db8f9750c783245df41d292f9b4aa955f163c3c7b6dc469a99ca40491d8f79" -} \ No newline at end of file + "fingerprint": "b1db8f9750c783245df41d292f9b4aa955f163c3c7b6dc469a99ca40491d8f79", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-041-optimize-ppr-shell/summary.json index 244fe7ea0..d58246243 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 266.5246666666667, - "fingerprint": "1ba7dcf8502b2f1e37201c610adb58cc89bac8c7c761b92789797828e6e53489" -} \ No newline at end of file + "fingerprint": "1ba7dcf8502b2f1e37201c610adb58cc89bac8c7c761b92789797828e6e53489", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-042-enable-ppr/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-042-enable-ppr/summary.json index ca865da03..e169cc274 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-042-enable-ppr/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.264, - "fingerprint": "b186a1eabb120ac54610d0ad065171401cc6b0aa39e78e83d4d6113f2f9c012b" -} \ No newline at end of file + "fingerprint": "b186a1eabb120ac54610d0ad065171401cc6b0aa39e78e83d4d6113f2f9c012b", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-043-view-transitions/summary.json b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-043-view-transitions/summary.json index 47431c406..a7883a1b3 100644 --- a/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-043-view-transitions/summary.json +++ b/results/claude-opus-4.8--agents-md/2026-05-28T18-51-26.861Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 307.623, - "fingerprint": "ee4c8651d0188843ee7c4e00a24a7839ab4a84f183f1e11d84628e95fb7fffed" -} \ No newline at end of file + "fingerprint": "ee4c8651d0188843ee7c4e00a24a7839ab4a84f183f1e11d84628e95fb7fffed", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-000-app-router-migration-simple/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-000-app-router-migration-simple/summary.json index 27bcf0ddb..2cd261956 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.64, - "fingerprint": "ff5a8eb4b9dc2a3fc74f03738b84dbcf63367d646a4490a1dee60e15cbb9bdf6" -} \ No newline at end of file + "fingerprint": "ff5a8eb4b9dc2a3fc74f03738b84dbcf63367d646a4490a1dee60e15cbb9bdf6", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-021-avoid-fetch-in-effect/summary.json index ea0d3001b..656636699 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.231, - "fingerprint": "f90369b924e775dc538f37b4d7f48df7f08927961481491c0eb8fa5c42278c2c" -} \ No newline at end of file + "fingerprint": "f90369b924e775dc538f37b4d7f48df7f08927961481491c0eb8fa5c42278c2c", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-022-prefer-server-actions/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-022-prefer-server-actions/summary.json index da7eddf18..527165a8b 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 116.385, - "fingerprint": "7820dcbe9af0df7e07247bb972dda207817334cb4932682914b5ab2a10745e1b" -} \ No newline at end of file + "fingerprint": "7820dcbe9af0df7e07247bb972dda207817334cb4932682914b5ab2a10745e1b", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-023-avoid-getserversideprops/summary.json index bd731b74b..9ade0ac41 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 129.085, - "fingerprint": "e8b0063e4a4110d86deffa6537d6592d21226ad79584c38ed429b7065a1a4f3c" -} \ No newline at end of file + "fingerprint": "e8b0063e4a4110d86deffa6537d6592d21226ad79584c38ed429b7065a1a4f3c", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-024-avoid-redundant-usestate/summary.json index 8f5f2a18d..cc49ee4b3 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 118.427, - "fingerprint": "be1d8245eab11b6a9470253d5fbbbaa7029c57c8dc5a82894008934d7722601e" -} \ No newline at end of file + "fingerprint": "be1d8245eab11b6a9470253d5fbbbaa7029c57c8dc5a82894008934d7722601e", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-025-prefer-next-link/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-025-prefer-next-link/summary.json index 311306983..20417f9db 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 114.047, - "fingerprint": "3739f2b6e3e59236fac162d29c48e0c99a0aebc1bfe1a079b1e0f3ba9f323c85" -} \ No newline at end of file + "fingerprint": "3739f2b6e3e59236fac162d29c48e0c99a0aebc1bfe1a079b1e0f3ba9f323c85", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-026-no-serial-await/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-026-no-serial-await/summary.json index db1b31f33..4f8be6318 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-026-no-serial-await/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 165.598, - "fingerprint": "c6a413c254112fe10cc8b997e1c005c199a9ff9a045c0b5fcff26c6410cc84e1" -} \ No newline at end of file + "fingerprint": "c6a413c254112fe10cc8b997e1c005c199a9ff9a045c0b5fcff26c6410cc84e1", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-027-prefer-next-image/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-027-prefer-next-image/summary.json index 4085c93bc..900e76675 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 115.023, - "fingerprint": "0ab88b4b1ff03b6a35a361dce2edd29c3aafb5c42869c791900d1807dd594b9a" -} \ No newline at end of file + "fingerprint": "0ab88b4b1ff03b6a35a361dce2edd29c3aafb5c42869c791900d1807dd594b9a", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-028-prefer-next-font/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-028-prefer-next-font/summary.json index 5d021a9fd..aaa8cad9a 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 120.756, - "fingerprint": "d5453b01cd4edf116d9449314328771eae9e099a5d4a6fffcaf0661626bbdfd4" -} \ No newline at end of file + "fingerprint": "d5453b01cd4edf116d9449314328771eae9e099a5d4a6fffcaf0661626bbdfd4", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-029-use-cache-directive/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-029-use-cache-directive/summary.json index f13da1a89..843d8af6b 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 228.551, - "fingerprint": "afe4db6cfc219983d1f64b2d0a4ca6520b2956b5d2605c51bbd7af1b23b6858c" -} \ No newline at end of file + "fingerprint": "afe4db6cfc219983d1f64b2d0a4ca6520b2956b5d2605c51bbd7af1b23b6858c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-030-app-router-migration-hard/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-030-app-router-migration-hard/summary.json index db2e19fe2..0dd189a54 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 285.755, - "fingerprint": "93336e6c74331a146b053f0d05f2317b2de69e88f7b65169452c63f37c9b1362" -} \ No newline at end of file + "fingerprint": "93336e6c74331a146b053f0d05f2317b2de69e88f7b65169452c63f37c9b1362", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-031-proxy-middleware/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-031-proxy-middleware/summary.json index 29f96bd15..aa60bb6d2 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 117.922, - "fingerprint": "98938c11d92930c1174851372c3061ae7afb29dd66618a3b7f955d694df25b16" -} \ No newline at end of file + "fingerprint": "98938c11d92930c1174851372c3061ae7afb29dd66618a3b7f955d694df25b16", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-032-use-cache-directive/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-032-use-cache-directive/summary.json index 7a7539d45..2429a3a76 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.667, - "fingerprint": "cf97c8c49ec998fe4e653f6a5d5dc6581d4305b3ec851db0c42dfe8aa0b81f2b" -} \ No newline at end of file + "fingerprint": "cf97c8c49ec998fe4e653f6a5d5dc6581d4305b3ec851db0c42dfe8aa0b81f2b", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-033-forbidden-auth/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-033-forbidden-auth/summary.json index 4e704ceb5..ef429f8f6 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 188.419, - "fingerprint": "fbc08a7685c458fd379c0788d535da00dc0ce9a076a6637b76e4a1af8ae85602" -} \ No newline at end of file + "fingerprint": "fbc08a7685c458fd379c0788d535da00dc0ce9a076a6637b76e4a1af8ae85602", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-034-async-cookies/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-034-async-cookies/summary.json index d4766d896..e5a937b27 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-034-async-cookies/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.908, - "fingerprint": "7039646eb7a5e43dac549f4c9507fcca67a34f42de3524028aa59dc78f3e6711" -} \ No newline at end of file + "fingerprint": "7039646eb7a5e43dac549f4c9507fcca67a34f42de3524028aa59dc78f3e6711", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-035-connection-dynamic/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-035-connection-dynamic/summary.json index ea55a344e..2858b29e6 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 130.03, - "fingerprint": "8e9222b53c8b0b74e6a491b2e84f03beceb3daa000055b8cd77a4b187b52ad87" -} \ No newline at end of file + "fingerprint": "8e9222b53c8b0b74e6a491b2e84f03beceb3daa000055b8cd77a4b187b52ad87", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-036-after-response/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-036-after-response/summary.json index fa0e2f8b4..9f6a14ce9 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-036-after-response/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 126.028, - "fingerprint": "57bef0868740c2e14a5c2d3004d8bfc452ca98de4c0fa144e014f8b4bf3e16e4" -} \ No newline at end of file + "fingerprint": "57bef0868740c2e14a5c2d3004d8bfc452ca98de4c0fa144e014f8b4bf3e16e4", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-037-updatetag-cache/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-037-updatetag-cache/summary.json index b1476b2e7..4b251bb29 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 182.334, - "fingerprint": "181a413549cbd8f4631db8d82c99b23eab0724bbd4928857b4db376628d9c8df" -} \ No newline at end of file + "fingerprint": "181a413549cbd8f4631db8d82c99b23eab0724bbd4928857b4db376628d9c8df", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-038-refresh-settings/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-038-refresh-settings/summary.json index 10aeef3e0..43e510a17 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-038-refresh-settings/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 140.577, - "fingerprint": "6754ae13fcf222097b2f063ca4ab7b15da284289547aca185a180821a105c690" -} \ No newline at end of file + "fingerprint": "6754ae13fcf222097b2f063ca4ab7b15da284289547aca185a180821a105c690", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-039-indirect-proxy/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-039-indirect-proxy/summary.json index 6e725e984..9b8815f4b 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 164.17633333333333, - "fingerprint": "b84b74aa68dfdcf9b93bad6a85ea86e8eb5ae5379f6ad87b27c9ab0d1e791247" -} \ No newline at end of file + "fingerprint": "b84b74aa68dfdcf9b93bad6a85ea86e8eb5ae5379f6ad87b27c9ab0d1e791247", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-040-unstable-instant/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-040-unstable-instant/summary.json index d5451438f..65a38f3d4 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-040-unstable-instant/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 158.30875, - "fingerprint": "b1db8f9750c783245df41d292f9b4aa955f163c3c7b6dc469a99ca40491d8f79" -} \ No newline at end of file + "fingerprint": "b1db8f9750c783245df41d292f9b4aa955f163c3c7b6dc469a99ca40491d8f79", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-041-optimize-ppr-shell/summary.json index d12b9effd..9fde6df4c 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.583, - "fingerprint": "1ba7dcf8502b2f1e37201c610adb58cc89bac8c7c761b92789797828e6e53489" -} \ No newline at end of file + "fingerprint": "1ba7dcf8502b2f1e37201c610adb58cc89bac8c7c761b92789797828e6e53489", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-042-enable-ppr/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-042-enable-ppr/summary.json index 20a3cb8c1..6de8f37db 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-042-enable-ppr/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.713, - "fingerprint": "b186a1eabb120ac54610d0ad065171401cc6b0aa39e78e83d4d6113f2f9c012b" -} \ No newline at end of file + "fingerprint": "b186a1eabb120ac54610d0ad065171401cc6b0aa39e78e83d4d6113f2f9c012b", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-043-view-transitions/summary.json b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-043-view-transitions/summary.json index c588d6c27..9b84419da 100644 --- a/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-043-view-transitions/summary.json +++ b/results/claude-opus-4.8/2026-05-28T18-51-26.866Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 357.406, - "fingerprint": "ee4c8651d0188843ee7c4e00a24a7839ab4a84f183f1e11d84628e95fb7fffed" -} \ No newline at end of file + "fingerprint": "ee4c8651d0188843ee7c4e00a24a7839ab4a84f183f1e11d84628e95fb7fffed", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-000-app-router-migration-simple/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-000-app-router-migration-simple/summary.json index 360006183..406763b2b 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 216.667, - "fingerprint": "3dad6f62f4b2e03f6c07c01904f27f74faaab1ba95e2bf0e87364aac16bb8cbe" + "fingerprint": "3dad6f62f4b2e03f6c07c01904f27f74faaab1ba95e2bf0e87364aac16bb8cbe", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-021-avoid-fetch-in-effect/summary.json index df3f9467b..e13c8c78c 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.308, - "fingerprint": "0d21cb67635d001a425f31e19ca20ea13661eeea48e38c3a857016c87c02f5d6" + "fingerprint": "0d21cb67635d001a425f31e19ca20ea13661eeea48e38c3a857016c87c02f5d6", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-022-prefer-server-actions/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-022-prefer-server-actions/summary.json index 539758afb..7611e4025 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.385, - "fingerprint": "406af1fd66d6eb6a50a0560bffc90d6fb14975d438da90d5b862a5cd44e61dda" + "fingerprint": "406af1fd66d6eb6a50a0560bffc90d6fb14975d438da90d5b862a5cd44e61dda", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-023-avoid-getserversideprops/summary.json index 21ff47623..bf9c2cf7f 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 184.387, - "fingerprint": "50d59a1a657638a8e18b468c9841e5b2f5429e28c4f46b01bee79c0e0578f5cf" + "fingerprint": "50d59a1a657638a8e18b468c9841e5b2f5429e28c4f46b01bee79c0e0578f5cf", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-024-avoid-redundant-usestate/summary.json index 7a7598821..0a351d866 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.608, - "fingerprint": "278844d9edc486ab1c208addb423ca5aff2e65d2889a47922bacb5f7069278b9" + "fingerprint": "278844d9edc486ab1c208addb423ca5aff2e65d2889a47922bacb5f7069278b9", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-025-prefer-next-link/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-025-prefer-next-link/summary.json index 98baa7374..7d135d1a0 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.647, - "fingerprint": "b5931a99766813e6cabc63170194e4434d6e9b83e2a8f33d93dcf1b84d275a4f" + "fingerprint": "b5931a99766813e6cabc63170194e4434d6e9b83e2a8f33d93dcf1b84d275a4f", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-026-no-serial-await/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-026-no-serial-await/summary.json index e16c29d0d..d948d013b 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-026-no-serial-await/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 169.591, - "fingerprint": "e2df63cbef2dec51a3d3a4eb47598715b877060495907ea603aa2beacffcd7c2" + "fingerprint": "e2df63cbef2dec51a3d3a4eb47598715b877060495907ea603aa2beacffcd7c2", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-027-prefer-next-image/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-027-prefer-next-image/summary.json index 5c2006247..56fa4a184 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 133.844, - "fingerprint": "3f3b36c542e5c943e8c4f9adf9bd1603ceb78b17d1b7c8f4f9d4d58d3f7f3fa5" + "fingerprint": "3f3b36c542e5c943e8c4f9adf9bd1603ceb78b17d1b7c8f4f9d4d58d3f7f3fa5", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-028-prefer-next-font/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-028-prefer-next-font/summary.json index 9d931d00d..c2c6154b4 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.298, - "fingerprint": "8e54221c275659f1233604c0bd4aab6e582f7a9554388cb5e07c8abae4c26032" + "fingerprint": "8e54221c275659f1233604c0bd4aab6e582f7a9554388cb5e07c8abae4c26032", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-029-use-cache-directive/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-029-use-cache-directive/summary.json index 195816e90..55e546690 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 265.69475, - "fingerprint": "3d9895a3ad9fbdb1a7d65d39d1ad07e0e7d7df2215b2f2350e38883812097d3c" + "fingerprint": "3d9895a3ad9fbdb1a7d65d39d1ad07e0e7d7df2215b2f2350e38883812097d3c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-030-app-router-migration-hard/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-030-app-router-migration-hard/summary.json index ed3653dae..c1c8ded47 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 351.994, - "fingerprint": "35e561481b7e335e6bf36581ef0d69eeccaf8538bbe98aa7b43f2ca423dca2e6" + "fingerprint": "35e561481b7e335e6bf36581ef0d69eeccaf8538bbe98aa7b43f2ca423dca2e6", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-031-proxy-middleware/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-031-proxy-middleware/summary.json index df060f723..6df7c8380 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 112.74525, - "fingerprint": "5a64d73e98559686b77a0c7815e7479fc7e250550f7d04e1d1a58e79265f5b4b" + "fingerprint": "5a64d73e98559686b77a0c7815e7479fc7e250550f7d04e1d1a58e79265f5b4b", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-032-use-cache-directive/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-032-use-cache-directive/summary.json index 404349e8e..49fb4b69a 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 69.68933333333332, - "fingerprint": "2abe0b0d28825b81a5a16098f2c53587f4945e515cda3336344b32c94da80e95" + "fingerprint": "2abe0b0d28825b81a5a16098f2c53587f4945e515cda3336344b32c94da80e95", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-033-forbidden-auth/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-033-forbidden-auth/summary.json index 1f77f381e..fadac92a5 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 203.124, - "fingerprint": "0c5bb74ce548eb6c8fd717513ddfdb7784d8b84fd0ad20340321f2956cd90506" + "fingerprint": "0c5bb74ce548eb6c8fd717513ddfdb7784d8b84fd0ad20340321f2956cd90506", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-034-async-cookies/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-034-async-cookies/summary.json index 2a022079a..570a9d055 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-034-async-cookies/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 68.38633333333333, - "fingerprint": "57645e5e81f1e13327abd0f42f9da9052fa2f609dacc2f696b93ea751e195527" + "fingerprint": "57645e5e81f1e13327abd0f42f9da9052fa2f609dacc2f696b93ea751e195527", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-035-connection-dynamic/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-035-connection-dynamic/summary.json index 23e5beceb..95fed19c4 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 188.283, - "fingerprint": "df7d16a17ebc5b042a12d8dfc674cbdfadb47d70a5a08e41180029c8c00c87ba" + "fingerprint": "df7d16a17ebc5b042a12d8dfc674cbdfadb47d70a5a08e41180029c8c00c87ba", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-036-after-response/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-036-after-response/summary.json index 8ccd74c76..325a9d933 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-036-after-response/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 186.441, - "fingerprint": "e52e2e5318dc53d7758940fd8cae9677932d92382a92b472ffbee403ea22aaea" + "fingerprint": "e52e2e5318dc53d7758940fd8cae9677932d92382a92b472ffbee403ea22aaea", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-037-updatetag-cache/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-037-updatetag-cache/summary.json index 4b97700c3..f7aab00e4 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 110.98466666666667, - "fingerprint": "4b71f0240a97c76c45216826a92928ddc458ba79bdfd9cff79b9dc026097166e" + "fingerprint": "4b71f0240a97c76c45216826a92928ddc458ba79bdfd9cff79b9dc026097166e", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-038-refresh-settings/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-038-refresh-settings/summary.json index fa3a6d282..ffff81e30 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-038-refresh-settings/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 141.96075, - "fingerprint": "8e7211c91fdeb76d0dc48d537f9a04184a09b272151c3c6093af6a55a6e77294" + "fingerprint": "8e7211c91fdeb76d0dc48d537f9a04184a09b272151c3c6093af6a55a6e77294", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-039-indirect-proxy/summary.json b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-039-indirect-proxy/summary.json index ac399562c..def34aec1 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-02-18T09-48-32.745Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 142.3, - "fingerprint": "204c24641f0af7c29ca3957e27bfef5a0574cfd6da0719dd67f39fdcec8e47f6" + "fingerprint": "204c24641f0af7c29ca3957e27bfef5a0574cfd6da0719dd67f39fdcec8e47f6", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/claude-sonnet-4.5--agents-md/2026-03-17T19-05-45.582Z/agent-040-unstable-instant/summary.json b/results/claude-sonnet-4.5--agents-md/2026-03-17T19-05-45.582Z/agent-040-unstable-instant/summary.json index 82d1b5640..05593155c 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-03-17T19-05-45.582Z/agent-040-unstable-instant/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-03-17T19-05-45.582Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 122.81824999999999, - "fingerprint": "912716b0d4159f85aa9436b62fda921c3297329b3664696cb2abc06f0c257a8c" -} \ No newline at end of file + "fingerprint": "912716b0d4159f85aa9436b62fda921c3297329b3664696cb2abc06f0c257a8c", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-041-optimize-ppr-shell/summary.json index 4634d223f..71ee65fa9 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 195.916, - "fingerprint": "2826ecefd5588518d01e1cf68ff9f03c79e5423ba58ca3d9229005a05c889f71" -} \ No newline at end of file + "fingerprint": "2826ecefd5588518d01e1cf68ff9f03c79e5423ba58ca3d9229005a05c889f71", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-042-enable-ppr/summary.json b/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-042-enable-ppr/summary.json index aeabf120c..7fee585c7 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-042-enable-ppr/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-04-02T17-14-57.351Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 110.917, - "fingerprint": "bf03c0c11d87fd549f27f1f9ea24c4ebd3d3f72a2279a0f912ce502bf6014d04" -} \ No newline at end of file + "fingerprint": "bf03c0c11d87fd549f27f1f9ea24c4ebd3d3f72a2279a0f912ce502bf6014d04", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-sonnet-4.5--agents-md/2026-04-06T14-41-53.333Z/agent-043-view-transitions/summary.json b/results/claude-sonnet-4.5--agents-md/2026-04-06T14-41-53.333Z/agent-043-view-transitions/summary.json index 35383aea3..877ca9431 100644 --- a/results/claude-sonnet-4.5--agents-md/2026-04-06T14-41-53.333Z/agent-043-view-transitions/summary.json +++ b/results/claude-sonnet-4.5--agents-md/2026-04-06T14-41-53.333Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 183.114, - "fingerprint": "0fa8dc33025694b9a12d7054fe6536f9aaa384e4acaf395c766e726d6886dd11" -} \ No newline at end of file + "fingerprint": "0fa8dc33025694b9a12d7054fe6536f9aaa384e4acaf395c766e726d6886dd11", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-000-app-router-migration-simple/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-000-app-router-migration-simple/summary.json index ecdce2a50..1aebf4912 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 86.36166666666668, - "fingerprint": "3dad6f62f4b2e03f6c07c01904f27f74faaab1ba95e2bf0e87364aac16bb8cbe" + "fingerprint": "3dad6f62f4b2e03f6c07c01904f27f74faaab1ba95e2bf0e87364aac16bb8cbe", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-021-avoid-fetch-in-effect/summary.json index 1a7d39838..539bdf689 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 168.539, - "fingerprint": "0d21cb67635d001a425f31e19ca20ea13661eeea48e38c3a857016c87c02f5d6" + "fingerprint": "0d21cb67635d001a425f31e19ca20ea13661eeea48e38c3a857016c87c02f5d6", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-022-prefer-server-actions/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-022-prefer-server-actions/summary.json index a075479f2..502253163 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 94.13, - "fingerprint": "406af1fd66d6eb6a50a0560bffc90d6fb14975d438da90d5b862a5cd44e61dda" + "fingerprint": "406af1fd66d6eb6a50a0560bffc90d6fb14975d438da90d5b862a5cd44e61dda", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-023-avoid-getserversideprops/summary.json index ae62f9431..dfc2f7909 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 97.398, - "fingerprint": "50d59a1a657638a8e18b468c9841e5b2f5429e28c4f46b01bee79c0e0578f5cf" + "fingerprint": "50d59a1a657638a8e18b468c9841e5b2f5429e28c4f46b01bee79c0e0578f5cf", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-024-avoid-redundant-usestate/summary.json index fd07b35ca..09bedd609 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.841, - "fingerprint": "278844d9edc486ab1c208addb423ca5aff2e65d2889a47922bacb5f7069278b9" + "fingerprint": "278844d9edc486ab1c208addb423ca5aff2e65d2889a47922bacb5f7069278b9", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-025-prefer-next-link/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-025-prefer-next-link/summary.json index 8a4d63229..d830b26e3 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 93.60050000000001, - "fingerprint": "b5931a99766813e6cabc63170194e4434d6e9b83e2a8f33d93dcf1b84d275a4f" + "fingerprint": "b5931a99766813e6cabc63170194e4434d6e9b83e2a8f33d93dcf1b84d275a4f", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-026-no-serial-await/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-026-no-serial-await/summary.json index 2e7c9c98b..18528b7c1 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-026-no-serial-await/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 167.431, - "fingerprint": "e2df63cbef2dec51a3d3a4eb47598715b877060495907ea603aa2beacffcd7c2" + "fingerprint": "e2df63cbef2dec51a3d3a4eb47598715b877060495907ea603aa2beacffcd7c2", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-027-prefer-next-image/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-027-prefer-next-image/summary.json index 6c17fe4b2..0d5c1ce31 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 177.049, - "fingerprint": "3f3b36c542e5c943e8c4f9adf9bd1603ceb78b17d1b7c8f4f9d4d58d3f7f3fa5" + "fingerprint": "3f3b36c542e5c943e8c4f9adf9bd1603ceb78b17d1b7c8f4f9d4d58d3f7f3fa5", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-028-prefer-next-font/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-028-prefer-next-font/summary.json index 17d7c5342..a76100a6c 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.721, - "fingerprint": "8e54221c275659f1233604c0bd4aab6e582f7a9554388cb5e07c8abae4c26032" + "fingerprint": "8e54221c275659f1233604c0bd4aab6e582f7a9554388cb5e07c8abae4c26032", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-029-use-cache-directive/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-029-use-cache-directive/summary.json index cd0a99da7..bbef4ab72 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 153.31625, - "fingerprint": "3d9895a3ad9fbdb1a7d65d39d1ad07e0e7d7df2215b2f2350e38883812097d3c" + "fingerprint": "3d9895a3ad9fbdb1a7d65d39d1ad07e0e7d7df2215b2f2350e38883812097d3c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-030-app-router-migration-hard/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-030-app-router-migration-hard/summary.json index ef5cb7c0b..f43394f2a 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 317.524, - "fingerprint": "35e561481b7e335e6bf36581ef0d69eeccaf8538bbe98aa7b43f2ca423dca2e6" + "fingerprint": "35e561481b7e335e6bf36581ef0d69eeccaf8538bbe98aa7b43f2ca423dca2e6", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-031-proxy-middleware/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-031-proxy-middleware/summary.json index 20aaaaa60..d91efcbe7 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 171.8, - "fingerprint": "5a64d73e98559686b77a0c7815e7479fc7e250550f7d04e1d1a58e79265f5b4b" + "fingerprint": "5a64d73e98559686b77a0c7815e7479fc7e250550f7d04e1d1a58e79265f5b4b", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-032-use-cache-directive/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-032-use-cache-directive/summary.json index 144fa3734..70f94e3bc 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 92.48774999999999, - "fingerprint": "2abe0b0d28825b81a5a16098f2c53587f4945e515cda3336344b32c94da80e95" + "fingerprint": "2abe0b0d28825b81a5a16098f2c53587f4945e515cda3336344b32c94da80e95", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-033-forbidden-auth/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-033-forbidden-auth/summary.json index 0d43b61e0..f91746001 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 95.21725, - "fingerprint": "0c5bb74ce548eb6c8fd717513ddfdb7784d8b84fd0ad20340321f2956cd90506" + "fingerprint": "0c5bb74ce548eb6c8fd717513ddfdb7784d8b84fd0ad20340321f2956cd90506", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-034-async-cookies/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-034-async-cookies/summary.json index fc861aec9..0eabea67c 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-034-async-cookies/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 157.602, - "fingerprint": "57645e5e81f1e13327abd0f42f9da9052fa2f609dacc2f696b93ea751e195527" + "fingerprint": "57645e5e81f1e13327abd0f42f9da9052fa2f609dacc2f696b93ea751e195527", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-035-connection-dynamic/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-035-connection-dynamic/summary.json index 89621005c..1a370cbb2 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 85.8015, - "fingerprint": "df7d16a17ebc5b042a12d8dfc674cbdfadb47d70a5a08e41180029c8c00c87ba" + "fingerprint": "df7d16a17ebc5b042a12d8dfc674cbdfadb47d70a5a08e41180029c8c00c87ba", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-036-after-response/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-036-after-response/summary.json index 48fb7bbbe..a3b762896 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-036-after-response/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.812, - "fingerprint": "e52e2e5318dc53d7758940fd8cae9677932d92382a92b472ffbee403ea22aaea" + "fingerprint": "e52e2e5318dc53d7758940fd8cae9677932d92382a92b472ffbee403ea22aaea", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-037-updatetag-cache/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-037-updatetag-cache/summary.json index f810ab5e3..890544c0d 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 116.06775, - "fingerprint": "4b71f0240a97c76c45216826a92928ddc458ba79bdfd9cff79b9dc026097166e" + "fingerprint": "4b71f0240a97c76c45216826a92928ddc458ba79bdfd9cff79b9dc026097166e", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-038-refresh-settings/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-038-refresh-settings/summary.json index f6cf09dd1..ff6eb67ed 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-038-refresh-settings/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 90.07450000000001, - "fingerprint": "8e7211c91fdeb76d0dc48d537f9a04184a09b272151c3c6093af6a55a6e77294" + "fingerprint": "8e7211c91fdeb76d0dc48d537f9a04184a09b272151c3c6093af6a55a6e77294", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-039-indirect-proxy/summary.json b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-039-indirect-proxy/summary.json index 08ecb29e1..9e47c26ef 100644 --- a/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-sonnet-4.5/2026-02-18T09-48-32.749Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 128.76625, - "fingerprint": "204c24641f0af7c29ca3957e27bfef5a0574cfd6da0719dd67f39fdcec8e47f6" + "fingerprint": "204c24641f0af7c29ca3957e27bfef5a0574cfd6da0719dd67f39fdcec8e47f6", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/claude-sonnet-4.5/2026-03-17T19-05-45.587Z/agent-040-unstable-instant/summary.json b/results/claude-sonnet-4.5/2026-03-17T19-05-45.587Z/agent-040-unstable-instant/summary.json index 7f7a28031..c775ceb93 100644 --- a/results/claude-sonnet-4.5/2026-03-17T19-05-45.587Z/agent-040-unstable-instant/summary.json +++ b/results/claude-sonnet-4.5/2026-03-17T19-05-45.587Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 116.19125, - "fingerprint": "912716b0d4159f85aa9436b62fda921c3297329b3664696cb2abc06f0c257a8c" -} \ No newline at end of file + "fingerprint": "912716b0d4159f85aa9436b62fda921c3297329b3664696cb2abc06f0c257a8c", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-041-optimize-ppr-shell/summary.json index daa1b56fa..01217b0f8 100644 --- a/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 94.5045, - "fingerprint": "2826ecefd5588518d01e1cf68ff9f03c79e5423ba58ca3d9229005a05c889f71" -} \ No newline at end of file + "fingerprint": "2826ecefd5588518d01e1cf68ff9f03c79e5423ba58ca3d9229005a05c889f71", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-042-enable-ppr/summary.json b/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-042-enable-ppr/summary.json index 4514721dd..f578063cd 100644 --- a/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-042-enable-ppr/summary.json +++ b/results/claude-sonnet-4.5/2026-04-02T17-14-57.357Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 70.94500000000001, - "fingerprint": "bf03c0c11d87fd549f27f1f9ea24c4ebd3d3f72a2279a0f912ce502bf6014d04" -} \ No newline at end of file + "fingerprint": "bf03c0c11d87fd549f27f1f9ea24c4ebd3d3f72a2279a0f912ce502bf6014d04", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-sonnet-4.5/2026-04-06T15-07-43.593Z/agent-043-view-transitions/summary.json b/results/claude-sonnet-4.5/2026-04-06T15-07-43.593Z/agent-043-view-transitions/summary.json index 4eb10a1fb..0b60291d0 100644 --- a/results/claude-sonnet-4.5/2026-04-06T15-07-43.593Z/agent-043-view-transitions/summary.json +++ b/results/claude-sonnet-4.5/2026-04-06T15-07-43.593Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 200.15925, - "fingerprint": "0fa8dc33025694b9a12d7054fe6536f9aaa384e4acaf395c766e726d6886dd11" -} \ No newline at end of file + "fingerprint": "0fa8dc33025694b9a12d7054fe6536f9aaa384e4acaf395c766e726d6886dd11", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-000-app-router-migration-simple/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-000-app-router-migration-simple/summary.json index 822d77b80..dcdb010a5 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 184.531, - "fingerprint": "17f4c60f54d944c5765645856083adb3a8899e13296a363a9a6ecaa7807037c9" + "fingerprint": "17f4c60f54d944c5765645856083adb3a8899e13296a363a9a6ecaa7807037c9", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-021-avoid-fetch-in-effect/summary.json index 8e4a7f089..c4076997a 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.133, - "fingerprint": "ac228af6d626ed0cf692a7ca8cb522ebbda255c2783b17a42047fb6b5b97bbe0" + "fingerprint": "ac228af6d626ed0cf692a7ca8cb522ebbda255c2783b17a42047fb6b5b97bbe0", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-022-prefer-server-actions/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-022-prefer-server-actions/summary.json index c7177abaf..78a666794 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 158.229, - "fingerprint": "09daf4785a21df552369d01cc0d5429333ead367f5f3cf97487c4a78323ae4d6" + "fingerprint": "09daf4785a21df552369d01cc0d5429333ead367f5f3cf97487c4a78323ae4d6", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-023-avoid-getserversideprops/summary.json index 85135c525..beb9f5a3e 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.64, - "fingerprint": "24ec2130fbcd807692cb212b6b5004ccd71fef4315ff9466ec23110d78ecc255" + "fingerprint": "24ec2130fbcd807692cb212b6b5004ccd71fef4315ff9466ec23110d78ecc255", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-024-avoid-redundant-usestate/summary.json index 700d2a1f6..db944ad02 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 133.06, - "fingerprint": "9e09db8873675858e48cb85df4c1da738fb68c8405ebb1125c730cb2450bb86e" + "fingerprint": "9e09db8873675858e48cb85df4c1da738fb68c8405ebb1125c730cb2450bb86e", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-025-prefer-next-link/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-025-prefer-next-link/summary.json index 0c7590dce..adc371b46 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 116.431, - "fingerprint": "93aaebb2c6350cdbf6d551f1cd10e0a1a03487f4ca533b15ed18d5124947db9f" + "fingerprint": "93aaebb2c6350cdbf6d551f1cd10e0a1a03487f4ca533b15ed18d5124947db9f", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-026-no-serial-await/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-026-no-serial-await/summary.json index 2b70ebed7..93ea9cb59 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-026-no-serial-await/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 168.658, - "fingerprint": "204342df943d8cb73ff920aeb7f803ca493d2a646308687ca825e937843ac6ca" + "fingerprint": "204342df943d8cb73ff920aeb7f803ca493d2a646308687ca825e937843ac6ca", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-027-prefer-next-image/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-027-prefer-next-image/summary.json index 784af841c..e25ca846b 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 127.562, - "fingerprint": "b931474f9dcc4b19a07a9ab503ead0470654aab349a4ba517b42893d9de6b891" + "fingerprint": "b931474f9dcc4b19a07a9ab503ead0470654aab349a4ba517b42893d9de6b891", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-028-prefer-next-font/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-028-prefer-next-font/summary.json index d10ea3201..d2f143d76 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 123.032, - "fingerprint": "de625eddad9538625bb0a63cac73c9faf3f7de3c70291743e0242597905ea0ff" + "fingerprint": "de625eddad9538625bb0a63cac73c9faf3f7de3c70291743e0242597905ea0ff", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-029-use-cache-directive/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-029-use-cache-directive/summary.json index dcc45034c..b66ff4d94 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 229.788, - "fingerprint": "a03e2ff464d5dbbe2c613756f9a0d0dba75425f3572f013022b554351315db70" + "fingerprint": "a03e2ff464d5dbbe2c613756f9a0d0dba75425f3572f013022b554351315db70", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-030-app-router-migration-hard/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-030-app-router-migration-hard/summary.json index 02bf5bea4..264a61644 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 355.793, - "fingerprint": "89cafc7e12f7473ae9da6d2ff0e0d3815f6f5f5e383a580f9c131db3abdeba68" + "fingerprint": "89cafc7e12f7473ae9da6d2ff0e0d3815f6f5f5e383a580f9c131db3abdeba68", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-031-proxy-middleware/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-031-proxy-middleware/summary.json index 81b68beaf..9f2966875 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 107.334, - "fingerprint": "659876294a74fbed20f67c366f9fe36c2d747e860420345aab381eaa7f2220d6" + "fingerprint": "659876294a74fbed20f67c366f9fe36c2d747e860420345aab381eaa7f2220d6", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-032-use-cache-directive/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-032-use-cache-directive/summary.json index c022e8030..e112b456a 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 137.826, - "fingerprint": "806b192479d3c44c862142c2d7d7582c2d6f89439245d9136afa47aa71f35b38" + "fingerprint": "806b192479d3c44c862142c2d7d7582c2d6f89439245d9136afa47aa71f35b38", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-033-forbidden-auth/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-033-forbidden-auth/summary.json index 819aa12a2..acb3f8f42 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 157.057, - "fingerprint": "e79a1e9e51b493b8e587c6d0c71a185c94e5d6ef84a939f976c9790bd6d735cb" + "fingerprint": "e79a1e9e51b493b8e587c6d0c71a185c94e5d6ef84a939f976c9790bd6d735cb", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-034-async-cookies/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-034-async-cookies/summary.json index 901b9931f..17bb0f9f7 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-034-async-cookies/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 106.268, - "fingerprint": "f4a4ef43b3a0b6f9ddb320e18c96e94ecfb3d7e4c7a211de6409059676e64d1d" + "fingerprint": "f4a4ef43b3a0b6f9ddb320e18c96e94ecfb3d7e4c7a211de6409059676e64d1d", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-035-connection-dynamic/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-035-connection-dynamic/summary.json index addeea09a..41d1f406d 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 104.075, - "fingerprint": "9d5916bd7facfa588a7cb0a32c38d0ca8c71b76502d20c4f9252073b1586427e" + "fingerprint": "9d5916bd7facfa588a7cb0a32c38d0ca8c71b76502d20c4f9252073b1586427e", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-036-after-response/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-036-after-response/summary.json index b96988333..6a09a25f5 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-036-after-response/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 118.736, - "fingerprint": "3e9da9efc23dea11fd2c267bc9f04e84ce15f522f5c0fa1cc9c80fd46fc2571d" + "fingerprint": "3e9da9efc23dea11fd2c267bc9f04e84ce15f522f5c0fa1cc9c80fd46fc2571d", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-037-updatetag-cache/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-037-updatetag-cache/summary.json index 09d11881e..ca9962e64 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 166.702, - "fingerprint": "39765f0aaeb9ec5554867eba524c676a107247856007133b8250689f8fb34cb8" + "fingerprint": "39765f0aaeb9ec5554867eba524c676a107247856007133b8250689f8fb34cb8", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-038-refresh-settings/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-038-refresh-settings/summary.json index d2dec6dac..cd2d40e6c 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-038-refresh-settings/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.884, - "fingerprint": "45308934f70448d3a9b8094f42e9a4509734a0655729aada1f63875bc28c1ae2" + "fingerprint": "45308934f70448d3a9b8094f42e9a4509734a0655729aada1f63875bc28c1ae2", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-039-indirect-proxy/summary.json b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-039-indirect-proxy/summary.json index 213d25cd0..ee517a456 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-02-23T20-17-10.086Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.715, - "fingerprint": "7effc704f5984724116bea4678b8973e9cccbe860ba750c982327095d41f5af2" + "fingerprint": "7effc704f5984724116bea4678b8973e9cccbe860ba750c982327095d41f5af2", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/claude-sonnet-4.6--agents-md/2026-03-17T19-05-45.592Z/agent-040-unstable-instant/summary.json b/results/claude-sonnet-4.6--agents-md/2026-03-17T19-05-45.592Z/agent-040-unstable-instant/summary.json index fd6eb51e9..55cb563ca 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-03-17T19-05-45.592Z/agent-040-unstable-instant/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-03-17T19-05-45.592Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.512, - "fingerprint": "0a76df6fa4757b47166359b11fcd5592e5a2f7268dce0df35fc5ade98eb59b0e" -} \ No newline at end of file + "fingerprint": "0a76df6fa4757b47166359b11fcd5592e5a2f7268dce0df35fc5ade98eb59b0e", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-041-optimize-ppr-shell/summary.json index f24c35afb..1626d8acb 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 219.266, - "fingerprint": "a66c0a4f1b21e9961bcce1ef7deba3267497968d9b5fbd870ace2dc6476333c6" -} \ No newline at end of file + "fingerprint": "a66c0a4f1b21e9961bcce1ef7deba3267497968d9b5fbd870ace2dc6476333c6", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-042-enable-ppr/summary.json b/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-042-enable-ppr/summary.json index 32e9fd19c..6343c09c5 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-042-enable-ppr/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-04-02T17-14-57.362Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 112.702, - "fingerprint": "31ce32acb4fbed077e124dbdfb4b1a4e9317b5e5f17a6b66f726c624ece06a75" -} \ No newline at end of file + "fingerprint": "31ce32acb4fbed077e124dbdfb4b1a4e9317b5e5f17a6b66f726c624ece06a75", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-sonnet-4.6--agents-md/2026-04-06T14-41-53.345Z/agent-043-view-transitions/summary.json b/results/claude-sonnet-4.6--agents-md/2026-04-06T14-41-53.345Z/agent-043-view-transitions/summary.json index 44277a0fa..388bf138a 100644 --- a/results/claude-sonnet-4.6--agents-md/2026-04-06T14-41-53.345Z/agent-043-view-transitions/summary.json +++ b/results/claude-sonnet-4.6--agents-md/2026-04-06T14-41-53.345Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 211.903, - "fingerprint": "bd02229af160f872439425dcd3e5f3a342c58f71e2776de5183e6f21449fec8b" -} \ No newline at end of file + "fingerprint": "bd02229af160f872439425dcd3e5f3a342c58f71e2776de5183e6f21449fec8b", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-000-app-router-migration-simple/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-000-app-router-migration-simple/summary.json index df7d24357..81d00d948 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-000-app-router-migration-simple/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 152.14, - "fingerprint": "17f4c60f54d944c5765645856083adb3a8899e13296a363a9a6ecaa7807037c9" + "fingerprint": "17f4c60f54d944c5765645856083adb3a8899e13296a363a9a6ecaa7807037c9", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-021-avoid-fetch-in-effect/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-021-avoid-fetch-in-effect/summary.json index 2a9c4cda3..b63183c57 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 135.074, - "fingerprint": "ac228af6d626ed0cf692a7ca8cb522ebbda255c2783b17a42047fb6b5b97bbe0" + "fingerprint": "ac228af6d626ed0cf692a7ca8cb522ebbda255c2783b17a42047fb6b5b97bbe0", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-022-prefer-server-actions/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-022-prefer-server-actions/summary.json index 861cda59a..9a2c8a5e3 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-022-prefer-server-actions/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 123.353, - "fingerprint": "09daf4785a21df552369d01cc0d5429333ead367f5f3cf97487c4a78323ae4d6" + "fingerprint": "09daf4785a21df552369d01cc0d5429333ead367f5f3cf97487c4a78323ae4d6", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-023-avoid-getserversideprops/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-023-avoid-getserversideprops/summary.json index b3e3ca522..b3bcc7a65 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 138.917, - "fingerprint": "24ec2130fbcd807692cb212b6b5004ccd71fef4315ff9466ec23110d78ecc255" + "fingerprint": "24ec2130fbcd807692cb212b6b5004ccd71fef4315ff9466ec23110d78ecc255", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-024-avoid-redundant-usestate/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-024-avoid-redundant-usestate/summary.json index 9d022ea8d..33d634ac7 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 114.825, - "fingerprint": "9e09db8873675858e48cb85df4c1da738fb68c8405ebb1125c730cb2450bb86e" + "fingerprint": "9e09db8873675858e48cb85df4c1da738fb68c8405ebb1125c730cb2450bb86e", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-025-prefer-next-link/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-025-prefer-next-link/summary.json index b0cf625c7..9b5aa53a5 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-025-prefer-next-link/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 108.652, - "fingerprint": "93aaebb2c6350cdbf6d551f1cd10e0a1a03487f4ca533b15ed18d5124947db9f" + "fingerprint": "93aaebb2c6350cdbf6d551f1cd10e0a1a03487f4ca533b15ed18d5124947db9f", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-026-no-serial-await/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-026-no-serial-await/summary.json index 3ab65c68d..165c010b2 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-026-no-serial-await/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 135.435, - "fingerprint": "204342df943d8cb73ff920aeb7f803ca493d2a646308687ca825e937843ac6ca" + "fingerprint": "204342df943d8cb73ff920aeb7f803ca493d2a646308687ca825e937843ac6ca", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-027-prefer-next-image/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-027-prefer-next-image/summary.json index ac0d5a3cf..1b043a71a 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-027-prefer-next-image/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 118.67, - "fingerprint": "b931474f9dcc4b19a07a9ab503ead0470654aab349a4ba517b42893d9de6b891" + "fingerprint": "b931474f9dcc4b19a07a9ab503ead0470654aab349a4ba517b42893d9de6b891", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-028-prefer-next-font/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-028-prefer-next-font/summary.json index e08911c2b..5a4504ed8 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-028-prefer-next-font/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 99.73, - "fingerprint": "de625eddad9538625bb0a63cac73c9faf3f7de3c70291743e0242597905ea0ff" + "fingerprint": "de625eddad9538625bb0a63cac73c9faf3f7de3c70291743e0242597905ea0ff", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-029-use-cache-directive/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-029-use-cache-directive/summary.json index c196f4b72..55bf604fa 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-029-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 334.40375, - "fingerprint": "a03e2ff464d5dbbe2c613756f9a0d0dba75425f3572f013022b554351315db70" + "fingerprint": "a03e2ff464d5dbbe2c613756f9a0d0dba75425f3572f013022b554351315db70", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-030-app-router-migration-hard/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-030-app-router-migration-hard/summary.json index a997d63fb..9a2a0e085 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-030-app-router-migration-hard/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 409.449, - "fingerprint": "89cafc7e12f7473ae9da6d2ff0e0d3815f6f5f5e383a580f9c131db3abdeba68" + "fingerprint": "89cafc7e12f7473ae9da6d2ff0e0d3815f6f5f5e383a580f9c131db3abdeba68", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-031-proxy-middleware/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-031-proxy-middleware/summary.json index 5a28d51ba..018e1c6ba 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-031-proxy-middleware/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 88.197, - "fingerprint": "659876294a74fbed20f67c366f9fe36c2d747e860420345aab381eaa7f2220d6" + "fingerprint": "659876294a74fbed20f67c366f9fe36c2d747e860420345aab381eaa7f2220d6", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-032-use-cache-directive/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-032-use-cache-directive/summary.json index 1c9e498e3..86eb76df5 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-032-use-cache-directive/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 101.14175, - "fingerprint": "806b192479d3c44c862142c2d7d7582c2d6f89439245d9136afa47aa71f35b38" + "fingerprint": "806b192479d3c44c862142c2d7d7582c2d6f89439245d9136afa47aa71f35b38", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-033-forbidden-auth/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-033-forbidden-auth/summary.json index 797c0d313..75f84f39a 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-033-forbidden-auth/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.137, - "fingerprint": "e79a1e9e51b493b8e587c6d0c71a185c94e5d6ef84a939f976c9790bd6d735cb" + "fingerprint": "e79a1e9e51b493b8e587c6d0c71a185c94e5d6ef84a939f976c9790bd6d735cb", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-034-async-cookies/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-034-async-cookies/summary.json index bd03495dd..ca6a007b1 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-034-async-cookies/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 115.876, - "fingerprint": "f4a4ef43b3a0b6f9ddb320e18c96e94ecfb3d7e4c7a211de6409059676e64d1d" + "fingerprint": "f4a4ef43b3a0b6f9ddb320e18c96e94ecfb3d7e4c7a211de6409059676e64d1d", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-035-connection-dynamic/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-035-connection-dynamic/summary.json index a7897fa25..0970d88ec 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-035-connection-dynamic/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 97.857, - "fingerprint": "9d5916bd7facfa588a7cb0a32c38d0ca8c71b76502d20c4f9252073b1586427e" + "fingerprint": "9d5916bd7facfa588a7cb0a32c38d0ca8c71b76502d20c4f9252073b1586427e", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-036-after-response/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-036-after-response/summary.json index f06d73aad..6de4c59bd 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-036-after-response/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 169.80200000000002, - "fingerprint": "3e9da9efc23dea11fd2c267bc9f04e84ce15f522f5c0fa1cc9c80fd46fc2571d" + "fingerprint": "3e9da9efc23dea11fd2c267bc9f04e84ce15f522f5c0fa1cc9c80fd46fc2571d", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-037-updatetag-cache/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-037-updatetag-cache/summary.json index 7a5ea91aa..1e71ce35c 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-037-updatetag-cache/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 205.966, - "fingerprint": "39765f0aaeb9ec5554867eba524c676a107247856007133b8250689f8fb34cb8" + "fingerprint": "39765f0aaeb9ec5554867eba524c676a107247856007133b8250689f8fb34cb8", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-038-refresh-settings/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-038-refresh-settings/summary.json index 1fccea425..c55a1e8f1 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-038-refresh-settings/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 139.05675000000002, - "fingerprint": "45308934f70448d3a9b8094f42e9a4509734a0655729aada1f63875bc28c1ae2" + "fingerprint": "45308934f70448d3a9b8094f42e9a4509734a0655729aada1f63875bc28c1ae2", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-039-indirect-proxy/summary.json b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-039-indirect-proxy/summary.json index 92386051b..a703594a6 100644 --- a/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-039-indirect-proxy/summary.json +++ b/results/claude-sonnet-4.6/2026-02-23T20-17-10.090Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 115.98575000000001, - "fingerprint": "7effc704f5984724116bea4678b8973e9cccbe860ba750c982327095d41f5af2" + "fingerprint": "7effc704f5984724116bea4678b8973e9cccbe860ba750c982327095d41f5af2", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/claude-sonnet-4.6/2026-03-17T19-05-45.596Z/agent-040-unstable-instant/summary.json b/results/claude-sonnet-4.6/2026-03-17T19-05-45.596Z/agent-040-unstable-instant/summary.json index cdf12953e..059f3622b 100644 --- a/results/claude-sonnet-4.6/2026-03-17T19-05-45.596Z/agent-040-unstable-instant/summary.json +++ b/results/claude-sonnet-4.6/2026-03-17T19-05-45.596Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 129.1095, - "fingerprint": "0a76df6fa4757b47166359b11fcd5592e5a2f7268dce0df35fc5ade98eb59b0e" -} \ No newline at end of file + "fingerprint": "0a76df6fa4757b47166359b11fcd5592e5a2f7268dce0df35fc5ade98eb59b0e", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-041-optimize-ppr-shell/summary.json b/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-041-optimize-ppr-shell/summary.json index b597712ea..1e79192d0 100644 --- a/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 144.79225000000002, - "fingerprint": "a66c0a4f1b21e9961bcce1ef7deba3267497968d9b5fbd870ace2dc6476333c6" -} \ No newline at end of file + "fingerprint": "a66c0a4f1b21e9961bcce1ef7deba3267497968d9b5fbd870ace2dc6476333c6", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-042-enable-ppr/summary.json b/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-042-enable-ppr/summary.json index a7eab6600..30b434161 100644 --- a/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-042-enable-ppr/summary.json +++ b/results/claude-sonnet-4.6/2026-04-02T17-14-57.368Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 74.6055, - "fingerprint": "31ce32acb4fbed077e124dbdfb4b1a4e9317b5e5f17a6b66f726c624ece06a75" -} \ No newline at end of file + "fingerprint": "31ce32acb4fbed077e124dbdfb4b1a4e9317b5e5f17a6b66f726c624ece06a75", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/claude-sonnet-4.6/2026-04-06T15-37-51.387Z/agent-043-view-transitions/summary.json b/results/claude-sonnet-4.6/2026-04-06T15-37-51.387Z/agent-043-view-transitions/summary.json index 3d9f7962c..5ba79a4ef 100644 --- a/results/claude-sonnet-4.6/2026-04-06T15-37-51.387Z/agent-043-view-transitions/summary.json +++ b/results/claude-sonnet-4.6/2026-04-06T15-37-51.387Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 365.74749999999995, - "fingerprint": "bd02229af160f872439425dcd3e5f3a342c58f71e2776de5183e6f21449fec8b" -} \ No newline at end of file + "fingerprint": "bd02229af160f872439425dcd3e5f3a342c58f71e2776de5183e6f21449fec8b", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-031-proxy-middleware/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-031-proxy-middleware/summary.json index 5a9abfbc4..2c84a081c 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-031-proxy-middleware/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 116.487, - "fingerprint": "26cfb334261b795758be651b1653f9253e79b46c31e35812fffd45f995d2bf03" + "fingerprint": "26cfb334261b795758be651b1653f9253e79b46c31e35812fffd45f995d2bf03", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-032-use-cache-directive/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-032-use-cache-directive/summary.json index ba2bd1f21..38b298471 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-032-use-cache-directive/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 170.902, - "fingerprint": "161c2dab1672155014e8ca55f03b204b9b506fcfcaaa0e050d2523b7405f0289" + "fingerprint": "161c2dab1672155014e8ca55f03b204b9b506fcfcaaa0e050d2523b7405f0289", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-033-forbidden-auth/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-033-forbidden-auth/summary.json index 78e3b7ec2..04113cba0 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-033-forbidden-auth/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 122.55949999999999, - "fingerprint": "bda882569944d976a0ca3be58445ce478d46085126c90d00b49ba6116651e720" + "fingerprint": "bda882569944d976a0ca3be58445ce478d46085126c90d00b49ba6116651e720", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-034-async-cookies/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-034-async-cookies/summary.json index b1d9ced5c..ba405acd6 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-034-async-cookies/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 166.497, - "fingerprint": "76510d5e0b4568415a194191e8067f5b2278d51c237dc6fe30a5b1fb3b6f114c" + "fingerprint": "76510d5e0b4568415a194191e8067f5b2278d51c237dc6fe30a5b1fb3b6f114c", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-035-connection-dynamic/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-035-connection-dynamic/summary.json index ac31a2d12..cd4595976 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-035-connection-dynamic/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 165.591, - "fingerprint": "308678a13ebffc0ce2e54fdedbaccd25efb50bb880d0aca092280a3141610e4f" + "fingerprint": "308678a13ebffc0ce2e54fdedbaccd25efb50bb880d0aca092280a3141610e4f", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-036-after-response/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-036-after-response/summary.json index 9fc2dad21..40e0eacc6 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-036-after-response/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.814, - "fingerprint": "bdb07504532319ef86ac4462dac5667742ca4c650c2507c2b629a995d68e2a3a" + "fingerprint": "bdb07504532319ef86ac4462dac5667742ca4c650c2507c2b629a995d68e2a3a", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-037-updatetag-cache/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-037-updatetag-cache/summary.json index 98e53c1e2..8dc9d3f3c 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-037-updatetag-cache/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 185.042, - "fingerprint": "3c3154abeaa8057c28bd69c8f6474633c9ce81116d3fd0f6073420ff2cd9a1d6" + "fingerprint": "3c3154abeaa8057c28bd69c8f6474633c9ce81116d3fd0f6073420ff2cd9a1d6", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-038-refresh-settings/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-038-refresh-settings/summary.json index ec9ed8d79..ca1a6afea 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-038-refresh-settings/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 102.3535, - "fingerprint": "59ecdeb36b254144bb62c3755da7715f183bc5ad99beb8318b6542fb085a279a" + "fingerprint": "59ecdeb36b254144bb62c3755da7715f183bc5ad99beb8318b6542fb085a279a", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-039-indirect-proxy/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-039-indirect-proxy/summary.json index b62726f39..0dc165ff9 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-039-indirect-proxy/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T09-48-32.753Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.563, - "fingerprint": "41f360aad067863fd942c3fd00de7fba2daa90141a6056490798d9e4cbf1e6f5" + "fingerprint": "41f360aad067863fd942c3fd00de7fba2daa90141a6056490798d9e4cbf1e6f5", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-000-app-router-migration-simple/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-000-app-router-migration-simple/summary.json index 4de986322..6ab59c63d 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-000-app-router-migration-simple/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.225, - "fingerprint": "d7d17759d2906fa60e6d24555b531d40d20ed01ab2dc5c2540c6a47150a25b24" + "fingerprint": "d7d17759d2906fa60e6d24555b531d40d20ed01ab2dc5c2540c6a47150a25b24", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-021-avoid-fetch-in-effect/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-021-avoid-fetch-in-effect/summary.json index 442d8a43a..07ca26391 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 121.107, - "fingerprint": "7b999444a9afabd0cf48d4bb88fedc18b5c6732cc799d35af520d89255a19e76" + "fingerprint": "7b999444a9afabd0cf48d4bb88fedc18b5c6732cc799d35af520d89255a19e76", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-022-prefer-server-actions/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-022-prefer-server-actions/summary.json index f6f4b01b2..04ad23e92 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-022-prefer-server-actions/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 127.30875, - "fingerprint": "eb2c0f561a55d538f677830dc88acc7b20e29cacebdbe3df51058f19d7967265" + "fingerprint": "eb2c0f561a55d538f677830dc88acc7b20e29cacebdbe3df51058f19d7967265", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-023-avoid-getserversideprops/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-023-avoid-getserversideprops/summary.json index 8b406ea0a..cf2c01c44 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 102.496, - "fingerprint": "021c171707cbe4804acb7c5e24839f4069cb6037c675c82cf859f31126520d09" + "fingerprint": "021c171707cbe4804acb7c5e24839f4069cb6037c675c82cf859f31126520d09", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-024-avoid-redundant-usestate/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-024-avoid-redundant-usestate/summary.json index 304895eb4..a4f8ab636 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 97.891, - "fingerprint": "32d54823eee3c5709f35bf3b6d2a4763ae01992ee63aff6e04270087f1904b51" + "fingerprint": "32d54823eee3c5709f35bf3b6d2a4763ae01992ee63aff6e04270087f1904b51", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-026-no-serial-await/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-026-no-serial-await/summary.json index cccbf4b68..2db99d780 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-026-no-serial-await/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 67.30066666666666, - "fingerprint": "57d8a210c4ffc461d84a67b9eefb7bb17621de6e0bb37dda10fe8f6ebeda81ef" + "fingerprint": "57d8a210c4ffc461d84a67b9eefb7bb17621de6e0bb37dda10fe8f6ebeda81ef", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-027-prefer-next-image/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-027-prefer-next-image/summary.json index d866ed697..e222a1e27 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-027-prefer-next-image/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 100.271, - "fingerprint": "dd8b5cd679ffc26cf72064bfb825d05d28944f0d53d0d9d8c074f178f87f52b2" + "fingerprint": "dd8b5cd679ffc26cf72064bfb825d05d28944f0d53d0d9d8c074f178f87f52b2", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-028-prefer-next-font/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-028-prefer-next-font/summary.json index 1d92a2bbb..9ee8c3433 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-028-prefer-next-font/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 103.462, - "fingerprint": "c597b77654e839b2ada90aa671576a4dada4ac1e0433d76a630c73fa74debc46" + "fingerprint": "c597b77654e839b2ada90aa671576a4dada4ac1e0433d76a630c73fa74debc46", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-029-use-cache-directive/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-029-use-cache-directive/summary.json index d4f83a724..f8e7e758d 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-029-use-cache-directive/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 65.85225, - "fingerprint": "b157feb4969b178980d6f2def5e5f27f90ac0a67af0c68ec52676317c2892d28" + "fingerprint": "b157feb4969b178980d6f2def5e5f27f90ac0a67af0c68ec52676317c2892d28", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-030-app-router-migration-hard/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-030-app-router-migration-hard/summary.json index 722433215..9084737f0 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-030-app-router-migration-hard/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-02-27.740Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 127.38399999999999, - "fingerprint": "03172283870845ebd7a2747f26884dabd6002fc8e94571411127d0a8569ff84f" + "fingerprint": "03172283870845ebd7a2747f26884dabd6002fc8e94571411127d0a8569ff84f", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/cursor-composer-1.5--agents-md/2026-02-18T10-37-59.795Z/agent-025-prefer-next-link/summary.json b/results/cursor-composer-1.5--agents-md/2026-02-18T10-37-59.795Z/agent-025-prefer-next-link/summary.json index f7c535925..f0b9407e6 100644 --- a/results/cursor-composer-1.5--agents-md/2026-02-18T10-37-59.795Z/agent-025-prefer-next-link/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-02-18T10-37-59.795Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 102.135, - "fingerprint": "adcb89c9e8d4ea7231840e4101905ac985a66eee12dfa14a45085638f53989cb" + "fingerprint": "adcb89c9e8d4ea7231840e4101905ac985a66eee12dfa14a45085638f53989cb", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/cursor-composer-1.5--agents-md/2026-03-17T19-05-45.601Z/agent-040-unstable-instant/summary.json b/results/cursor-composer-1.5--agents-md/2026-03-17T19-05-45.601Z/agent-040-unstable-instant/summary.json index 3d99a0c42..951ceb666 100644 --- a/results/cursor-composer-1.5--agents-md/2026-03-17T19-05-45.601Z/agent-040-unstable-instant/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-03-17T19-05-45.601Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 106.05075, - "fingerprint": "a71171367bc5ae93e93d42b3ee2726bd00b398a3424bf747c5b9426bb92ab027" -} \ No newline at end of file + "fingerprint": "a71171367bc5ae93e93d42b3ee2726bd00b398a3424bf747c5b9426bb92ab027", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-041-optimize-ppr-shell/summary.json b/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-041-optimize-ppr-shell/summary.json index 66bb40f1d..d3a0f3a22 100644 --- a/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 138.69275000000002, - "fingerprint": "a2fd77c1ee09714bc28f728d8ef774ca7d016767e5b687184812fac269fd1cc2" -} \ No newline at end of file + "fingerprint": "a2fd77c1ee09714bc28f728d8ef774ca7d016767e5b687184812fac269fd1cc2", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-042-enable-ppr/summary.json b/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-042-enable-ppr/summary.json index dbd196076..b7b9c2b81 100644 --- a/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-042-enable-ppr/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-04-02T17-14-57.374Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 89.071, - "fingerprint": "adaf4b8452ec9e6185e961d507f8b06eb170b9cfb1fc792ac714484cee0c6c44" -} \ No newline at end of file + "fingerprint": "adaf4b8452ec9e6185e961d507f8b06eb170b9cfb1fc792ac714484cee0c6c44", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/cursor-composer-1.5--agents-md/2026-04-06T14-41-53.357Z/agent-043-view-transitions/summary.json b/results/cursor-composer-1.5--agents-md/2026-04-06T14-41-53.357Z/agent-043-view-transitions/summary.json index 1d5b81dce..9f2c75c4b 100644 --- a/results/cursor-composer-1.5--agents-md/2026-04-06T14-41-53.357Z/agent-043-view-transitions/summary.json +++ b/results/cursor-composer-1.5--agents-md/2026-04-06T14-41-53.357Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 111.447, - "fingerprint": "03011bdc86e0f1e94989984f68a6ae7b6c352c5e6e0430c2a6bf0b6d232f02c9" -} \ No newline at end of file + "fingerprint": "03011bdc86e0f1e94989984f68a6ae7b6c352c5e6e0430c2a6bf0b6d232f02c9", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-000-app-router-migration-simple/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-000-app-router-migration-simple/summary.json index d734291ac..6d98a4440 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-000-app-router-migration-simple/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 57.57175, - "fingerprint": "d7d17759d2906fa60e6d24555b531d40d20ed01ab2dc5c2540c6a47150a25b24" + "fingerprint": "d7d17759d2906fa60e6d24555b531d40d20ed01ab2dc5c2540c6a47150a25b24", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-021-avoid-fetch-in-effect/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-021-avoid-fetch-in-effect/summary.json index 5966237bd..c2b7a18ca 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 185.886, - "fingerprint": "7b999444a9afabd0cf48d4bb88fedc18b5c6732cc799d35af520d89255a19e76" + "fingerprint": "7b999444a9afabd0cf48d4bb88fedc18b5c6732cc799d35af520d89255a19e76", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-023-avoid-getserversideprops/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-023-avoid-getserversideprops/summary.json index 82afd14ba..e9939be92 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 88.71766666666667, - "fingerprint": "021c171707cbe4804acb7c5e24839f4069cb6037c675c82cf859f31126520d09" + "fingerprint": "021c171707cbe4804acb7c5e24839f4069cb6037c675c82cf859f31126520d09", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-027-prefer-next-image/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-027-prefer-next-image/summary.json index 7a71c852f..6bc6e84a4 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-027-prefer-next-image/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 79.70100000000001, - "fingerprint": "dd8b5cd679ffc26cf72064bfb825d05d28944f0d53d0d9d8c074f178f87f52b2" + "fingerprint": "dd8b5cd679ffc26cf72064bfb825d05d28944f0d53d0d9d8c074f178f87f52b2", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-028-prefer-next-font/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-028-prefer-next-font/summary.json index a99915362..3ee98c492 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-028-prefer-next-font/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 172.077, - "fingerprint": "c597b77654e839b2ada90aa671576a4dada4ac1e0433d76a630c73fa74debc46" + "fingerprint": "c597b77654e839b2ada90aa671576a4dada4ac1e0433d76a630c73fa74debc46", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-029-use-cache-directive/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-029-use-cache-directive/summary.json index 74f9378d7..25e657ed5 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-029-use-cache-directive/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 80.705, - "fingerprint": "b157feb4969b178980d6f2def5e5f27f90ac0a67af0c68ec52676317c2892d28" + "fingerprint": "b157feb4969b178980d6f2def5e5f27f90ac0a67af0c68ec52676317c2892d28", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-030-app-router-migration-hard/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-030-app-router-migration-hard/summary.json index 7466c6cb8..119bb22cc 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-030-app-router-migration-hard/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 138.0425, - "fingerprint": "03172283870845ebd7a2747f26884dabd6002fc8e94571411127d0a8569ff84f" + "fingerprint": "03172283870845ebd7a2747f26884dabd6002fc8e94571411127d0a8569ff84f", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-031-proxy-middleware/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-031-proxy-middleware/summary.json index 440aef360..7d36746f0 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-031-proxy-middleware/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 171.32549999999998, - "fingerprint": "26cfb334261b795758be651b1653f9253e79b46c31e35812fffd45f995d2bf03" + "fingerprint": "26cfb334261b795758be651b1653f9253e79b46c31e35812fffd45f995d2bf03", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-032-use-cache-directive/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-032-use-cache-directive/summary.json index 4bebfd89f..86dec4389 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-032-use-cache-directive/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 171.26475, - "fingerprint": "161c2dab1672155014e8ca55f03b204b9b506fcfcaaa0e050d2523b7405f0289" + "fingerprint": "161c2dab1672155014e8ca55f03b204b9b506fcfcaaa0e050d2523b7405f0289", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-033-forbidden-auth/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-033-forbidden-auth/summary.json index 134bef7a2..9e53d0807 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-033-forbidden-auth/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 192.439, - "fingerprint": "bda882569944d976a0ca3be58445ce478d46085126c90d00b49ba6116651e720" + "fingerprint": "bda882569944d976a0ca3be58445ce478d46085126c90d00b49ba6116651e720", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-034-async-cookies/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-034-async-cookies/summary.json index 2963e67b9..1c5be6e9b 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-034-async-cookies/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.283, - "fingerprint": "76510d5e0b4568415a194191e8067f5b2278d51c237dc6fe30a5b1fb3b6f114c" + "fingerprint": "76510d5e0b4568415a194191e8067f5b2278d51c237dc6fe30a5b1fb3b6f114c", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-039-indirect-proxy/summary.json b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-039-indirect-proxy/summary.json index 649ec094a..6f9ebb36d 100644 --- a/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-039-indirect-proxy/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T09-48-32.757Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 52.3985, - "fingerprint": "41f360aad067863fd942c3fd00de7fba2daa90141a6056490798d9e4cbf1e6f5" + "fingerprint": "41f360aad067863fd942c3fd00de7fba2daa90141a6056490798d9e4cbf1e6f5", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-022-prefer-server-actions/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-022-prefer-server-actions/summary.json index e5bf8ce3e..3240d26d2 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-022-prefer-server-actions/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 57.8865, - "fingerprint": "eb2c0f561a55d538f677830dc88acc7b20e29cacebdbe3df51058f19d7967265" + "fingerprint": "eb2c0f561a55d538f677830dc88acc7b20e29cacebdbe3df51058f19d7967265", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-024-avoid-redundant-usestate/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-024-avoid-redundant-usestate/summary.json index ea9f1fad1..6f47455be 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 67.945, - "fingerprint": "32d54823eee3c5709f35bf3b6d2a4763ae01992ee63aff6e04270087f1904b51" + "fingerprint": "32d54823eee3c5709f35bf3b6d2a4763ae01992ee63aff6e04270087f1904b51", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-026-no-serial-await/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-026-no-serial-await/summary.json index a1f22c313..8125f4a85 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-026-no-serial-await/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 102.573, - "fingerprint": "57d8a210c4ffc461d84a67b9eefb7bb17621de6e0bb37dda10fe8f6ebeda81ef" + "fingerprint": "57d8a210c4ffc461d84a67b9eefb7bb17621de6e0bb37dda10fe8f6ebeda81ef", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-035-connection-dynamic/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-035-connection-dynamic/summary.json index 5514dd2b1..0a9e2650d 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-035-connection-dynamic/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 90.62774999999999, - "fingerprint": "308678a13ebffc0ce2e54fdedbaccd25efb50bb880d0aca092280a3141610e4f" + "fingerprint": "308678a13ebffc0ce2e54fdedbaccd25efb50bb880d0aca092280a3141610e4f", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-036-after-response/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-036-after-response/summary.json index e39838906..c3c3eb316 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-036-after-response/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 95.863, - "fingerprint": "bdb07504532319ef86ac4462dac5667742ca4c650c2507c2b629a995d68e2a3a" + "fingerprint": "bdb07504532319ef86ac4462dac5667742ca4c650c2507c2b629a995d68e2a3a", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-037-updatetag-cache/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-037-updatetag-cache/summary.json index 7b72404cd..bd6fa97e9 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-037-updatetag-cache/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 126.845, - "fingerprint": "3c3154abeaa8057c28bd69c8f6474633c9ce81116d3fd0f6073420ff2cd9a1d6" + "fingerprint": "3c3154abeaa8057c28bd69c8f6474633c9ce81116d3fd0f6073420ff2cd9a1d6", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-038-refresh-settings/summary.json b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-038-refresh-settings/summary.json index 5f13681b8..027d02715 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-038-refresh-settings/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-02-27.744Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 105.476, - "fingerprint": "59ecdeb36b254144bb62c3755da7715f183bc5ad99beb8318b6542fb085a279a" + "fingerprint": "59ecdeb36b254144bb62c3755da7715f183bc5ad99beb8318b6542fb085a279a", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/cursor-composer-1.5/2026-02-18T10-37-59.800Z/agent-025-prefer-next-link/summary.json b/results/cursor-composer-1.5/2026-02-18T10-37-59.800Z/agent-025-prefer-next-link/summary.json index e08927219..0766b6f3d 100644 --- a/results/cursor-composer-1.5/2026-02-18T10-37-59.800Z/agent-025-prefer-next-link/summary.json +++ b/results/cursor-composer-1.5/2026-02-18T10-37-59.800Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 96.709, - "fingerprint": "adcb89c9e8d4ea7231840e4101905ac985a66eee12dfa14a45085638f53989cb" + "fingerprint": "adcb89c9e8d4ea7231840e4101905ac985a66eee12dfa14a45085638f53989cb", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/cursor-composer-1.5/2026-03-17T19-05-45.605Z/agent-040-unstable-instant/summary.json b/results/cursor-composer-1.5/2026-03-17T19-05-45.605Z/agent-040-unstable-instant/summary.json index a2a210ff0..43a439fe1 100644 --- a/results/cursor-composer-1.5/2026-03-17T19-05-45.605Z/agent-040-unstable-instant/summary.json +++ b/results/cursor-composer-1.5/2026-03-17T19-05-45.605Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 200.83575000000002, - "fingerprint": "a71171367bc5ae93e93d42b3ee2726bd00b398a3424bf747c5b9426bb92ab027" -} \ No newline at end of file + "fingerprint": "a71171367bc5ae93e93d42b3ee2726bd00b398a3424bf747c5b9426bb92ab027", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-041-optimize-ppr-shell/summary.json b/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-041-optimize-ppr-shell/summary.json index 4c1d64dea..83e98b70a 100644 --- a/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 106.289, - "fingerprint": "a2fd77c1ee09714bc28f728d8ef774ca7d016767e5b687184812fac269fd1cc2" -} \ No newline at end of file + "fingerprint": "a2fd77c1ee09714bc28f728d8ef774ca7d016767e5b687184812fac269fd1cc2", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-042-enable-ppr/summary.json b/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-042-enable-ppr/summary.json index 8cdc45ef3..3ef09b293 100644 --- a/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-042-enable-ppr/summary.json +++ b/results/cursor-composer-1.5/2026-04-02T17-14-57.381Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 87.996, - "fingerprint": "adaf4b8452ec9e6185e961d507f8b06eb170b9cfb1fc792ac714484cee0c6c44" -} \ No newline at end of file + "fingerprint": "adaf4b8452ec9e6185e961d507f8b06eb170b9cfb1fc792ac714484cee0c6c44", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/cursor-composer-1.5/2026-04-06T14-41-53.362Z/agent-043-view-transitions/summary.json b/results/cursor-composer-1.5/2026-04-06T14-41-53.362Z/agent-043-view-transitions/summary.json index 0ed17a39a..ac3688f1e 100644 --- a/results/cursor-composer-1.5/2026-04-06T14-41-53.362Z/agent-043-view-transitions/summary.json +++ b/results/cursor-composer-1.5/2026-04-06T14-41-53.362Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.216, - "fingerprint": "03011bdc86e0f1e94989984f68a6ae7b6c352c5e6e0430c2a6bf0b6d232f02c9" -} \ No newline at end of file + "fingerprint": "03011bdc86e0f1e94989984f68a6ae7b6c352c5e6e0430c2a6bf0b6d232f02c9", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-000-app-router-migration-simple/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-000-app-router-migration-simple/summary.json index 15d9884c4..a1b7dbd10 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-000-app-router-migration-simple/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.029, - "fingerprint": "90b35c7bdec001abccd13befb995f9c0b075eb1ee90888c32763b898a9bad2a8" -} \ No newline at end of file + "fingerprint": "90b35c7bdec001abccd13befb995f9c0b075eb1ee90888c32763b898a9bad2a8", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-021-avoid-fetch-in-effect/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-021-avoid-fetch-in-effect/summary.json index db0c18f57..845595882 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 121.197, - "fingerprint": "6c91fba2729390dc9b3730abfe3b3ca916508275f42ebcec9f47ec7e7782b949" -} \ No newline at end of file + "fingerprint": "6c91fba2729390dc9b3730abfe3b3ca916508275f42ebcec9f47ec7e7782b949", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-022-prefer-server-actions/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-022-prefer-server-actions/summary.json index 53134a095..d1024b81b 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-022-prefer-server-actions/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 86.589, - "fingerprint": "3da9ab89e321cbf1e2f9de4aaaf57f76fd779762ce4ee24ee2caf88186bec1cc" -} \ No newline at end of file + "fingerprint": "3da9ab89e321cbf1e2f9de4aaaf57f76fd779762ce4ee24ee2caf88186bec1cc", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-023-avoid-getserversideprops/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-023-avoid-getserversideprops/summary.json index 991dcf2ca..51033bb88 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 72.9205, - "fingerprint": "156fda9d3653afb83551b518a369e00b59a47e5db4db04bd7308167069baa29e" -} \ No newline at end of file + "fingerprint": "156fda9d3653afb83551b518a369e00b59a47e5db4db04bd7308167069baa29e", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-024-avoid-redundant-usestate/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-024-avoid-redundant-usestate/summary.json index 07e650ff0..0913c32b1 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 96.327, - "fingerprint": "99a02d4fd7a021a9661719f27191a8849b7aca42eba3c998af7337327b39b836" -} \ No newline at end of file + "fingerprint": "99a02d4fd7a021a9661719f27191a8849b7aca42eba3c998af7337327b39b836", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-025-prefer-next-link/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-025-prefer-next-link/summary.json index 951e256ea..763d7f97a 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-025-prefer-next-link/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 87.611, - "fingerprint": "91e8df2030b777584861d6e7630144ae84cd118e3b2540d77b6175ecf6704a22" -} \ No newline at end of file + "fingerprint": "91e8df2030b777584861d6e7630144ae84cd118e3b2540d77b6175ecf6704a22", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-026-no-serial-await/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-026-no-serial-await/summary.json index 1487ea8bb..37eec0039 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-026-no-serial-await/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 98.286, - "fingerprint": "3a420ecde464539350e36bc0e8b57e8b00f67238ebed485466dc52b63d8c7146" -} \ No newline at end of file + "fingerprint": "3a420ecde464539350e36bc0e8b57e8b00f67238ebed485466dc52b63d8c7146", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-027-prefer-next-image/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-027-prefer-next-image/summary.json index c5b82c05b..fba68958e 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-027-prefer-next-image/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 90.899, - "fingerprint": "e9e369fc40c89a8053547ecda66f44c29b2bc0fe88c729da4d23a29f344b3770" -} \ No newline at end of file + "fingerprint": "e9e369fc40c89a8053547ecda66f44c29b2bc0fe88c729da4d23a29f344b3770", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-028-prefer-next-font/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-028-prefer-next-font/summary.json index f4ec7b057..cc1482b06 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-028-prefer-next-font/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 97.296, - "fingerprint": "e46372947edacc0027bc98969a1cb165929d8de44c67156e312b800f49d74e6d" -} \ No newline at end of file + "fingerprint": "e46372947edacc0027bc98969a1cb165929d8de44c67156e312b800f49d74e6d", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-029-use-cache-directive/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-029-use-cache-directive/summary.json index 851476ca7..0926082a4 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-029-use-cache-directive/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 109.22550000000001, - "fingerprint": "f8ab2887e5bc9aec674c6323f4ec5500eec607affe23288953f93800adbf0ee0" -} \ No newline at end of file + "fingerprint": "f8ab2887e5bc9aec674c6323f4ec5500eec607affe23288953f93800adbf0ee0", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-030-app-router-migration-hard/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-030-app-router-migration-hard/summary.json index 9887951c6..0b1f2feb1 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-030-app-router-migration-hard/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 242.347, - "fingerprint": "0c519aa2a81261c3756af55395a323ef99d0f29738662c53cb007433493208af" -} \ No newline at end of file + "fingerprint": "0c519aa2a81261c3756af55395a323ef99d0f29738662c53cb007433493208af", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-031-proxy-middleware/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-031-proxy-middleware/summary.json index 90e408f8c..2a71e5853 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-031-proxy-middleware/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 100.31875000000001, - "fingerprint": "82d8c221f1581f75565249a732c802de51d1f07997fbf859d56e8e1bccd67f85" -} \ No newline at end of file + "fingerprint": "82d8c221f1581f75565249a732c802de51d1f07997fbf859d56e8e1bccd67f85", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-032-use-cache-directive/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-032-use-cache-directive/summary.json index 58ae47acf..d85976f97 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-032-use-cache-directive/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 99.186, - "fingerprint": "25fc7228945a8ec875d290222bbe542f16d83df0632cc548b8e521dfe572fd00" -} \ No newline at end of file + "fingerprint": "25fc7228945a8ec875d290222bbe542f16d83df0632cc548b8e521dfe572fd00", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-033-forbidden-auth/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-033-forbidden-auth/summary.json index d2dd87e14..9acb0f682 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-033-forbidden-auth/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 146.088, - "fingerprint": "df18614ea2496926b5a2991338388c7433458a8165839e1177b9593e38f9fe84" -} \ No newline at end of file + "fingerprint": "df18614ea2496926b5a2991338388c7433458a8165839e1177b9593e38f9fe84", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-034-async-cookies/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-034-async-cookies/summary.json index e716d916a..13b1ce99b 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-034-async-cookies/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 107.813, - "fingerprint": "f27935472caeb38a8f44738011ee95fa41d51ac872ffe5bf9c2de06a5f617bd6" -} \ No newline at end of file + "fingerprint": "f27935472caeb38a8f44738011ee95fa41d51ac872ffe5bf9c2de06a5f617bd6", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-035-connection-dynamic/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-035-connection-dynamic/summary.json index 23f62a77c..ef816e9cd 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-035-connection-dynamic/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 79.284, - "fingerprint": "176a6e9c0cdf0831b13034834ffaaaf3019200d76452bc7b7077673785e9ff4a" -} \ No newline at end of file + "fingerprint": "176a6e9c0cdf0831b13034834ffaaaf3019200d76452bc7b7077673785e9ff4a", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-036-after-response/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-036-after-response/summary.json index a996e1afb..64d2bd71b 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-036-after-response/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 116.911, - "fingerprint": "47a89bfe39ae5f65cac85d02c200960a89abeb309640f11a9193842514ebc8ac" -} \ No newline at end of file + "fingerprint": "47a89bfe39ae5f65cac85d02c200960a89abeb309640f11a9193842514ebc8ac", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-037-updatetag-cache/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-037-updatetag-cache/summary.json index 32231b302..24d8d6d2b 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-037-updatetag-cache/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 129.42, - "fingerprint": "84d9544eca2525188c6a79ce16b238d7102935077a70bc73994f0e7a4c728e93" -} \ No newline at end of file + "fingerprint": "84d9544eca2525188c6a79ce16b238d7102935077a70bc73994f0e7a4c728e93", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-038-refresh-settings/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-038-refresh-settings/summary.json index 1b6616bef..ca4aa5579 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-038-refresh-settings/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 76.1095, - "fingerprint": "64558fd090a5e69a18fa50a416263b90fb7042a43698c16f275d771f73d43d3c" -} \ No newline at end of file + "fingerprint": "64558fd090a5e69a18fa50a416263b90fb7042a43698c16f275d771f73d43d3c", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-039-indirect-proxy/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-039-indirect-proxy/summary.json index 444c54915..7e350547c 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-039-indirect-proxy/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 64.87349999999999, - "fingerprint": "bab0e247e71657066671ccf5de2149d600a558408f9c50f25f19b305ca6c6bb6" -} \ No newline at end of file + "fingerprint": "bab0e247e71657066671ccf5de2149d600a558408f9c50f25f19b305ca6c6bb6", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-040-unstable-instant/summary.json b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-040-unstable-instant/summary.json index bf0927cce..aab821c04 100644 --- a/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-040-unstable-instant/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-03-21T13-18-19.701Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 89.05466666666666, - "fingerprint": "6cb59487e9ce53d897ae90715bd152f2a1a575d80b9a50e66b4594c8e7586a16" -} \ No newline at end of file + "fingerprint": "6cb59487e9ce53d897ae90715bd152f2a1a575d80b9a50e66b4594c8e7586a16", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-041-optimize-ppr-shell/summary.json b/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-041-optimize-ppr-shell/summary.json index 06f55a5fb..59683a601 100644 --- a/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 207.084, - "fingerprint": "63935d0d5d9da69aec86898e94ea838a88710ba94b60afe867f5c60e630b926d" -} \ No newline at end of file + "fingerprint": "63935d0d5d9da69aec86898e94ea838a88710ba94b60afe867f5c60e630b926d", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-042-enable-ppr/summary.json b/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-042-enable-ppr/summary.json index 54bb728e3..2fe173d64 100644 --- a/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-042-enable-ppr/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-04-02T17-14-57.388Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 117.576, - "fingerprint": "2be9a871eb16f4b699458e29bc2be16f137c5c29c2ca7eccc76f080d3c97fce3" -} \ No newline at end of file + "fingerprint": "2be9a871eb16f4b699458e29bc2be16f137c5c29c2ca7eccc76f080d3c97fce3", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/cursor-composer-2.0--agents-md/2026-04-06T14-41-53.368Z/agent-043-view-transitions/summary.json b/results/cursor-composer-2.0--agents-md/2026-04-06T14-41-53.368Z/agent-043-view-transitions/summary.json index 710b3049c..9ae4a2e40 100644 --- a/results/cursor-composer-2.0--agents-md/2026-04-06T14-41-53.368Z/agent-043-view-transitions/summary.json +++ b/results/cursor-composer-2.0--agents-md/2026-04-06T14-41-53.368Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 177.292, - "fingerprint": "10e2988f9ad639e78129d533dc0c458dc17830ce3b4b8fa751895e1af9b222df" -} \ No newline at end of file + "fingerprint": "10e2988f9ad639e78129d533dc0c458dc17830ce3b4b8fa751895e1af9b222df", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-000-app-router-migration-simple/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-000-app-router-migration-simple/summary.json index 4f2db4b38..20bf96462 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-000-app-router-migration-simple/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 137.875, - "fingerprint": "90b35c7bdec001abccd13befb995f9c0b075eb1ee90888c32763b898a9bad2a8" -} \ No newline at end of file + "fingerprint": "90b35c7bdec001abccd13befb995f9c0b075eb1ee90888c32763b898a9bad2a8", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-021-avoid-fetch-in-effect/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-021-avoid-fetch-in-effect/summary.json index 430ede078..6c40b3eb0 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 105.712, - "fingerprint": "6c91fba2729390dc9b3730abfe3b3ca916508275f42ebcec9f47ec7e7782b949" -} \ No newline at end of file + "fingerprint": "6c91fba2729390dc9b3730abfe3b3ca916508275f42ebcec9f47ec7e7782b949", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-022-prefer-server-actions/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-022-prefer-server-actions/summary.json index df2609e14..56bf83e18 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-022-prefer-server-actions/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 88.31524999999999, - "fingerprint": "3da9ab89e321cbf1e2f9de4aaaf57f76fd779762ce4ee24ee2caf88186bec1cc" -} \ No newline at end of file + "fingerprint": "3da9ab89e321cbf1e2f9de4aaaf57f76fd779762ce4ee24ee2caf88186bec1cc", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-023-avoid-getserversideprops/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-023-avoid-getserversideprops/summary.json index 0e0f5cae4..a85bef7e1 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 96.315, - "fingerprint": "156fda9d3653afb83551b518a369e00b59a47e5db4db04bd7308167069baa29e" -} \ No newline at end of file + "fingerprint": "156fda9d3653afb83551b518a369e00b59a47e5db4db04bd7308167069baa29e", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-024-avoid-redundant-usestate/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-024-avoid-redundant-usestate/summary.json index 3da2ad73c..3e88cd81a 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 97.955, - "fingerprint": "99a02d4fd7a021a9661719f27191a8849b7aca42eba3c998af7337327b39b836" -} \ No newline at end of file + "fingerprint": "99a02d4fd7a021a9661719f27191a8849b7aca42eba3c998af7337327b39b836", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-025-prefer-next-link/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-025-prefer-next-link/summary.json index e13b1501c..01103257b 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-025-prefer-next-link/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 88.402, - "fingerprint": "91e8df2030b777584861d6e7630144ae84cd118e3b2540d77b6175ecf6704a22" -} \ No newline at end of file + "fingerprint": "91e8df2030b777584861d6e7630144ae84cd118e3b2540d77b6175ecf6704a22", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-026-no-serial-await/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-026-no-serial-await/summary.json index f6e94db1c..d4c59d753 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-026-no-serial-await/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 120.194, - "fingerprint": "3a420ecde464539350e36bc0e8b57e8b00f67238ebed485466dc52b63d8c7146" -} \ No newline at end of file + "fingerprint": "3a420ecde464539350e36bc0e8b57e8b00f67238ebed485466dc52b63d8c7146", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-027-prefer-next-image/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-027-prefer-next-image/summary.json index 53893d5c2..c939eca33 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-027-prefer-next-image/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 90.258, - "fingerprint": "e9e369fc40c89a8053547ecda66f44c29b2bc0fe88c729da4d23a29f344b3770" -} \ No newline at end of file + "fingerprint": "e9e369fc40c89a8053547ecda66f44c29b2bc0fe88c729da4d23a29f344b3770", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-028-prefer-next-font/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-028-prefer-next-font/summary.json index f7e1a8a79..af128e3ff 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-028-prefer-next-font/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 62.866, - "fingerprint": "e46372947edacc0027bc98969a1cb165929d8de44c67156e312b800f49d74e6d" -} \ No newline at end of file + "fingerprint": "e46372947edacc0027bc98969a1cb165929d8de44c67156e312b800f49d74e6d", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-029-use-cache-directive/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-029-use-cache-directive/summary.json index 77beb11e9..e19a7ebfd 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-029-use-cache-directive/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 130.13174999999998, - "fingerprint": "f8ab2887e5bc9aec674c6323f4ec5500eec607affe23288953f93800adbf0ee0" -} \ No newline at end of file + "fingerprint": "f8ab2887e5bc9aec674c6323f4ec5500eec607affe23288953f93800adbf0ee0", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-031-proxy-middleware/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-031-proxy-middleware/summary.json index f39b5a197..3f6d27fcf 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-031-proxy-middleware/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 101.369, - "fingerprint": "82d8c221f1581f75565249a732c802de51d1f07997fbf859d56e8e1bccd67f85" -} \ No newline at end of file + "fingerprint": "82d8c221f1581f75565249a732c802de51d1f07997fbf859d56e8e1bccd67f85", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-032-use-cache-directive/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-032-use-cache-directive/summary.json index 0dd7b5e9e..7ab4cbe53 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-032-use-cache-directive/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 60.28766666666667, - "fingerprint": "25fc7228945a8ec875d290222bbe542f16d83df0632cc548b8e521dfe572fd00" -} \ No newline at end of file + "fingerprint": "25fc7228945a8ec875d290222bbe542f16d83df0632cc548b8e521dfe572fd00", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-033-forbidden-auth/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-033-forbidden-auth/summary.json index 480f9c8ca..68613e162 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-033-forbidden-auth/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.539, - "fingerprint": "df18614ea2496926b5a2991338388c7433458a8165839e1177b9593e38f9fe84" -} \ No newline at end of file + "fingerprint": "df18614ea2496926b5a2991338388c7433458a8165839e1177b9593e38f9fe84", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-034-async-cookies/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-034-async-cookies/summary.json index 5bd03cd06..a1473ff7a 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-034-async-cookies/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 95.055, - "fingerprint": "f27935472caeb38a8f44738011ee95fa41d51ac872ffe5bf9c2de06a5f617bd6" -} \ No newline at end of file + "fingerprint": "f27935472caeb38a8f44738011ee95fa41d51ac872ffe5bf9c2de06a5f617bd6", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-035-connection-dynamic/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-035-connection-dynamic/summary.json index 0d7fe303b..bba43514e 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-035-connection-dynamic/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 66.6855, - "fingerprint": "176a6e9c0cdf0831b13034834ffaaaf3019200d76452bc7b7077673785e9ff4a" -} \ No newline at end of file + "fingerprint": "176a6e9c0cdf0831b13034834ffaaaf3019200d76452bc7b7077673785e9ff4a", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-036-after-response/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-036-after-response/summary.json index 220509c7a..0543418be 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-036-after-response/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 58.17075, - "fingerprint": "47a89bfe39ae5f65cac85d02c200960a89abeb309640f11a9193842514ebc8ac" -} \ No newline at end of file + "fingerprint": "47a89bfe39ae5f65cac85d02c200960a89abeb309640f11a9193842514ebc8ac", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-037-updatetag-cache/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-037-updatetag-cache/summary.json index a84248e6b..9c63aad3e 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-037-updatetag-cache/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 125.866, - "fingerprint": "84d9544eca2525188c6a79ce16b238d7102935077a70bc73994f0e7a4c728e93" -} \ No newline at end of file + "fingerprint": "84d9544eca2525188c6a79ce16b238d7102935077a70bc73994f0e7a4c728e93", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-038-refresh-settings/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-038-refresh-settings/summary.json index c5a97fb02..b9c9a7c31 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-038-refresh-settings/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 113.25550000000001, - "fingerprint": "64558fd090a5e69a18fa50a416263b90fb7042a43698c16f275d771f73d43d3c" -} \ No newline at end of file + "fingerprint": "64558fd090a5e69a18fa50a416263b90fb7042a43698c16f275d771f73d43d3c", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-039-indirect-proxy/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-039-indirect-proxy/summary.json index ad68e3ddc..b904225c8 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-039-indirect-proxy/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 58.06633333333334, - "fingerprint": "bab0e247e71657066671ccf5de2149d600a558408f9c50f25f19b305ca6c6bb6" -} \ No newline at end of file + "fingerprint": "bab0e247e71657066671ccf5de2149d600a558408f9c50f25f19b305ca6c6bb6", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-040-unstable-instant/summary.json b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-040-unstable-instant/summary.json index 9556ec2fe..989d3eb06 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-040-unstable-instant/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-31-44.891Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 46.43325, - "fingerprint": "6cb59487e9ce53d897ae90715bd152f2a1a575d80b9a50e66b4594c8e7586a16" -} \ No newline at end of file + "fingerprint": "6cb59487e9ce53d897ae90715bd152f2a1a575d80b9a50e66b4594c8e7586a16", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/cursor-composer-2.0/2026-03-21T15-37-00.879Z/agent-030-app-router-migration-hard/summary.json b/results/cursor-composer-2.0/2026-03-21T15-37-00.879Z/agent-030-app-router-migration-hard/summary.json index 2aef55067..ad06fb6cb 100644 --- a/results/cursor-composer-2.0/2026-03-21T15-37-00.879Z/agent-030-app-router-migration-hard/summary.json +++ b/results/cursor-composer-2.0/2026-03-21T15-37-00.879Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 181.761, - "fingerprint": "0c519aa2a81261c3756af55395a323ef99d0f29738662c53cb007433493208af" -} \ No newline at end of file + "fingerprint": "0c519aa2a81261c3756af55395a323ef99d0f29738662c53cb007433493208af", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-041-optimize-ppr-shell/summary.json b/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-041-optimize-ppr-shell/summary.json index 651845936..3c265b719 100644 --- a/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 191.33175, - "fingerprint": "63935d0d5d9da69aec86898e94ea838a88710ba94b60afe867f5c60e630b926d" -} \ No newline at end of file + "fingerprint": "63935d0d5d9da69aec86898e94ea838a88710ba94b60afe867f5c60e630b926d", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-042-enable-ppr/summary.json b/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-042-enable-ppr/summary.json index 85b376330..3cd0a8164 100644 --- a/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-042-enable-ppr/summary.json +++ b/results/cursor-composer-2.0/2026-04-02T17-14-57.394Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 122.15, - "fingerprint": "2be9a871eb16f4b699458e29bc2be16f137c5c29c2ca7eccc76f080d3c97fce3" -} \ No newline at end of file + "fingerprint": "2be9a871eb16f4b699458e29bc2be16f137c5c29c2ca7eccc76f080d3c97fce3", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/cursor-composer-2.0/2026-04-06T14-41-53.374Z/agent-043-view-transitions/summary.json b/results/cursor-composer-2.0/2026-04-06T14-41-53.374Z/agent-043-view-transitions/summary.json index 7b8c5e20d..34e1067f8 100644 --- a/results/cursor-composer-2.0/2026-04-06T14-41-53.374Z/agent-043-view-transitions/summary.json +++ b/results/cursor-composer-2.0/2026-04-06T14-41-53.374Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 304.682, - "fingerprint": "10e2988f9ad639e78129d533dc0c458dc17830ce3b4b8fa751895e1af9b222df" -} \ No newline at end of file + "fingerprint": "10e2988f9ad639e78129d533dc0c458dc17830ce3b4b8fa751895e1af9b222df", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-000-app-router-migration-simple/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-000-app-router-migration-simple/summary.json index fc5ee2465..3540f3d4b 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-000-app-router-migration-simple/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 158.785, - "fingerprint": "d7a2736029c4d05a57e2044c785200c3d6fb8ab3018f0009d60e295687491616" + "fingerprint": "d7a2736029c4d05a57e2044c785200c3d6fb8ab3018f0009d60e295687491616", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-021-avoid-fetch-in-effect/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-021-avoid-fetch-in-effect/summary.json index c8b8a6742..fc2dc691e 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.981, - "fingerprint": "a0ba02168b153c7fa2e7774d1b055f3e50428db11050a7708fcdc82a39e19f79" + "fingerprint": "a0ba02168b153c7fa2e7774d1b055f3e50428db11050a7708fcdc82a39e19f79", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-022-prefer-server-actions/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-022-prefer-server-actions/summary.json index 755289031..6f17628eb 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-022-prefer-server-actions/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 146.269, - "fingerprint": "fc94020080a9567192951b57689d48606b8164019bccc32e17877570c49f4a29" + "fingerprint": "fc94020080a9567192951b57689d48606b8164019bccc32e17877570c49f4a29", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-023-avoid-getserversideprops/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-023-avoid-getserversideprops/summary.json index 59d9e69e6..0d4ed9ede 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 123.153, - "fingerprint": "6286b46c76b65946bc936d1b6e5eeb4156c19704e2d7f97899388ad79cfa6a88" + "fingerprint": "6286b46c76b65946bc936d1b6e5eeb4156c19704e2d7f97899388ad79cfa6a88", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-024-avoid-redundant-usestate/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-024-avoid-redundant-usestate/summary.json index 2bd7d098b..cd6537b45 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 127.304, - "fingerprint": "c258b36410a777eb27b1915a777cd0a8d5a1e7ffd0087a662a6d778fb2c49263" + "fingerprint": "c258b36410a777eb27b1915a777cd0a8d5a1e7ffd0087a662a6d778fb2c49263", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-025-prefer-next-link/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-025-prefer-next-link/summary.json index 2683bfe8f..ba98bbcdf 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-025-prefer-next-link/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 125.841, - "fingerprint": "34c5e1ddcdbf44762b783e24c68fd8baff5bfff29006f2ee62c655cfdbb179f4" + "fingerprint": "34c5e1ddcdbf44762b783e24c68fd8baff5bfff29006f2ee62c655cfdbb179f4", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-026-no-serial-await/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-026-no-serial-await/summary.json index 0d9c195ab..09664df85 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-026-no-serial-await/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 199.28699999999998, - "fingerprint": "179e69ff0c01697efa0db6f103072fcf927c2ca78958a5287f520f4993623198" + "fingerprint": "179e69ff0c01697efa0db6f103072fcf927c2ca78958a5287f520f4993623198", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-027-prefer-next-image/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-027-prefer-next-image/summary.json index 5f60c143f..de5033dc5 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-027-prefer-next-image/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 107.071, - "fingerprint": "7be6d1151e8883839c4ca04fdb27b003ac043cd98dcfc67d28af66e21abe2e58" + "fingerprint": "7be6d1151e8883839c4ca04fdb27b003ac043cd98dcfc67d28af66e21abe2e58", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-028-prefer-next-font/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-028-prefer-next-font/summary.json index 6f2874f86..57eed5071 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-028-prefer-next-font/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 139.562, - "fingerprint": "e42df4081ee2c5b0c0c2fd257b8ef521cdbcd625bbd2f7b6ab2cce6eb1ad202c" + "fingerprint": "e42df4081ee2c5b0c0c2fd257b8ef521cdbcd625bbd2f7b6ab2cce6eb1ad202c", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-029-use-cache-directive/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-029-use-cache-directive/summary.json index 04011f624..20be94ef3 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-029-use-cache-directive/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 232.339, - "fingerprint": "e3701cf265b298dd4baa0f286e4e7d69215f80c7ec871509daf0966b400f6339" + "fingerprint": "e3701cf265b298dd4baa0f286e4e7d69215f80c7ec871509daf0966b400f6339", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-030-app-router-migration-hard/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-030-app-router-migration-hard/summary.json index 0a79f5502..020120142 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-030-app-router-migration-hard/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 229.753, - "fingerprint": "244c26f399544b200ba2faaf4f1d6f8262671836e6d1a66dce893b44c0759323" + "fingerprint": "244c26f399544b200ba2faaf4f1d6f8262671836e6d1a66dce893b44c0759323", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-031-proxy-middleware/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-031-proxy-middleware/summary.json index 32d7af0ff..40603e048 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-031-proxy-middleware/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 133.01066666666668, - "fingerprint": "c063617a20c324e90d03062785bb20f1359de9abc09a3d518a55e1c67988e1b7" + "fingerprint": "c063617a20c324e90d03062785bb20f1359de9abc09a3d518a55e1c67988e1b7", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-032-use-cache-directive/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-032-use-cache-directive/summary.json index 4cea66a7b..26c79e23f 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-032-use-cache-directive/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.029, - "fingerprint": "e6953e34bbc9ac75b5a7a70080fccc885f7b2b2e7a1e910dc7f019e5cae51916" + "fingerprint": "e6953e34bbc9ac75b5a7a70080fccc885f7b2b2e7a1e910dc7f019e5cae51916", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-033-forbidden-auth/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-033-forbidden-auth/summary.json index d343d16c2..d32005f92 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-033-forbidden-auth/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 158.54, - "fingerprint": "1c6bd77fbf5c380b4181a7090bef384b29dc6ec4cbb3e00c28029f3877445ee4" + "fingerprint": "1c6bd77fbf5c380b4181a7090bef384b29dc6ec4cbb3e00c28029f3877445ee4", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-034-async-cookies/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-034-async-cookies/summary.json index 7f974c286..a1c9b791a 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-034-async-cookies/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 120.889, - "fingerprint": "bc121099cc03783fbf940cdd20a22209c85261d6dcc1c6a89137f8e62a9e0528" + "fingerprint": "bc121099cc03783fbf940cdd20a22209c85261d6dcc1c6a89137f8e62a9e0528", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-035-connection-dynamic/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-035-connection-dynamic/summary.json index b432c7aee..a79946098 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-035-connection-dynamic/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 133.342, - "fingerprint": "b1c340e5997e95e55285dc614bee17c6b7fe3f99e82e2d43e28304296d60bd5c" + "fingerprint": "b1c340e5997e95e55285dc614bee17c6b7fe3f99e82e2d43e28304296d60bd5c", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-036-after-response/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-036-after-response/summary.json index 72e505bee..9aeaeb2c5 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-036-after-response/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 133.532, - "fingerprint": "efa6f0294faf1688fc164c55e4a1f3aa97d5cfb6b7c330d5df41dfe241f7f489" + "fingerprint": "efa6f0294faf1688fc164c55e4a1f3aa97d5cfb6b7c330d5df41dfe241f7f489", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-037-updatetag-cache/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-037-updatetag-cache/summary.json index 7b85aa98d..88bae49cb 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-037-updatetag-cache/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.566, - "fingerprint": "dbaa4e37d7bc0776e2063ff8db777281796aa3215562e869e10060084ff07a27" + "fingerprint": "dbaa4e37d7bc0776e2063ff8db777281796aa3215562e869e10060084ff07a27", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-038-refresh-settings/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-038-refresh-settings/summary.json index b95b3c820..59f59b48b 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-038-refresh-settings/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 140.237, - "fingerprint": "15eba9d3b2e3600e651b7536c0a5b1a204c0c611c21b919d8306bb7eb0520c73" + "fingerprint": "15eba9d3b2e3600e651b7536c0a5b1a204c0c611c21b919d8306bb7eb0520c73", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-039-indirect-proxy/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-039-indirect-proxy/summary.json index a0c452b97..8ec653171 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-039-indirect-proxy/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.081, - "fingerprint": "3449bf62670223870fc42dde9e4dc33d90565c5af9a0d96a3edcfa0da6ee4ed4" + "fingerprint": "3449bf62670223870fc42dde9e4dc33d90565c5af9a0d96a3edcfa0da6ee4ed4", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-041-optimize-ppr-shell/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-041-optimize-ppr-shell/summary.json index 85c6fd570..5a673a5e3 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.539, - "fingerprint": "9059a8f5ddaa719b7f7a37c1c6a8c687d37f5769d7396bb5e2829a816fb34eb0" + "fingerprint": "9059a8f5ddaa719b7f7a37c1c6a8c687d37f5769d7396bb5e2829a816fb34eb0", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-042-enable-ppr/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-042-enable-ppr/summary.json index 96071a3c8..adb390439 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-042-enable-ppr/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 122.187, - "fingerprint": "dfaab290936d863ce95a0ff3517962eb66096c5b1d767ae739b2727951c6fc84" + "fingerprint": "dfaab290936d863ce95a0ff3517962eb66096c5b1d767ae739b2727951c6fc84", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-043-view-transitions/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-043-view-transitions/summary.json index 51eb26c69..f2e53465a 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-043-view-transitions/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-10-51.230Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 151.045, - "fingerprint": "f86a4548efa555a8a0e1d65ead67f808ff5c6ac863d5bf642acc6ef93116b0c4" + "fingerprint": "f86a4548efa555a8a0e1d65ead67f808ff5c6ac863d5bf642acc6ef93116b0c4", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/cursor-composer-2.5--agents-md/2026-05-28T23-30-58.851Z/agent-040-unstable-instant/summary.json b/results/cursor-composer-2.5--agents-md/2026-05-28T23-30-58.851Z/agent-040-unstable-instant/summary.json index 0de98c156..15fe526d8 100644 --- a/results/cursor-composer-2.5--agents-md/2026-05-28T23-30-58.851Z/agent-040-unstable-instant/summary.json +++ b/results/cursor-composer-2.5--agents-md/2026-05-28T23-30-58.851Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 131.38225, - "fingerprint": "aebd677424b294f3693ba9683eca4d599495f2fb86794e9188a00d8c8b7b3090" -} \ No newline at end of file + "fingerprint": "aebd677424b294f3693ba9683eca4d599495f2fb86794e9188a00d8c8b7b3090", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-000-app-router-migration-simple/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-000-app-router-migration-simple/summary.json index d24c1208d..4d070b2b5 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-000-app-router-migration-simple/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.125, - "fingerprint": "d7a2736029c4d05a57e2044c785200c3d6fb8ab3018f0009d60e295687491616" + "fingerprint": "d7a2736029c4d05a57e2044c785200c3d6fb8ab3018f0009d60e295687491616", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-021-avoid-fetch-in-effect/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-021-avoid-fetch-in-effect/summary.json index 8f7b77246..5aaa0a9dd 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 129.134, - "fingerprint": "a0ba02168b153c7fa2e7774d1b055f3e50428db11050a7708fcdc82a39e19f79" + "fingerprint": "a0ba02168b153c7fa2e7774d1b055f3e50428db11050a7708fcdc82a39e19f79", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-022-prefer-server-actions/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-022-prefer-server-actions/summary.json index 53a2ce23c..bb260f3dc 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-022-prefer-server-actions/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 131.471, - "fingerprint": "fc94020080a9567192951b57689d48606b8164019bccc32e17877570c49f4a29" + "fingerprint": "fc94020080a9567192951b57689d48606b8164019bccc32e17877570c49f4a29", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-023-avoid-getserversideprops/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-023-avoid-getserversideprops/summary.json index a7cc5bb79..e4f90e8b2 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 143.609, - "fingerprint": "6286b46c76b65946bc936d1b6e5eeb4156c19704e2d7f97899388ad79cfa6a88" + "fingerprint": "6286b46c76b65946bc936d1b6e5eeb4156c19704e2d7f97899388ad79cfa6a88", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-024-avoid-redundant-usestate/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-024-avoid-redundant-usestate/summary.json index d93b195a2..82d2821c7 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 133.213, - "fingerprint": "c258b36410a777eb27b1915a777cd0a8d5a1e7ffd0087a662a6d778fb2c49263" + "fingerprint": "c258b36410a777eb27b1915a777cd0a8d5a1e7ffd0087a662a6d778fb2c49263", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-025-prefer-next-link/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-025-prefer-next-link/summary.json index f86a92e1b..8bda22248 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-025-prefer-next-link/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 118.551, - "fingerprint": "34c5e1ddcdbf44762b783e24c68fd8baff5bfff29006f2ee62c655cfdbb179f4" + "fingerprint": "34c5e1ddcdbf44762b783e24c68fd8baff5bfff29006f2ee62c655cfdbb179f4", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-026-no-serial-await/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-026-no-serial-await/summary.json index 120bcea03..d2e3d6056 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-026-no-serial-await/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.16, - "fingerprint": "179e69ff0c01697efa0db6f103072fcf927c2ca78958a5287f520f4993623198" + "fingerprint": "179e69ff0c01697efa0db6f103072fcf927c2ca78958a5287f520f4993623198", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-027-prefer-next-image/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-027-prefer-next-image/summary.json index 89ea13705..6da17c421 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-027-prefer-next-image/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 117.939, - "fingerprint": "7be6d1151e8883839c4ca04fdb27b003ac043cd98dcfc67d28af66e21abe2e58" + "fingerprint": "7be6d1151e8883839c4ca04fdb27b003ac043cd98dcfc67d28af66e21abe2e58", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-028-prefer-next-font/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-028-prefer-next-font/summary.json index 8ccc68470..45ea21182 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-028-prefer-next-font/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 123.833, - "fingerprint": "e42df4081ee2c5b0c0c2fd257b8ef521cdbcd625bbd2f7b6ab2cce6eb1ad202c" + "fingerprint": "e42df4081ee2c5b0c0c2fd257b8ef521cdbcd625bbd2f7b6ab2cce6eb1ad202c", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-030-app-router-migration-hard/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-030-app-router-migration-hard/summary.json index 1114c744c..a6b2eb5ab 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-030-app-router-migration-hard/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 231.625, - "fingerprint": "244c26f399544b200ba2faaf4f1d6f8262671836e6d1a66dce893b44c0759323" + "fingerprint": "244c26f399544b200ba2faaf4f1d6f8262671836e6d1a66dce893b44c0759323", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-031-proxy-middleware/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-031-proxy-middleware/summary.json index 2da7b6435..410d8985d 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-031-proxy-middleware/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 141.06, - "fingerprint": "c063617a20c324e90d03062785bb20f1359de9abc09a3d518a55e1c67988e1b7" + "fingerprint": "c063617a20c324e90d03062785bb20f1359de9abc09a3d518a55e1c67988e1b7", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-032-use-cache-directive/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-032-use-cache-directive/summary.json index 3bd5819b9..41837bd67 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-032-use-cache-directive/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 143.882, - "fingerprint": "e6953e34bbc9ac75b5a7a70080fccc885f7b2b2e7a1e910dc7f019e5cae51916" + "fingerprint": "e6953e34bbc9ac75b5a7a70080fccc885f7b2b2e7a1e910dc7f019e5cae51916", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-033-forbidden-auth/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-033-forbidden-auth/summary.json index 6ffc2e47f..e5fa4bd89 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-033-forbidden-auth/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 150.038, - "fingerprint": "1c6bd77fbf5c380b4181a7090bef384b29dc6ec4cbb3e00c28029f3877445ee4" + "fingerprint": "1c6bd77fbf5c380b4181a7090bef384b29dc6ec4cbb3e00c28029f3877445ee4", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-034-async-cookies/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-034-async-cookies/summary.json index 86324db24..d846faed8 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-034-async-cookies/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 110.7, - "fingerprint": "bc121099cc03783fbf940cdd20a22209c85261d6dcc1c6a89137f8e62a9e0528" + "fingerprint": "bc121099cc03783fbf940cdd20a22209c85261d6dcc1c6a89137f8e62a9e0528", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-035-connection-dynamic/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-035-connection-dynamic/summary.json index 36edc3419..92c31db78 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-035-connection-dynamic/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.357, - "fingerprint": "b1c340e5997e95e55285dc614bee17c6b7fe3f99e82e2d43e28304296d60bd5c" + "fingerprint": "b1c340e5997e95e55285dc614bee17c6b7fe3f99e82e2d43e28304296d60bd5c", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-036-after-response/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-036-after-response/summary.json index 6db36e82f..b42e82e38 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-036-after-response/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 120.387, - "fingerprint": "efa6f0294faf1688fc164c55e4a1f3aa97d5cfb6b7c330d5df41dfe241f7f489" + "fingerprint": "efa6f0294faf1688fc164c55e4a1f3aa97d5cfb6b7c330d5df41dfe241f7f489", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-037-updatetag-cache/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-037-updatetag-cache/summary.json index 3700eb215..b18cf0692 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-037-updatetag-cache/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.747, - "fingerprint": "dbaa4e37d7bc0776e2063ff8db777281796aa3215562e869e10060084ff07a27" + "fingerprint": "dbaa4e37d7bc0776e2063ff8db777281796aa3215562e869e10060084ff07a27", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-038-refresh-settings/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-038-refresh-settings/summary.json index dc8b23d2e..3366c7fa6 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-038-refresh-settings/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 151.242, - "fingerprint": "15eba9d3b2e3600e651b7536c0a5b1a204c0c611c21b919d8306bb7eb0520c73" + "fingerprint": "15eba9d3b2e3600e651b7536c0a5b1a204c0c611c21b919d8306bb7eb0520c73", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-039-indirect-proxy/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-039-indirect-proxy/summary.json index 1c8a428db..402c073e5 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-039-indirect-proxy/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 200.382, - "fingerprint": "3449bf62670223870fc42dde9e4dc33d90565c5af9a0d96a3edcfa0da6ee4ed4" + "fingerprint": "3449bf62670223870fc42dde9e4dc33d90565c5af9a0d96a3edcfa0da6ee4ed4", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-041-optimize-ppr-shell/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-041-optimize-ppr-shell/summary.json index b916a1915..8a730452d 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 196.52024999999998, - "fingerprint": "9059a8f5ddaa719b7f7a37c1c6a8c687d37f5769d7396bb5e2829a816fb34eb0" + "fingerprint": "9059a8f5ddaa719b7f7a37c1c6a8c687d37f5769d7396bb5e2829a816fb34eb0", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-042-enable-ppr/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-042-enable-ppr/summary.json index 86ab889fa..ad1cf15b0 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-042-enable-ppr/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 127.73, - "fingerprint": "dfaab290936d863ce95a0ff3517962eb66096c5b1d767ae739b2727951c6fc84" + "fingerprint": "dfaab290936d863ce95a0ff3517962eb66096c5b1d767ae739b2727951c6fc84", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-043-view-transitions/summary.json b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-043-view-transitions/summary.json index 5d1fd5cdf..c8a1370b8 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-043-view-transitions/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-06-33.448Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 206.944, - "fingerprint": "f86a4548efa555a8a0e1d65ead67f808ff5c6ac863d5bf642acc6ef93116b0c4" + "fingerprint": "f86a4548efa555a8a0e1d65ead67f808ff5c6ac863d5bf642acc6ef93116b0c4", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-029-use-cache-directive/summary.json b/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-029-use-cache-directive/summary.json index ca3ba8067..6510806e5 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-029-use-cache-directive/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 202.67775, - "fingerprint": "e3701cf265b298dd4baa0f286e4e7d69215f80c7ec871509daf0966b400f6339" -} \ No newline at end of file + "fingerprint": "e3701cf265b298dd4baa0f286e4e7d69215f80c7ec871509daf0966b400f6339", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-040-unstable-instant/summary.json b/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-040-unstable-instant/summary.json index 6b90daf41..6dc574049 100644 --- a/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-040-unstable-instant/summary.json +++ b/results/cursor-composer-2.5/2026-05-28T23-30-58.855Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 137.49624999999997, - "fingerprint": "aebd677424b294f3693ba9683eca4d599495f2fb86794e9188a00d8c8b7b3090" -} \ No newline at end of file + "fingerprint": "aebd677424b294f3693ba9683eca4d599495f2fb86794e9188a00d8c8b7b3090", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-024-avoid-redundant-usestate/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-024-avoid-redundant-usestate/summary.json index 3c3d8d568..f4365190b 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 144.07533333333333, - "fingerprint": "1aa9e103573f73a0d35fa6964a2ea2face566519535f97a0336b15655abe0eec" + "fingerprint": "1aa9e103573f73a0d35fa6964a2ea2face566519535f97a0336b15655abe0eec", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-029-use-cache-directive/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-029-use-cache-directive/summary.json index fa919b65b..7c7db52f2 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-029-use-cache-directive/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T09-48-32.761Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 383.51, - "fingerprint": "66c9c158408f81f77e12aff22e691ba7af8980fd821b760077eb6579cca42e55" + "fingerprint": "66c9c158408f81f77e12aff22e691ba7af8980fd821b760077eb6579cca42e55", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-000-app-router-migration-simple/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-000-app-router-migration-simple/summary.json index 493c6e0d1..347cf99c2 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 188.561, - "fingerprint": "3abd161fb327b36984296d5ddc8931e65eea4a253d4455f99686a0291523ea42" + "fingerprint": "3abd161fb327b36984296d5ddc8931e65eea4a253d4455f99686a0291523ea42", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-021-avoid-fetch-in-effect/summary.json index 6f61add17..e81145b97 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 266.739, - "fingerprint": "998da7177ed0f150f8fdfb9ec2783a17c3d96f2c71dd8f198c384eb95ba9a488" + "fingerprint": "998da7177ed0f150f8fdfb9ec2783a17c3d96f2c71dd8f198c384eb95ba9a488", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-022-prefer-server-actions/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-022-prefer-server-actions/summary.json index bba6b4592..bf620a308 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-022-prefer-server-actions/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 320.857, - "fingerprint": "a96a8d298cc630f2e28ba4b07f675f57365e26b799793ef4a97960ca8fc8c27a" + "fingerprint": "a96a8d298cc630f2e28ba4b07f675f57365e26b799793ef4a97960ca8fc8c27a", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-023-avoid-getserversideprops/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-023-avoid-getserversideprops/summary.json index a1bc9b1b4..73cc4032f 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 274.927, - "fingerprint": "2be7123394d342d537625a8474df10e323ae838d11a5a5312194d673e1ba8e6d" + "fingerprint": "2be7123394d342d537625a8474df10e323ae838d11a5a5312194d673e1ba8e6d", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-025-prefer-next-link/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-025-prefer-next-link/summary.json index 3d2e72f58..d3debdb37 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-025-prefer-next-link/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 284.386, - "fingerprint": "a894e469222ab4f7cf0383cde9a29c50b30ecef72e0cf1fe8d0a07b910e7ce2d" + "fingerprint": "a894e469222ab4f7cf0383cde9a29c50b30ecef72e0cf1fe8d0a07b910e7ce2d", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-026-no-serial-await/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-026-no-serial-await/summary.json index 05559efcb..014e9926d 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-026-no-serial-await/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 256.766, - "fingerprint": "37eb996931579a665cd0d28a30b4d77e66733d609e921c81c625be4a132b1945" + "fingerprint": "37eb996931579a665cd0d28a30b4d77e66733d609e921c81c625be4a132b1945", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-027-prefer-next-image/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-027-prefer-next-image/summary.json index 25a417d3f..a7e5b5a3d 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-027-prefer-next-image/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 200.674, - "fingerprint": "2527916a3cc9b10876f954ff0cf97fe4d9b2297c36c888944fc5d171c0bedd2b" + "fingerprint": "2527916a3cc9b10876f954ff0cf97fe4d9b2297c36c888944fc5d171c0bedd2b", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-028-prefer-next-font/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-028-prefer-next-font/summary.json index a26a0aeb0..1ba838759 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-028-prefer-next-font/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 158.184, - "fingerprint": "18598c7d82bdb6aa22cff0b347d832dc06c58b11ab19b7adb006d75b828ece8f" + "fingerprint": "18598c7d82bdb6aa22cff0b347d832dc06c58b11ab19b7adb006d75b828ece8f", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-030-app-router-migration-hard/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-030-app-router-migration-hard/summary.json index b68b68e1f..25bf67901 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 414.30075, - "fingerprint": "73579eecf50e666f17248b217fc76811ee87b9774df96e5a3c9e3f02823c9e6e" + "fingerprint": "73579eecf50e666f17248b217fc76811ee87b9774df96e5a3c9e3f02823c9e6e", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-031-proxy-middleware/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-031-proxy-middleware/summary.json index aa6918790..d6fc74c37 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-031-proxy-middleware/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 334.93, - "fingerprint": "daeb21673347c8344dd015ae201b33da612043f890bfed169506f5898456bbe2" + "fingerprint": "daeb21673347c8344dd015ae201b33da612043f890bfed169506f5898456bbe2", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-032-use-cache-directive/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-032-use-cache-directive/summary.json index c41f1ad4b..415d14162 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-032-use-cache-directive/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 414.5085, - "fingerprint": "40dec841a23b31767889bdd101b8c77380721ebf799e01f9f44bd176b1059550" + "fingerprint": "40dec841a23b31767889bdd101b8c77380721ebf799e01f9f44bd176b1059550", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-033-forbidden-auth/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-033-forbidden-auth/summary.json index 68e44d4e9..b5e16ada8 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-033-forbidden-auth/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 345.835, - "fingerprint": "244d2be0e073ac83c26f4be8d00c6df7ea6a12acb94aca2491823eaddbda7f60" + "fingerprint": "244d2be0e073ac83c26f4be8d00c6df7ea6a12acb94aca2491823eaddbda7f60", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-034-async-cookies/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-034-async-cookies/summary.json index ad7270027..c057b7ecd 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-034-async-cookies/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 265.17, - "fingerprint": "e6fd4f415040d4cc7594560574c1b1e276e87f7afd779b14b8c836f08d10de86" + "fingerprint": "e6fd4f415040d4cc7594560574c1b1e276e87f7afd779b14b8c836f08d10de86", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-035-connection-dynamic/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-035-connection-dynamic/summary.json index a914ab849..bb0ac25e9 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-035-connection-dynamic/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 323.664, - "fingerprint": "69e34d07b58024dfa45f0370b587dccc1270e867ac1338fd0fe24c361939bf49" + "fingerprint": "69e34d07b58024dfa45f0370b587dccc1270e867ac1338fd0fe24c361939bf49", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-036-after-response/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-036-after-response/summary.json index e1134abee..fa82a6584 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-036-after-response/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 360.935, - "fingerprint": "9d661a5fe5a4da77a60fd065dc4cac5289c686b5835357112a67d697ac5c9f3d" + "fingerprint": "9d661a5fe5a4da77a60fd065dc4cac5289c686b5835357112a67d697ac5c9f3d", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-037-updatetag-cache/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-037-updatetag-cache/summary.json index 36710cb00..611babf79 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-037-updatetag-cache/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 381.38025000000005, - "fingerprint": "b1c2c3cb14609cc5030ea9ca8b3801a02b702ff0fa52803ea70d6210449b080a" + "fingerprint": "b1c2c3cb14609cc5030ea9ca8b3801a02b702ff0fa52803ea70d6210449b080a", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-038-refresh-settings/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-038-refresh-settings/summary.json index d39a676e3..421707857 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-038-refresh-settings/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 380.245, - "fingerprint": "a8b6d9fd1bc1fcd27c031dbc6339159498880035933e69f19569d4973a889b8c" + "fingerprint": "a8b6d9fd1bc1fcd27c031dbc6339159498880035933e69f19569d4973a889b8c", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-039-indirect-proxy/summary.json b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-039-indirect-proxy/summary.json index c3a81c7be..437067424 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-039-indirect-proxy/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-02-18T10-02-27.748Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 413.24133333333333, - "fingerprint": "97cd6a039f48dd0cdd4a920ecbd651f8a4bd76697497ada2ef31decc93ed0a78" + "fingerprint": "97cd6a039f48dd0cdd4a920ecbd651f8a4bd76697497ada2ef31decc93ed0a78", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gemini-3-pro-preview--agents-md/2026-03-17T19-05-45.609Z/agent-040-unstable-instant/summary.json b/results/gemini-3-pro-preview--agents-md/2026-03-17T19-05-45.609Z/agent-040-unstable-instant/summary.json index 085dee771..2514b0854 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-03-17T19-05-45.609Z/agent-040-unstable-instant/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-03-17T19-05-45.609Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 195.081, - "fingerprint": "2e6e125ce195b845fc635975055207e267d6525e3e3316a589428621ed16780b" -} \ No newline at end of file + "fingerprint": "2e6e125ce195b845fc635975055207e267d6525e3e3316a589428621ed16780b", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-041-optimize-ppr-shell/summary.json b/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-041-optimize-ppr-shell/summary.json index ae878ed1f..ea21f2c00 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 263.12, - "fingerprint": "be690c985bc0cc366d774a3ca744c769111ccad2f7598eccd6fcb986749f6efa" -} \ No newline at end of file + "fingerprint": "be690c985bc0cc366d774a3ca744c769111ccad2f7598eccd6fcb986749f6efa", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-042-enable-ppr/summary.json b/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-042-enable-ppr/summary.json index 5bea64909..44d78d739 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-042-enable-ppr/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-04-02T17-14-57.404Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 138.369, - "fingerprint": "59c9cdb43fb39e5b791753fb18419ed241af598c1c445a3a3c36fb29ae0ef17a" -} \ No newline at end of file + "fingerprint": "59c9cdb43fb39e5b791753fb18419ed241af598c1c445a3a3c36fb29ae0ef17a", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gemini-3-pro-preview--agents-md/2026-04-06T14-41-53.379Z/agent-043-view-transitions/summary.json b/results/gemini-3-pro-preview--agents-md/2026-04-06T14-41-53.379Z/agent-043-view-transitions/summary.json index 2b92b8539..90b20371d 100644 --- a/results/gemini-3-pro-preview--agents-md/2026-04-06T14-41-53.379Z/agent-043-view-transitions/summary.json +++ b/results/gemini-3-pro-preview--agents-md/2026-04-06T14-41-53.379Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 228.932, - "fingerprint": "f64fd2f7a36d411925c672102b5af9ccd67fc44dca664cd108f89cda2050ed93" -} \ No newline at end of file + "fingerprint": "f64fd2f7a36d411925c672102b5af9ccd67fc44dca664cd108f89cda2050ed93", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-021-avoid-fetch-in-effect/summary.json index 1daac50c1..0310753c3 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 170.17950000000002, - "fingerprint": "998da7177ed0f150f8fdfb9ec2783a17c3d96f2c71dd8f198c384eb95ba9a488" + "fingerprint": "998da7177ed0f150f8fdfb9ec2783a17c3d96f2c71dd8f198c384eb95ba9a488", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-025-prefer-next-link/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-025-prefer-next-link/summary.json index a71119ee3..264a161f4 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-025-prefer-next-link/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 360.059, - "fingerprint": "a894e469222ab4f7cf0383cde9a29c50b30ecef72e0cf1fe8d0a07b910e7ce2d" + "fingerprint": "a894e469222ab4f7cf0383cde9a29c50b30ecef72e0cf1fe8d0a07b910e7ce2d", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-026-no-serial-await/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-026-no-serial-await/summary.json index 0b03a924e..63d5f349a 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-026-no-serial-await/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 261.301, - "fingerprint": "37eb996931579a665cd0d28a30b4d77e66733d609e921c81c625be4a132b1945" + "fingerprint": "37eb996931579a665cd0d28a30b4d77e66733d609e921c81c625be4a132b1945", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-028-prefer-next-font/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-028-prefer-next-font/summary.json index e08b471da..89648358f 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-028-prefer-next-font/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 72.27125, - "fingerprint": "18598c7d82bdb6aa22cff0b347d832dc06c58b11ab19b7adb006d75b828ece8f" + "fingerprint": "18598c7d82bdb6aa22cff0b347d832dc06c58b11ab19b7adb006d75b828ece8f", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-030-app-router-migration-hard/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-030-app-router-migration-hard/summary.json index 2b688969e..e606d27ce 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 273.83933333333334, - "fingerprint": "73579eecf50e666f17248b217fc76811ee87b9774df96e5a3c9e3f02823c9e6e" + "fingerprint": "73579eecf50e666f17248b217fc76811ee87b9774df96e5a3c9e3f02823c9e6e", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-031-proxy-middleware/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-031-proxy-middleware/summary.json index 4d314a5cd..7af9a792d 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-031-proxy-middleware/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 133.70325, - "fingerprint": "daeb21673347c8344dd015ae201b33da612043f890bfed169506f5898456bbe2" + "fingerprint": "daeb21673347c8344dd015ae201b33da612043f890bfed169506f5898456bbe2", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-034-async-cookies/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-034-async-cookies/summary.json index 59c04456a..2cbae50cb 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-034-async-cookies/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 244.504, - "fingerprint": "e6fd4f415040d4cc7594560574c1b1e276e87f7afd779b14b8c836f08d10de86" + "fingerprint": "e6fd4f415040d4cc7594560574c1b1e276e87f7afd779b14b8c836f08d10de86", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-035-connection-dynamic/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-035-connection-dynamic/summary.json index 584709bda..63ffa40f9 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-035-connection-dynamic/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 109.5185, - "fingerprint": "69e34d07b58024dfa45f0370b587dccc1270e867ac1338fd0fe24c361939bf49" + "fingerprint": "69e34d07b58024dfa45f0370b587dccc1270e867ac1338fd0fe24c361939bf49", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-037-updatetag-cache/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-037-updatetag-cache/summary.json index 19edbaa34..aa91ba442 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-037-updatetag-cache/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 198.15525, - "fingerprint": "b1c2c3cb14609cc5030ea9ca8b3801a02b702ff0fa52803ea70d6210449b080a" + "fingerprint": "b1c2c3cb14609cc5030ea9ca8b3801a02b702ff0fa52803ea70d6210449b080a", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-038-refresh-settings/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-038-refresh-settings/summary.json index a51005d81..bd1f3d0a2 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-038-refresh-settings/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 184.47674999999998, - "fingerprint": "a8b6d9fd1bc1fcd27c031dbc6339159498880035933e69f19569d4973a889b8c" + "fingerprint": "a8b6d9fd1bc1fcd27c031dbc6339159498880035933e69f19569d4973a889b8c", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-039-indirect-proxy/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-039-indirect-proxy/summary.json index ebdb18208..f4af0a374 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-039-indirect-proxy/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T09-48-32.766Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 128.406, - "fingerprint": "97cd6a039f48dd0cdd4a920ecbd651f8a4bd76697497ada2ef31decc93ed0a78" + "fingerprint": "97cd6a039f48dd0cdd4a920ecbd651f8a4bd76697497ada2ef31decc93ed0a78", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-000-app-router-migration-simple/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-000-app-router-migration-simple/summary.json index 9f8c96446..fea171c10 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 194.314, - "fingerprint": "3abd161fb327b36984296d5ddc8931e65eea4a253d4455f99686a0291523ea42" + "fingerprint": "3abd161fb327b36984296d5ddc8931e65eea4a253d4455f99686a0291523ea42", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-022-prefer-server-actions/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-022-prefer-server-actions/summary.json index 66ef2f926..abd730e7e 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-022-prefer-server-actions/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 223.328, - "fingerprint": "a96a8d298cc630f2e28ba4b07f675f57365e26b799793ef4a97960ca8fc8c27a" + "fingerprint": "a96a8d298cc630f2e28ba4b07f675f57365e26b799793ef4a97960ca8fc8c27a", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-023-avoid-getserversideprops/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-023-avoid-getserversideprops/summary.json index 4c8eee3fe..e109fb8c1 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 154.421, - "fingerprint": "2be7123394d342d537625a8474df10e323ae838d11a5a5312194d673e1ba8e6d" + "fingerprint": "2be7123394d342d537625a8474df10e323ae838d11a5a5312194d673e1ba8e6d", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-024-avoid-redundant-usestate/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-024-avoid-redundant-usestate/summary.json index 262579010..031b34768 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 283.62, - "fingerprint": "1aa9e103573f73a0d35fa6964a2ea2face566519535f97a0336b15655abe0eec" + "fingerprint": "1aa9e103573f73a0d35fa6964a2ea2face566519535f97a0336b15655abe0eec", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-027-prefer-next-image/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-027-prefer-next-image/summary.json index 32e377a03..d796b19d3 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-027-prefer-next-image/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 273.71, - "fingerprint": "2527916a3cc9b10876f954ff0cf97fe4d9b2297c36c888944fc5d171c0bedd2b" + "fingerprint": "2527916a3cc9b10876f954ff0cf97fe4d9b2297c36c888944fc5d171c0bedd2b", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-032-use-cache-directive/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-032-use-cache-directive/summary.json index b2c86e2d9..99bebc7c8 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-032-use-cache-directive/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 304.37850000000003, - "fingerprint": "40dec841a23b31767889bdd101b8c77380721ebf799e01f9f44bd176b1059550" + "fingerprint": "40dec841a23b31767889bdd101b8c77380721ebf799e01f9f44bd176b1059550", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-033-forbidden-auth/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-033-forbidden-auth/summary.json index 4224568e7..5b0fddf6f 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-033-forbidden-auth/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 341.9385, - "fingerprint": "244d2be0e073ac83c26f4be8d00c6df7ea6a12acb94aca2491823eaddbda7f60" + "fingerprint": "244d2be0e073ac83c26f4be8d00c6df7ea6a12acb94aca2491823eaddbda7f60", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-036-after-response/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-036-after-response/summary.json index 5432ddbee..185199133 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-036-after-response/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T10-02-27.753Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 248.021, - "fingerprint": "9d661a5fe5a4da77a60fd065dc4cac5289c686b5835357112a67d697ac5c9f3d" + "fingerprint": "9d661a5fe5a4da77a60fd065dc4cac5289c686b5835357112a67d697ac5c9f3d", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T13-01-57.460Z/agent-029-use-cache-directive/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T13-01-57.460Z/agent-029-use-cache-directive/summary.json index 2f540620d..c30e0357f 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-02-18T13-01-57.460Z/agent-029-use-cache-directive/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-02-18T13-01-57.460Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 389.233, - "fingerprint": "66c9c158408f81f77e12aff22e691ba7af8980fd821b760077eb6579cca42e55" + "fingerprint": "66c9c158408f81f77e12aff22e691ba7af8980fd821b760077eb6579cca42e55", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-03-17T19-05-45.614Z/agent-040-unstable-instant/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-03-17T19-05-45.614Z/agent-040-unstable-instant/summary.json index 6d82f8623..e3a4e6e56 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-03-17T19-05-45.614Z/agent-040-unstable-instant/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-03-17T19-05-45.614Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 157.83999999999997, - "fingerprint": "2e6e125ce195b845fc635975055207e267d6525e3e3316a589428621ed16780b" -} \ No newline at end of file + "fingerprint": "2e6e125ce195b845fc635975055207e267d6525e3e3316a589428621ed16780b", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-041-optimize-ppr-shell/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-041-optimize-ppr-shell/summary.json index bce2d0dfc..0911b996e 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 189.887, - "fingerprint": "be690c985bc0cc366d774a3ca744c769111ccad2f7598eccd6fcb986749f6efa" -} \ No newline at end of file + "fingerprint": "be690c985bc0cc366d774a3ca744c769111ccad2f7598eccd6fcb986749f6efa", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-042-enable-ppr/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-042-enable-ppr/summary.json index 1730cd0b6..efa6e71e7 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-042-enable-ppr/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-04-02T17-14-57.410Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 129.666, - "fingerprint": "59c9cdb43fb39e5b791753fb18419ed241af598c1c445a3a3c36fb29ae0ef17a" -} \ No newline at end of file + "fingerprint": "59c9cdb43fb39e5b791753fb18419ed241af598c1c445a3a3c36fb29ae0ef17a", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gemini-3-pro-preview-gemini-cli/2026-04-06T14-41-53.385Z/agent-043-view-transitions/summary.json b/results/gemini-3-pro-preview-gemini-cli/2026-04-06T14-41-53.385Z/agent-043-view-transitions/summary.json index 677579344..04bbeb075 100644 --- a/results/gemini-3-pro-preview-gemini-cli/2026-04-06T14-41-53.385Z/agent-043-view-transitions/summary.json +++ b/results/gemini-3-pro-preview-gemini-cli/2026-04-06T14-41-53.385Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 364.644, - "fingerprint": "f64fd2f7a36d411925c672102b5af9ccd67fc44dca664cd108f89cda2050ed93" -} \ No newline at end of file + "fingerprint": "f64fd2f7a36d411925c672102b5af9ccd67fc44dca664cd108f89cda2050ed93", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-000-app-router-migration-simple/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-000-app-router-migration-simple/summary.json index 07546d6f9..4dd0cab4c 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 344.324, - "fingerprint": "2b73947523ea1c7a964dc4b9e2afec195ccd371be6e9bf450930c94763e96956" + "fingerprint": "2b73947523ea1c7a964dc4b9e2afec195ccd371be6e9bf450930c94763e96956", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-021-avoid-fetch-in-effect/summary.json index 31db21900..678614e45 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 251.67400000000004, - "fingerprint": "6cb831d88f8bb59c40134580be792d65fa524196c20cf3f2ed8f2dea1d254e81" + "fingerprint": "6cb831d88f8bb59c40134580be792d65fa524196c20cf3f2ed8f2dea1d254e81", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-022-prefer-server-actions/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-022-prefer-server-actions/summary.json index bb818e7fe..95b117098 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-022-prefer-server-actions/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 385.207, - "fingerprint": "ade7a817a8f2c13f113a90100e4ab9a6a6dbf32fc740636ba71015d6611f06f9" + "fingerprint": "ade7a817a8f2c13f113a90100e4ab9a6a6dbf32fc740636ba71015d6611f06f9", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-024-avoid-redundant-usestate/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-024-avoid-redundant-usestate/summary.json index 07f6ec9c7..a6eb07c37 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 201.98833333333334, - "fingerprint": "7bbca7282890bbb0160c8094c91b89b090ffaae6615f9e9cb92f398e6b54e947" + "fingerprint": "7bbca7282890bbb0160c8094c91b89b090ffaae6615f9e9cb92f398e6b54e947", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-026-no-serial-await/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-026-no-serial-await/summary.json index b576a368e..1725718a9 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-026-no-serial-await/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 285.3095, - "fingerprint": "cb8a131c8215414ea7e2918db227f2cf80e9578a08aca3f7d138700669f189fd" + "fingerprint": "cb8a131c8215414ea7e2918db227f2cf80e9578a08aca3f7d138700669f189fd", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-028-prefer-next-font/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-028-prefer-next-font/summary.json index d471a1ef5..dda8a7c02 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-028-prefer-next-font/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 260.03774999999996, - "fingerprint": "a43df92247042da13dc15cec5c9d11732b6ca71022d61acdd5d89ff4555541b4" + "fingerprint": "a43df92247042da13dc15cec5c9d11732b6ca71022d61acdd5d89ff4555541b4", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-029-use-cache-directive/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-029-use-cache-directive/summary.json index cc08c0f24..98a03d5a4 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-029-use-cache-directive/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 362.522, - "fingerprint": "b8b9774a9e399c07108f185169fb1bd436fa25bb7078d0bbadb2a388b73f9422" + "fingerprint": "b8b9774a9e399c07108f185169fb1bd436fa25bb7078d0bbadb2a388b73f9422", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-030-app-router-migration-hard/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-030-app-router-migration-hard/summary.json index a60794393..3b8f90e7c 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 486.449, - "fingerprint": "880187523c12a9ac09be650d19f776c12ddadf2e1ae12357c03a3b257883295c" + "fingerprint": "880187523c12a9ac09be650d19f776c12ddadf2e1ae12357c03a3b257883295c", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-031-proxy-middleware/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-031-proxy-middleware/summary.json index 95c8a0f11..f1f6a9c5d 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-031-proxy-middleware/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 248.3945, - "fingerprint": "2b39792ec5e113f874f5f62549d566f689800f09b212f4a27744a62308cc3173" + "fingerprint": "2b39792ec5e113f874f5f62549d566f689800f09b212f4a27744a62308cc3173", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-033-forbidden-auth/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-033-forbidden-auth/summary.json index df5be5a55..d319ee947 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-033-forbidden-auth/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 247.2066666666667, - "fingerprint": "c4591dc30f28ebad8b2aa97176da5cdb04600fb5977fa94ef9d1c3b8323baf10" + "fingerprint": "c4591dc30f28ebad8b2aa97176da5cdb04600fb5977fa94ef9d1c3b8323baf10", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-034-async-cookies/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-034-async-cookies/summary.json index 7c73d36ef..dc510c0ac 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-034-async-cookies/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 213.808, - "fingerprint": "3835687c2412341e459a532a338cdec424004c3c7129ac238dd111533dcc5294" + "fingerprint": "3835687c2412341e459a532a338cdec424004c3c7129ac238dd111533dcc5294", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-035-connection-dynamic/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-035-connection-dynamic/summary.json index 4e36e1985..c3dbe4aba 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-035-connection-dynamic/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 371.268, - "fingerprint": "359d73a96eb92a4fdb1597d46d0682777f876205513b9eccd1fbb349bb7ccbb6" + "fingerprint": "359d73a96eb92a4fdb1597d46d0682777f876205513b9eccd1fbb349bb7ccbb6", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-036-after-response/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-036-after-response/summary.json index 554ae2bbb..326af67a8 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-036-after-response/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 285.368, - "fingerprint": "0eff9f912c4a7608c852b48108f4f7edbd7ec81e76c06c61012c8d0f9559e6df" + "fingerprint": "0eff9f912c4a7608c852b48108f4f7edbd7ec81e76c06c61012c8d0f9559e6df", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-037-updatetag-cache/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-037-updatetag-cache/summary.json index f995efd3a..be37fb3ef 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-037-updatetag-cache/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 260.78999999999996, - "fingerprint": "fb70efdc6d322e298b39a6c430744fda1328925e43f7626965a0f861d923544b" + "fingerprint": "fb70efdc6d322e298b39a6c430744fda1328925e43f7626965a0f861d923544b", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-038-refresh-settings/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-038-refresh-settings/summary.json index 4ccbffcf9..fb41cc556 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-038-refresh-settings/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T16-03-13.005Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 285.31325, - "fingerprint": "db772210c1454bdf8d4f3d0a090b9a5d6170c1a2fe4ab4de7d43aebc785b3468" + "fingerprint": "db772210c1454bdf8d4f3d0a090b9a5d6170c1a2fe4ab4de7d43aebc785b3468", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-023-avoid-getserversideprops/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-023-avoid-getserversideprops/summary.json index 7c9800dd5..859287a82 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 231.496, - "fingerprint": "941d12d4b92466c7b430df629bf99a55d17607696b91ae9ea1cd2dfcfd4412b2" + "fingerprint": "941d12d4b92466c7b430df629bf99a55d17607696b91ae9ea1cd2dfcfd4412b2", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-025-prefer-next-link/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-025-prefer-next-link/summary.json index 050b84629..bacf52152 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-025-prefer-next-link/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 195.057, - "fingerprint": "4e37cb01f5f2d2138e42525c4d0ab9156b2b299d06e47e514430fb9961c3e047" + "fingerprint": "4e37cb01f5f2d2138e42525c4d0ab9156b2b299d06e47e514430fb9961c3e047", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-027-prefer-next-image/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-027-prefer-next-image/summary.json index 7f5e3c3ec..37ec15310 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-027-prefer-next-image/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 201.744, - "fingerprint": "e05c75e8c82a14e815251766fba43c33020945f71939be0bbd3b7c3a2ade8e0d" + "fingerprint": "e05c75e8c82a14e815251766fba43c33020945f71939be0bbd3b7c3a2ade8e0d", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-032-use-cache-directive/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-032-use-cache-directive/summary.json index efbdf398c..5dba2d57a 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-032-use-cache-directive/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 240.485, - "fingerprint": "55540345ce7bbf98ebf7909491c6bde41aef2bf737f8e8804ccc1bec06ae57cb" + "fingerprint": "55540345ce7bbf98ebf7909491c6bde41aef2bf737f8e8804ccc1bec06ae57cb", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-039-indirect-proxy/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-039-indirect-proxy/summary.json index 3583d81fe..97461140a 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-039-indirect-proxy/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-04T18-19-54.261Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 229.554, - "fingerprint": "16ff4fac551d8012bec4120548d470aa1ac9ecf2ad8d05d6b0b3a4bdc66728cb" + "fingerprint": "16ff4fac551d8012bec4120548d470aa1ac9ecf2ad8d05d6b0b3a4bdc66728cb", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-03-17T19-05-45.619Z/agent-040-unstable-instant/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-03-17T19-05-45.619Z/agent-040-unstable-instant/summary.json index 4fc6d732d..96196b114 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-03-17T19-05-45.619Z/agent-040-unstable-instant/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-03-17T19-05-45.619Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.559, - "fingerprint": "e6db97da3cae915ac24717f5dd680b66e5182ba9c1aa592744685b5d82816946" -} \ No newline at end of file + "fingerprint": "e6db97da3cae915ac24717f5dd680b66e5182ba9c1aa592744685b5d82816946", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-041-optimize-ppr-shell/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-041-optimize-ppr-shell/summary.json index db5e2dda3..6529c0ef0 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 226.30849999999998, - "fingerprint": "48f0323e2797d75573b838b014b807952d337bf311324444e1ae1b4baf66372e" -} \ No newline at end of file + "fingerprint": "48f0323e2797d75573b838b014b807952d337bf311324444e1ae1b4baf66372e", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-042-enable-ppr/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-042-enable-ppr/summary.json index ab87aaa4f..c61934eb6 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-042-enable-ppr/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-04-02T17-14-57.416Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.785, - "fingerprint": "c07c99f02836ee0a0e2f8743034528f427e45ab1502d7e262561c9a24a6ca9ab" -} \ No newline at end of file + "fingerprint": "c07c99f02836ee0a0e2f8743034528f427e45ab1502d7e262561c9a24a6ca9ab", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gemini-3.1-pro-preview--agents-md/2026-04-06T14-41-53.390Z/agent-043-view-transitions/summary.json b/results/gemini-3.1-pro-preview--agents-md/2026-04-06T14-41-53.390Z/agent-043-view-transitions/summary.json index 3d8629d51..ca4d1807c 100644 --- a/results/gemini-3.1-pro-preview--agents-md/2026-04-06T14-41-53.390Z/agent-043-view-transitions/summary.json +++ b/results/gemini-3.1-pro-preview--agents-md/2026-04-06T14-41-53.390Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 242.92, - "fingerprint": "4af421b511234ddc0044ec874eb880407d1175ed18248c92961495cc8247563d" -} \ No newline at end of file + "fingerprint": "4af421b511234ddc0044ec874eb880407d1175ed18248c92961495cc8247563d", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-000-app-router-migration-simple/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-000-app-router-migration-simple/summary.json index 3811483d7..a6f73916f 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 237.947, - "fingerprint": "2b73947523ea1c7a964dc4b9e2afec195ccd371be6e9bf450930c94763e96956" + "fingerprint": "2b73947523ea1c7a964dc4b9e2afec195ccd371be6e9bf450930c94763e96956", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-021-avoid-fetch-in-effect/summary.json index 2e3dab139..888b1d973 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 225.299, - "fingerprint": "6cb831d88f8bb59c40134580be792d65fa524196c20cf3f2ed8f2dea1d254e81" + "fingerprint": "6cb831d88f8bb59c40134580be792d65fa524196c20cf3f2ed8f2dea1d254e81", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-022-prefer-server-actions/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-022-prefer-server-actions/summary.json index bfa0f36a2..ce0c1bd65 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-022-prefer-server-actions/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 214.685, - "fingerprint": "ade7a817a8f2c13f113a90100e4ab9a6a6dbf32fc740636ba71015d6611f06f9" + "fingerprint": "ade7a817a8f2c13f113a90100e4ab9a6a6dbf32fc740636ba71015d6611f06f9", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-023-avoid-getserversideprops/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-023-avoid-getserversideprops/summary.json index f923b062c..a004894f7 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 212.302, - "fingerprint": "941d12d4b92466c7b430df629bf99a55d17607696b91ae9ea1cd2dfcfd4412b2" + "fingerprint": "941d12d4b92466c7b430df629bf99a55d17607696b91ae9ea1cd2dfcfd4412b2", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-024-avoid-redundant-usestate/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-024-avoid-redundant-usestate/summary.json index aa4ba3571..cafa6a838 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 219.852, - "fingerprint": "7bbca7282890bbb0160c8094c91b89b090ffaae6615f9e9cb92f398e6b54e947" + "fingerprint": "7bbca7282890bbb0160c8094c91b89b090ffaae6615f9e9cb92f398e6b54e947", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-025-prefer-next-link/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-025-prefer-next-link/summary.json index 1e562f2db..7647f8ecd 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-025-prefer-next-link/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 203.179, - "fingerprint": "4e37cb01f5f2d2138e42525c4d0ab9156b2b299d06e47e514430fb9961c3e047" + "fingerprint": "4e37cb01f5f2d2138e42525c4d0ab9156b2b299d06e47e514430fb9961c3e047", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-026-no-serial-await/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-026-no-serial-await/summary.json index 2fbf194e5..2ab5cdf72 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-026-no-serial-await/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 216.934, - "fingerprint": "cb8a131c8215414ea7e2918db227f2cf80e9578a08aca3f7d138700669f189fd" + "fingerprint": "cb8a131c8215414ea7e2918db227f2cf80e9578a08aca3f7d138700669f189fd", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-027-prefer-next-image/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-027-prefer-next-image/summary.json index cf26dabfb..e5b509003 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-027-prefer-next-image/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 199.283, - "fingerprint": "e05c75e8c82a14e815251766fba43c33020945f71939be0bbd3b7c3a2ade8e0d" + "fingerprint": "e05c75e8c82a14e815251766fba43c33020945f71939be0bbd3b7c3a2ade8e0d", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-028-prefer-next-font/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-028-prefer-next-font/summary.json index 3fbbc64e4..f7b0a21c8 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-028-prefer-next-font/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 197.692, - "fingerprint": "a43df92247042da13dc15cec5c9d11732b6ca71022d61acdd5d89ff4555541b4" + "fingerprint": "a43df92247042da13dc15cec5c9d11732b6ca71022d61acdd5d89ff4555541b4", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-029-use-cache-directive/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-029-use-cache-directive/summary.json index 4a5ead8e2..59e09859a 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-029-use-cache-directive/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 397.99675, - "fingerprint": "b8b9774a9e399c07108f185169fb1bd436fa25bb7078d0bbadb2a388b73f9422" + "fingerprint": "b8b9774a9e399c07108f185169fb1bd436fa25bb7078d0bbadb2a388b73f9422", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-030-app-router-migration-hard/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-030-app-router-migration-hard/summary.json index d3e278a26..d29f47760 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 349.378, - "fingerprint": "880187523c12a9ac09be650d19f776c12ddadf2e1ae12357c03a3b257883295c" + "fingerprint": "880187523c12a9ac09be650d19f776c12ddadf2e1ae12357c03a3b257883295c", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-031-proxy-middleware/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-031-proxy-middleware/summary.json index cddc4dde6..24482bde4 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-031-proxy-middleware/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 185.894, - "fingerprint": "2b39792ec5e113f874f5f62549d566f689800f09b212f4a27744a62308cc3173" + "fingerprint": "2b39792ec5e113f874f5f62549d566f689800f09b212f4a27744a62308cc3173", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-032-use-cache-directive/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-032-use-cache-directive/summary.json index 382bc4790..cc084eaea 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-032-use-cache-directive/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 242.22074999999998, - "fingerprint": "55540345ce7bbf98ebf7909491c6bde41aef2bf737f8e8804ccc1bec06ae57cb" + "fingerprint": "55540345ce7bbf98ebf7909491c6bde41aef2bf737f8e8804ccc1bec06ae57cb", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-033-forbidden-auth/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-033-forbidden-auth/summary.json index af1dc9396..46a7a3c70 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-033-forbidden-auth/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 256.479, - "fingerprint": "c4591dc30f28ebad8b2aa97176da5cdb04600fb5977fa94ef9d1c3b8323baf10" + "fingerprint": "c4591dc30f28ebad8b2aa97176da5cdb04600fb5977fa94ef9d1c3b8323baf10", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-034-async-cookies/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-034-async-cookies/summary.json index 353c1f0df..7e05e1d3e 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-034-async-cookies/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 213.932, - "fingerprint": "3835687c2412341e459a532a338cdec424004c3c7129ac238dd111533dcc5294" + "fingerprint": "3835687c2412341e459a532a338cdec424004c3c7129ac238dd111533dcc5294", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-035-connection-dynamic/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-035-connection-dynamic/summary.json index 0e73c4278..2d525153a 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-035-connection-dynamic/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 238.594, - "fingerprint": "359d73a96eb92a4fdb1597d46d0682777f876205513b9eccd1fbb349bb7ccbb6" + "fingerprint": "359d73a96eb92a4fdb1597d46d0682777f876205513b9eccd1fbb349bb7ccbb6", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-036-after-response/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-036-after-response/summary.json index f8dff42eb..2ef2e61b4 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-036-after-response/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 219.622, - "fingerprint": "0eff9f912c4a7608c852b48108f4f7edbd7ec81e76c06c61012c8d0f9559e6df" + "fingerprint": "0eff9f912c4a7608c852b48108f4f7edbd7ec81e76c06c61012c8d0f9559e6df", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-037-updatetag-cache/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-037-updatetag-cache/summary.json index c8070b8d7..88320096e 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-037-updatetag-cache/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 213.08925000000002, - "fingerprint": "fb70efdc6d322e298b39a6c430744fda1328925e43f7626965a0f861d923544b" + "fingerprint": "fb70efdc6d322e298b39a6c430744fda1328925e43f7626965a0f861d923544b", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-038-refresh-settings/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-038-refresh-settings/summary.json index 176d12328..8886de682 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-038-refresh-settings/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 210.92025, - "fingerprint": "db772210c1454bdf8d4f3d0a090b9a5d6170c1a2fe4ab4de7d43aebc785b3468" + "fingerprint": "db772210c1454bdf8d4f3d0a090b9a5d6170c1a2fe4ab4de7d43aebc785b3468", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-039-indirect-proxy/summary.json b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-039-indirect-proxy/summary.json index 1b022baf4..aa1ad9b92 100644 --- a/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-039-indirect-proxy/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-04T16-03-13.018Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 244.687, - "fingerprint": "16ff4fac551d8012bec4120548d470aa1ac9ecf2ad8d05d6b0b3a4bdc66728cb" + "fingerprint": "16ff4fac551d8012bec4120548d470aa1ac9ecf2ad8d05d6b0b3a4bdc66728cb", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gemini-3.1-pro-preview/2026-03-17T19-05-45.623Z/agent-040-unstable-instant/summary.json b/results/gemini-3.1-pro-preview/2026-03-17T19-05-45.623Z/agent-040-unstable-instant/summary.json index ee7d12baf..0bf7d589c 100644 --- a/results/gemini-3.1-pro-preview/2026-03-17T19-05-45.623Z/agent-040-unstable-instant/summary.json +++ b/results/gemini-3.1-pro-preview/2026-03-17T19-05-45.623Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 166.45775, - "fingerprint": "e6db97da3cae915ac24717f5dd680b66e5182ba9c1aa592744685b5d82816946" -} \ No newline at end of file + "fingerprint": "e6db97da3cae915ac24717f5dd680b66e5182ba9c1aa592744685b5d82816946", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-041-optimize-ppr-shell/summary.json b/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-041-optimize-ppr-shell/summary.json index 70d8412ca..d18dac838 100644 --- a/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 219.00775, - "fingerprint": "48f0323e2797d75573b838b014b807952d337bf311324444e1ae1b4baf66372e" -} \ No newline at end of file + "fingerprint": "48f0323e2797d75573b838b014b807952d337bf311324444e1ae1b4baf66372e", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-042-enable-ppr/summary.json b/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-042-enable-ppr/summary.json index 98d87f36c..6d7a849ca 100644 --- a/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-042-enable-ppr/summary.json +++ b/results/gemini-3.1-pro-preview/2026-04-02T17-14-57.422Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 110.624, - "fingerprint": "c07c99f02836ee0a0e2f8743034528f427e45ab1502d7e262561c9a24a6ca9ab" -} \ No newline at end of file + "fingerprint": "c07c99f02836ee0a0e2f8743034528f427e45ab1502d7e262561c9a24a6ca9ab", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gemini-3.1-pro-preview/2026-04-06T15-20-12.406Z/agent-043-view-transitions/summary.json b/results/gemini-3.1-pro-preview/2026-04-06T15-20-12.406Z/agent-043-view-transitions/summary.json index 2860c7e5e..2808f6ad8 100644 --- a/results/gemini-3.1-pro-preview/2026-04-06T15-20-12.406Z/agent-043-view-transitions/summary.json +++ b/results/gemini-3.1-pro-preview/2026-04-06T15-20-12.406Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 160.8485, - "fingerprint": "4af421b511234ddc0044ec874eb880407d1175ed18248c92961495cc8247563d" -} \ No newline at end of file + "fingerprint": "4af421b511234ddc0044ec874eb880407d1175ed18248c92961495cc8247563d", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-000-app-router-migration-simple/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-000-app-router-migration-simple/summary.json index 349d6de6d..3c73ac944 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-000-app-router-migration-simple/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 273.814, - "fingerprint": "df3ff7e2e25eb0b99f7c93cc2e892d7c97e6def578be1bcfcdcde5418461c4f5" + "fingerprint": "df3ff7e2e25eb0b99f7c93cc2e892d7c97e6def578be1bcfcdcde5418461c4f5", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-021-avoid-fetch-in-effect/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-021-avoid-fetch-in-effect/summary.json index 72aff0535..47a284706 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 334.252, - "fingerprint": "b7a9600da58a40bf75344fd8fd5afba26e0ba16791dc2461545667d14bb001f3" + "fingerprint": "b7a9600da58a40bf75344fd8fd5afba26e0ba16791dc2461545667d14bb001f3", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-022-prefer-server-actions/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-022-prefer-server-actions/summary.json index 403e2f591..bd6326e4c 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-022-prefer-server-actions/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 268.807, - "fingerprint": "813aa66168e9c0600fe7543d88ffc65bd94d0e895f1ff80b79ce61fd6e87c955" + "fingerprint": "813aa66168e9c0600fe7543d88ffc65bd94d0e895f1ff80b79ce61fd6e87c955", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-023-avoid-getserversideprops/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-023-avoid-getserversideprops/summary.json index 38a75bb23..f0907e26d 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 221.483, - "fingerprint": "3c4fe786498b64514fc7efc94e1ea9892a819b69a3e9f70bc81741d8d1ab3c47" + "fingerprint": "3c4fe786498b64514fc7efc94e1ea9892a819b69a3e9f70bc81741d8d1ab3c47", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-024-avoid-redundant-usestate/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-024-avoid-redundant-usestate/summary.json index f26384b14..b96cfab7c 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.729, - "fingerprint": "451dd39cc752bbca3b6c283918dc9def716cb8850a4c66004b2c9562d9197b10" + "fingerprint": "451dd39cc752bbca3b6c283918dc9def716cb8850a4c66004b2c9562d9197b10", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-025-prefer-next-link/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-025-prefer-next-link/summary.json index bce185ecf..ea96b322a 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-025-prefer-next-link/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 128.114, - "fingerprint": "25aef55ce9ffd186c561c8f67de2a3bfd306a0ed380497211b5bfebf9590e264" + "fingerprint": "25aef55ce9ffd186c561c8f67de2a3bfd306a0ed380497211b5bfebf9590e264", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-026-no-serial-await/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-026-no-serial-await/summary.json index cd62960c6..d9294b15c 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-026-no-serial-await/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 184.6645, - "fingerprint": "f1a2f07fc944b84ff102763c29b10b7b859e7d9cead939ca73c962f7596e7d21" + "fingerprint": "f1a2f07fc944b84ff102763c29b10b7b859e7d9cead939ca73c962f7596e7d21", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-027-prefer-next-image/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-027-prefer-next-image/summary.json index 63f07f95f..d83a2ccb0 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-027-prefer-next-image/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.095, - "fingerprint": "1e212aa2027809710236a9f2d73704afb7bde9629e2b0e1e38e2c19d85f4443b" + "fingerprint": "1e212aa2027809710236a9f2d73704afb7bde9629e2b0e1e38e2c19d85f4443b", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-028-prefer-next-font/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-028-prefer-next-font/summary.json index 424eaebea..dea91822e 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-028-prefer-next-font/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 180.9275, - "fingerprint": "0aebc3b35b8447fad487e32331ba0f17c3285e583fdbead43f91d086c1dffd10" + "fingerprint": "0aebc3b35b8447fad487e32331ba0f17c3285e583fdbead43f91d086c1dffd10", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-029-use-cache-directive/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-029-use-cache-directive/summary.json index 17911b82f..e23f9d270 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-029-use-cache-directive/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 310.436, - "fingerprint": "531304fa51717fea82f8cc77bfde645da2e93e24199545e19518873bd6e67cde" + "fingerprint": "531304fa51717fea82f8cc77bfde645da2e93e24199545e19518873bd6e67cde", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-030-app-router-migration-hard/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-030-app-router-migration-hard/summary.json index 39cb0a2a2..9f6021fcd 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-030-app-router-migration-hard/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 395.9133333333334, - "fingerprint": "0294961abbe3beefeb25ba5cd04a1ced7e6ff6d064f437f64705207353f0dd2e" + "fingerprint": "0294961abbe3beefeb25ba5cd04a1ced7e6ff6d064f437f64705207353f0dd2e", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-031-proxy-middleware/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-031-proxy-middleware/summary.json index da62bd81e..7d42297f2 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-031-proxy-middleware/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 177.122, - "fingerprint": "dae929f1919120fa119d40525732eeaa57e3bc6ab7e5aeae1f2ed0b206ba87d5" + "fingerprint": "dae929f1919120fa119d40525732eeaa57e3bc6ab7e5aeae1f2ed0b206ba87d5", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-032-use-cache-directive/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-032-use-cache-directive/summary.json index 8c9129fe4..5d22de485 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-032-use-cache-directive/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 209.961, - "fingerprint": "a39c630c7ea6f9bb8a3b4b9c95ce7ca8d183f5f46779c82cb2531d68244d1d91" + "fingerprint": "a39c630c7ea6f9bb8a3b4b9c95ce7ca8d183f5f46779c82cb2531d68244d1d91", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-033-forbidden-auth/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-033-forbidden-auth/summary.json index 8cf791aec..bc0bb0344 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-033-forbidden-auth/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 254.442, - "fingerprint": "22a877e7fbe4c79ed4f4baf4d3b0fdc4e074c4fe6eb3e1da9e1ada2d3e52c1b3" + "fingerprint": "22a877e7fbe4c79ed4f4baf4d3b0fdc4e074c4fe6eb3e1da9e1ada2d3e52c1b3", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-034-async-cookies/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-034-async-cookies/summary.json index d643ea75b..894932cee 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-034-async-cookies/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.53, - "fingerprint": "98e77f5c3f3b2b2a6d58b914e2a77de7a6aa9dea1d7c82edfff097f673df660b" + "fingerprint": "98e77f5c3f3b2b2a6d58b914e2a77de7a6aa9dea1d7c82edfff097f673df660b", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-035-connection-dynamic/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-035-connection-dynamic/summary.json index ea89a0031..d6a494ef9 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-035-connection-dynamic/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.643, - "fingerprint": "fd04c18b5918533dac13219e65205d2b5727310dc48f1d18c64bdc4955a97d4d" + "fingerprint": "fd04c18b5918533dac13219e65205d2b5727310dc48f1d18c64bdc4955a97d4d", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-036-after-response/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-036-after-response/summary.json index 768c24292..85d101288 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-036-after-response/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 164.112, - "fingerprint": "d6f44d2bc3ffd70f6984a5344bcbda99ee75472a0ae33b3bff97bdd4c4fad144" + "fingerprint": "d6f44d2bc3ffd70f6984a5344bcbda99ee75472a0ae33b3bff97bdd4c4fad144", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-037-updatetag-cache/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-037-updatetag-cache/summary.json index 14b7928ac..af790ed37 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-037-updatetag-cache/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 362.944, - "fingerprint": "f4d3e3b1baa9cbcfbd7887599d492db9b92c02823cdb7bcac8e2f45593729357" + "fingerprint": "f4d3e3b1baa9cbcfbd7887599d492db9b92c02823cdb7bcac8e2f45593729357", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-038-refresh-settings/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-038-refresh-settings/summary.json index 075180a7e..bbd639e7d 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-038-refresh-settings/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 300.414, - "fingerprint": "965dbf5ee39102546da8773c79bcba14a8cbcd3d3e55a7defeb5e1ac7f070727" + "fingerprint": "965dbf5ee39102546da8773c79bcba14a8cbcd3d3e55a7defeb5e1ac7f070727", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-039-indirect-proxy/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-039-indirect-proxy/summary.json index e78099af4..8cf6e161e 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-039-indirect-proxy/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.761, - "fingerprint": "37bcdb74c730ccef662e7aab1c74be980894e3dac7787e307cb3ae7d5d197c0e" + "fingerprint": "37bcdb74c730ccef662e7aab1c74be980894e3dac7787e307cb3ae7d5d197c0e", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-040-unstable-instant/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-040-unstable-instant/summary.json index 3ef70635d..8c0363661 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-040-unstable-instant/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 260.16900000000004, - "fingerprint": "4ff628be5e1436f14e762abb2181e8bec022743ceaee619a2310a68fe2c21f67" + "fingerprint": "4ff628be5e1436f14e762abb2181e8bec022743ceaee619a2310a68fe2c21f67", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-041-optimize-ppr-shell/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-041-optimize-ppr-shell/summary.json index e1a4a07e9..0d572e1aa 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 411.322, - "fingerprint": "9e4c5023774cb9714e6e5b8cd6baec761bf49049ba9de212ca9fa775bd35bdc7" + "fingerprint": "9e4c5023774cb9714e6e5b8cd6baec761bf49049ba9de212ca9fa775bd35bdc7", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-042-enable-ppr/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-042-enable-ppr/summary.json index aa8133bc2..323a77787 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-042-enable-ppr/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 223.728, - "fingerprint": "6535e6f03b62f3c797759ff9c31820a9d518333eddc0a5eb12df70d051f5ebae" + "fingerprint": "6535e6f03b62f3c797759ff9c31820a9d518333eddc0a5eb12df70d051f5ebae", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-043-view-transitions/summary.json b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-043-view-transitions/summary.json index 1931a673a..b41958fdc 100644 --- a/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-043-view-transitions/summary.json +++ b/results/glm-5.1-opencode--agents-md/2026-04-16T19-29-56.278Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 419.452, - "fingerprint": "771d1bdbf1daca866e6da4c5915a036dc072641d348dfe6473d6e6240eb2d97e" + "fingerprint": "771d1bdbf1daca866e6da4c5915a036dc072641d348dfe6473d6e6240eb2d97e", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-000-app-router-migration-simple/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-000-app-router-migration-simple/summary.json index f41f3a741..4159d7198 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-000-app-router-migration-simple/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 238.589, - "fingerprint": "df3ff7e2e25eb0b99f7c93cc2e892d7c97e6def578be1bcfcdcde5418461c4f5" + "fingerprint": "df3ff7e2e25eb0b99f7c93cc2e892d7c97e6def578be1bcfcdcde5418461c4f5", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-021-avoid-fetch-in-effect/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-021-avoid-fetch-in-effect/summary.json index 346909038..c15074e10 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 218.982, - "fingerprint": "b7a9600da58a40bf75344fd8fd5afba26e0ba16791dc2461545667d14bb001f3" + "fingerprint": "b7a9600da58a40bf75344fd8fd5afba26e0ba16791dc2461545667d14bb001f3", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-022-prefer-server-actions/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-022-prefer-server-actions/summary.json index bb55b4e66..f3bc4b05b 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-022-prefer-server-actions/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 256.5345, - "fingerprint": "813aa66168e9c0600fe7543d88ffc65bd94d0e895f1ff80b79ce61fd6e87c955" + "fingerprint": "813aa66168e9c0600fe7543d88ffc65bd94d0e895f1ff80b79ce61fd6e87c955", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-023-avoid-getserversideprops/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-023-avoid-getserversideprops/summary.json index 3fd5a636a..c68145e00 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 235.716, - "fingerprint": "3c4fe786498b64514fc7efc94e1ea9892a819b69a3e9f70bc81741d8d1ab3c47" + "fingerprint": "3c4fe786498b64514fc7efc94e1ea9892a819b69a3e9f70bc81741d8d1ab3c47", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-024-avoid-redundant-usestate/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-024-avoid-redundant-usestate/summary.json index be0f74a3a..f07a985ac 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.026, - "fingerprint": "451dd39cc752bbca3b6c283918dc9def716cb8850a4c66004b2c9562d9197b10" + "fingerprint": "451dd39cc752bbca3b6c283918dc9def716cb8850a4c66004b2c9562d9197b10", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-025-prefer-next-link/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-025-prefer-next-link/summary.json index 2f7e204ae..d0b5a0b40 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-025-prefer-next-link/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 144.951, - "fingerprint": "25aef55ce9ffd186c561c8f67de2a3bfd306a0ed380497211b5bfebf9590e264" + "fingerprint": "25aef55ce9ffd186c561c8f67de2a3bfd306a0ed380497211b5bfebf9590e264", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-026-no-serial-await/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-026-no-serial-await/summary.json index 11a84b2a0..ded52326c 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-026-no-serial-await/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 248.228, - "fingerprint": "f1a2f07fc944b84ff102763c29b10b7b859e7d9cead939ca73c962f7596e7d21" + "fingerprint": "f1a2f07fc944b84ff102763c29b10b7b859e7d9cead939ca73c962f7596e7d21", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-027-prefer-next-image/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-027-prefer-next-image/summary.json index 630098545..9f7a5930a 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-027-prefer-next-image/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 135.784, - "fingerprint": "1e212aa2027809710236a9f2d73704afb7bde9629e2b0e1e38e2c19d85f4443b" + "fingerprint": "1e212aa2027809710236a9f2d73704afb7bde9629e2b0e1e38e2c19d85f4443b", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-028-prefer-next-font/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-028-prefer-next-font/summary.json index bd4f1d35c..8607b3607 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-028-prefer-next-font/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.211, - "fingerprint": "0aebc3b35b8447fad487e32331ba0f17c3285e583fdbead43f91d086c1dffd10" + "fingerprint": "0aebc3b35b8447fad487e32331ba0f17c3285e583fdbead43f91d086c1dffd10", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-029-use-cache-directive/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-029-use-cache-directive/summary.json index 3a9d97813..f0ae06223 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-029-use-cache-directive/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 642.653, - "fingerprint": "531304fa51717fea82f8cc77bfde645da2e93e24199545e19518873bd6e67cde" + "fingerprint": "531304fa51717fea82f8cc77bfde645da2e93e24199545e19518873bd6e67cde", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-030-app-router-migration-hard/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-030-app-router-migration-hard/summary.json index 746bc8723..9ca21a62d 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-030-app-router-migration-hard/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 564.721, - "fingerprint": "0294961abbe3beefeb25ba5cd04a1ced7e6ff6d064f437f64705207353f0dd2e" + "fingerprint": "0294961abbe3beefeb25ba5cd04a1ced7e6ff6d064f437f64705207353f0dd2e", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-031-proxy-middleware/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-031-proxy-middleware/summary.json index e963a9896..2d7f29a84 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-031-proxy-middleware/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 163.821, - "fingerprint": "dae929f1919120fa119d40525732eeaa57e3bc6ab7e5aeae1f2ed0b206ba87d5" + "fingerprint": "dae929f1919120fa119d40525732eeaa57e3bc6ab7e5aeae1f2ed0b206ba87d5", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-032-use-cache-directive/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-032-use-cache-directive/summary.json index 0101f8fea..767d11565 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-032-use-cache-directive/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 250.053, - "fingerprint": "a39c630c7ea6f9bb8a3b4b9c95ce7ca8d183f5f46779c82cb2531d68244d1d91" + "fingerprint": "a39c630c7ea6f9bb8a3b4b9c95ce7ca8d183f5f46779c82cb2531d68244d1d91", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-033-forbidden-auth/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-033-forbidden-auth/summary.json index 7940b86f5..e5b0565f5 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-033-forbidden-auth/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 227.046, - "fingerprint": "22a877e7fbe4c79ed4f4baf4d3b0fdc4e074c4fe6eb3e1da9e1ada2d3e52c1b3" + "fingerprint": "22a877e7fbe4c79ed4f4baf4d3b0fdc4e074c4fe6eb3e1da9e1ada2d3e52c1b3", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-034-async-cookies/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-034-async-cookies/summary.json index 6902c1669..84ec9d394 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-034-async-cookies/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.842, - "fingerprint": "98e77f5c3f3b2b2a6d58b914e2a77de7a6aa9dea1d7c82edfff097f673df660b" + "fingerprint": "98e77f5c3f3b2b2a6d58b914e2a77de7a6aa9dea1d7c82edfff097f673df660b", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-035-connection-dynamic/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-035-connection-dynamic/summary.json index 12bfb32df..5bef15798 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-035-connection-dynamic/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 169.16225, - "fingerprint": "fd04c18b5918533dac13219e65205d2b5727310dc48f1d18c64bdc4955a97d4d" + "fingerprint": "fd04c18b5918533dac13219e65205d2b5727310dc48f1d18c64bdc4955a97d4d", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-036-after-response/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-036-after-response/summary.json index a8391e2d6..67ed7c61f 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-036-after-response/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 202.172, - "fingerprint": "d6f44d2bc3ffd70f6984a5344bcbda99ee75472a0ae33b3bff97bdd4c4fad144" + "fingerprint": "d6f44d2bc3ffd70f6984a5344bcbda99ee75472a0ae33b3bff97bdd4c4fad144", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-037-updatetag-cache/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-037-updatetag-cache/summary.json index 9975ac954..362406554 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-037-updatetag-cache/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 375.1383333333333, - "fingerprint": "f4d3e3b1baa9cbcfbd7887599d492db9b92c02823cdb7bcac8e2f45593729357" + "fingerprint": "f4d3e3b1baa9cbcfbd7887599d492db9b92c02823cdb7bcac8e2f45593729357", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-038-refresh-settings/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-038-refresh-settings/summary.json index 0583e06e8..a08b90b0f 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-038-refresh-settings/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 288.1895, - "fingerprint": "965dbf5ee39102546da8773c79bcba14a8cbcd3d3e55a7defeb5e1ac7f070727" + "fingerprint": "965dbf5ee39102546da8773c79bcba14a8cbcd3d3e55a7defeb5e1ac7f070727", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-039-indirect-proxy/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-039-indirect-proxy/summary.json index cb18c63d9..87aed7cf4 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-039-indirect-proxy/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 130.85025, - "fingerprint": "37bcdb74c730ccef662e7aab1c74be980894e3dac7787e307cb3ae7d5d197c0e" + "fingerprint": "37bcdb74c730ccef662e7aab1c74be980894e3dac7787e307cb3ae7d5d197c0e", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-040-unstable-instant/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-040-unstable-instant/summary.json index 3faf8af90..fd999da38 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-040-unstable-instant/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 300.09875, - "fingerprint": "4ff628be5e1436f14e762abb2181e8bec022743ceaee619a2310a68fe2c21f67" + "fingerprint": "4ff628be5e1436f14e762abb2181e8bec022743ceaee619a2310a68fe2c21f67", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-041-optimize-ppr-shell/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-041-optimize-ppr-shell/summary.json index 06bc77af2..b685aeabc 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 368.555, - "fingerprint": "9e4c5023774cb9714e6e5b8cd6baec761bf49049ba9de212ca9fa775bd35bdc7" + "fingerprint": "9e4c5023774cb9714e6e5b8cd6baec761bf49049ba9de212ca9fa775bd35bdc7", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-042-enable-ppr/summary.json b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-042-enable-ppr/summary.json index 26a71e790..4a772f690 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-042-enable-ppr/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-29-56.283Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 186.841, - "fingerprint": "6535e6f03b62f3c797759ff9c31820a9d518333eddc0a5eb12df70d051f5ebae" + "fingerprint": "6535e6f03b62f3c797759ff9c31820a9d518333eddc0a5eb12df70d051f5ebae", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/glm-5.1-opencode/2026-04-16T19-56-02.634Z/agent-043-view-transitions/summary.json b/results/glm-5.1-opencode/2026-04-16T19-56-02.634Z/agent-043-view-transitions/summary.json index 6f9db6cac..b901c573a 100644 --- a/results/glm-5.1-opencode/2026-04-16T19-56-02.634Z/agent-043-view-transitions/summary.json +++ b/results/glm-5.1-opencode/2026-04-16T19-56-02.634Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 592.4165, - "fingerprint": "771d1bdbf1daca866e6da4c5915a036dc072641d348dfe6473d6e6240eb2d97e" -} \ No newline at end of file + "fingerprint": "771d1bdbf1daca866e6da4c5915a036dc072641d348dfe6473d6e6240eb2d97e", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-000-app-router-migration-simple/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-000-app-router-migration-simple/summary.json index d2b20d212..a4a939c51 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-000-app-router-migration-simple/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 297.875, - "fingerprint": "92975591dee8392c9106236db4724a6654920941ffc89d09530f7acecb9852af" + "fingerprint": "92975591dee8392c9106236db4724a6654920941ffc89d09530f7acecb9852af", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-021-avoid-fetch-in-effect/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-021-avoid-fetch-in-effect/summary.json index baad54aee..96a3ef355 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 235.065, - "fingerprint": "e1f698fdc520a77ff8de1a7538c868ec647de853bc3323ef853caddc145ef725" + "fingerprint": "e1f698fdc520a77ff8de1a7538c868ec647de853bc3323ef853caddc145ef725", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-022-prefer-server-actions/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-022-prefer-server-actions/summary.json index 5cc783b35..f57bea202 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-022-prefer-server-actions/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 232.464, - "fingerprint": "e25775f5f53fde2c5d447923dbda6884a6852e0c0c820483882361edf1bf05ea" + "fingerprint": "e25775f5f53fde2c5d447923dbda6884a6852e0c0c820483882361edf1bf05ea", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-023-avoid-getserversideprops/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-023-avoid-getserversideprops/summary.json index f807001f9..4081b6091 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 227.544, - "fingerprint": "26f0d14342fd608aec5d045d0f88097cedd99d835a7cb7e45258e5e74d0c2607" + "fingerprint": "26f0d14342fd608aec5d045d0f88097cedd99d835a7cb7e45258e5e74d0c2607", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-024-avoid-redundant-usestate/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-024-avoid-redundant-usestate/summary.json index 7a4976bf4..466935511 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 164.497, - "fingerprint": "7280376382095ee2129f4b1ac78cfefe5645f0f61663d250409abf0856826626" + "fingerprint": "7280376382095ee2129f4b1ac78cfefe5645f0f61663d250409abf0856826626", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-025-prefer-next-link/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-025-prefer-next-link/summary.json index f68ff3284..8d5969735 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-025-prefer-next-link/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 171.884, - "fingerprint": "a7a62b4d5c3e3452fa5e8169d0c012b247a5a12fc6868694abb2cc262ee7027c" + "fingerprint": "a7a62b4d5c3e3452fa5e8169d0c012b247a5a12fc6868694abb2cc262ee7027c", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-026-no-serial-await/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-026-no-serial-await/summary.json index bb32514a1..70e54aef8 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-026-no-serial-await/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 261.743, - "fingerprint": "1541c85acf7e241b792d012c24d838db78cc61b7802190f9705d378f7ade4f1c" + "fingerprint": "1541c85acf7e241b792d012c24d838db78cc61b7802190f9705d378f7ade4f1c", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-027-prefer-next-image/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-027-prefer-next-image/summary.json index d336cca7e..6cd930140 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-027-prefer-next-image/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 198.476, - "fingerprint": "01286c6003b7381a6a443f4497c5f1af703e06f593e65b88f3a1dd6f60747cf1" + "fingerprint": "01286c6003b7381a6a443f4497c5f1af703e06f593e65b88f3a1dd6f60747cf1", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-028-prefer-next-font/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-028-prefer-next-font/summary.json index 005f67760..5bba00d40 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-028-prefer-next-font/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.906, - "fingerprint": "adc8a88c516b04530017b3e5f2c5732d8333a8e1032327f5e22289f6e0162aa3" + "fingerprint": "adc8a88c516b04530017b3e5f2c5732d8333a8e1032327f5e22289f6e0162aa3", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-029-use-cache-directive/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-029-use-cache-directive/summary.json index 9f336d3c6..b0c180d0c 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-029-use-cache-directive/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 565.732, - "fingerprint": "aa47d8e4737a3c1a87eb6bc2456b65e6c746eff67e61f10fe6ba90b12b79720e" + "fingerprint": "aa47d8e4737a3c1a87eb6bc2456b65e6c746eff67e61f10fe6ba90b12b79720e", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-030-app-router-migration-hard/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-030-app-router-migration-hard/summary.json index fe50367cd..e02baa8b5 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-030-app-router-migration-hard/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 630.454, - "fingerprint": "dde68c2c35cf858abbd341349c50d2a4db43992a580c5bf0eb7da948a35109ae" + "fingerprint": "dde68c2c35cf858abbd341349c50d2a4db43992a580c5bf0eb7da948a35109ae", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-031-proxy-middleware/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-031-proxy-middleware/summary.json index a67c1f36b..5da1a7e1b 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-031-proxy-middleware/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 191.961, - "fingerprint": "905a0e6bd7eff881bccd0a1efe73a490624734d40b2b1eb52932c44bcb6e8000" + "fingerprint": "905a0e6bd7eff881bccd0a1efe73a490624734d40b2b1eb52932c44bcb6e8000", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-032-use-cache-directive/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-032-use-cache-directive/summary.json index 4ad648796..98664e4c0 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-032-use-cache-directive/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 236.457, - "fingerprint": "cf921902bccc596cad6b34e89e41fe14d544d405f20f0a89e18d2cca74272904" + "fingerprint": "cf921902bccc596cad6b34e89e41fe14d544d405f20f0a89e18d2cca74272904", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-033-forbidden-auth/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-033-forbidden-auth/summary.json index 438b36c36..dd3c12fbe 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-033-forbidden-auth/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 263.701, - "fingerprint": "07b62c392db66b0385f5aea3ec6380da36e5c3f5ea9238ab77841a8af6a504ec" + "fingerprint": "07b62c392db66b0385f5aea3ec6380da36e5c3f5ea9238ab77841a8af6a504ec", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-034-async-cookies/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-034-async-cookies/summary.json index 37f98df52..d14b0bb4c 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-034-async-cookies/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 174.825, - "fingerprint": "85040b9a6d1c091ee90008546f9955459745249f8bb737652d7564d4f0fbd1f1" + "fingerprint": "85040b9a6d1c091ee90008546f9955459745249f8bb737652d7564d4f0fbd1f1", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-035-connection-dynamic/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-035-connection-dynamic/summary.json index a2e240d75..c08a01f27 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-035-connection-dynamic/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 189.349, - "fingerprint": "a88191975d0678d9c4953a594c15494f8f1b2361da2549dce6352d7fa9f27e05" + "fingerprint": "a88191975d0678d9c4953a594c15494f8f1b2361da2549dce6352d7fa9f27e05", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-036-after-response/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-036-after-response/summary.json index 65fb6d84b..373567eac 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-036-after-response/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 224.846, - "fingerprint": "c97547e4fdf80ba6df7c20f14e43af88d1f2d3d62c1f2bda851895fce43d9717" + "fingerprint": "c97547e4fdf80ba6df7c20f14e43af88d1f2d3d62c1f2bda851895fce43d9717", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-037-updatetag-cache/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-037-updatetag-cache/summary.json index da1645adb..2e945bd00 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-037-updatetag-cache/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 348.589, - "fingerprint": "427cbbb7e064679af9f4f68f9b9c0645f5a6a1fdcd1354da39239b45b1d8b8be" + "fingerprint": "427cbbb7e064679af9f4f68f9b9c0645f5a6a1fdcd1354da39239b45b1d8b8be", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-038-refresh-settings/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-038-refresh-settings/summary.json index 79020bc19..fa9774c00 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-038-refresh-settings/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 219.561, - "fingerprint": "db9b808002d76d8d52084ad99014ecfca38fe338e8a9302829153916bf732c7d" + "fingerprint": "db9b808002d76d8d52084ad99014ecfca38fe338e8a9302829153916bf732c7d", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-039-indirect-proxy/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-039-indirect-proxy/summary.json index bdea58f3d..4ce738f80 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-039-indirect-proxy/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 201.942, - "fingerprint": "9c5f0768a9033a44a3ce13b8df79d1a57841403b33eff2af0107b5cffd21a732" + "fingerprint": "9c5f0768a9033a44a3ce13b8df79d1a57841403b33eff2af0107b5cffd21a732", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-040-unstable-instant/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-040-unstable-instant/summary.json index 9da2f6628..c4d1d0dfb 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-040-unstable-instant/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 215.774, - "fingerprint": "28220e6ac6c523566ecf017c791f1df9bb3e2fcb3990c4b2f2cbe1d1c74dce11" + "fingerprint": "28220e6ac6c523566ecf017c791f1df9bb3e2fcb3990c4b2f2cbe1d1c74dce11", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-041-optimize-ppr-shell/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-041-optimize-ppr-shell/summary.json index cfb7253c4..9c607e578 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 337.323, - "fingerprint": "053d20cf56be3db19537015fe65e775c0e3505e7a9e703c2b8c0c479f32191ff" + "fingerprint": "053d20cf56be3db19537015fe65e775c0e3505e7a9e703c2b8c0c479f32191ff", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-042-enable-ppr/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-042-enable-ppr/summary.json index ae3fc6f7e..257c760e2 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-042-enable-ppr/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 188.269, - "fingerprint": "f9c40b96fc05d96139f8b20ed303e71116e38c03e66aa11f65ceeb4ad93d9b4d" + "fingerprint": "f9c40b96fc05d96139f8b20ed303e71116e38c03e66aa11f65ceeb4ad93d9b4d", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-043-view-transitions/summary.json b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-043-view-transitions/summary.json index 292dd6057..09ced7834 100644 --- a/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-043-view-transitions/summary.json +++ b/results/glm-5.2--agents-md/2026-06-16T16-36-48.069Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 412.727, - "fingerprint": "6c56e1f3a9adc78179a1e648fd99f12b54263dc3cb7815aac78a96960ab93a37" + "fingerprint": "6c56e1f3a9adc78179a1e648fd99f12b54263dc3cb7815aac78a96960ab93a37", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-000-app-router-migration-simple/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-000-app-router-migration-simple/summary.json index ea0ea3b10..879e19eaa 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-000-app-router-migration-simple/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 243.86, - "fingerprint": "92975591dee8392c9106236db4724a6654920941ffc89d09530f7acecb9852af" + "fingerprint": "92975591dee8392c9106236db4724a6654920941ffc89d09530f7acecb9852af", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-021-avoid-fetch-in-effect/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-021-avoid-fetch-in-effect/summary.json index 0e77cdabe..80624d3b6 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 181.356, - "fingerprint": "e1f698fdc520a77ff8de1a7538c868ec647de853bc3323ef853caddc145ef725" + "fingerprint": "e1f698fdc520a77ff8de1a7538c868ec647de853bc3323ef853caddc145ef725", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-022-prefer-server-actions/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-022-prefer-server-actions/summary.json index ff1ce6e1d..e390afddb 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-022-prefer-server-actions/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 252.439, - "fingerprint": "e25775f5f53fde2c5d447923dbda6884a6852e0c0c820483882361edf1bf05ea" + "fingerprint": "e25775f5f53fde2c5d447923dbda6884a6852e0c0c820483882361edf1bf05ea", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-023-avoid-getserversideprops/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-023-avoid-getserversideprops/summary.json index 72bc10d8f..492b5ec1e 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 167.392, - "fingerprint": "26f0d14342fd608aec5d045d0f88097cedd99d835a7cb7e45258e5e74d0c2607" + "fingerprint": "26f0d14342fd608aec5d045d0f88097cedd99d835a7cb7e45258e5e74d0c2607", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-024-avoid-redundant-usestate/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-024-avoid-redundant-usestate/summary.json index e4fd871dc..e889cb64d 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.117, - "fingerprint": "7280376382095ee2129f4b1ac78cfefe5645f0f61663d250409abf0856826626" + "fingerprint": "7280376382095ee2129f4b1ac78cfefe5645f0f61663d250409abf0856826626", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-025-prefer-next-link/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-025-prefer-next-link/summary.json index 91c7d6670..33a53c92a 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-025-prefer-next-link/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.466, - "fingerprint": "a7a62b4d5c3e3452fa5e8169d0c012b247a5a12fc6868694abb2cc262ee7027c" + "fingerprint": "a7a62b4d5c3e3452fa5e8169d0c012b247a5a12fc6868694abb2cc262ee7027c", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-026-no-serial-await/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-026-no-serial-await/summary.json index b2448e57c..aad30b24c 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-026-no-serial-await/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 199.446, - "fingerprint": "1541c85acf7e241b792d012c24d838db78cc61b7802190f9705d378f7ade4f1c" + "fingerprint": "1541c85acf7e241b792d012c24d838db78cc61b7802190f9705d378f7ade4f1c", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-027-prefer-next-image/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-027-prefer-next-image/summary.json index 5a7c74e7b..52038348c 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-027-prefer-next-image/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.497, - "fingerprint": "01286c6003b7381a6a443f4497c5f1af703e06f593e65b88f3a1dd6f60747cf1" + "fingerprint": "01286c6003b7381a6a443f4497c5f1af703e06f593e65b88f3a1dd6f60747cf1", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-028-prefer-next-font/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-028-prefer-next-font/summary.json index b3b6baa30..b24606996 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-028-prefer-next-font/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 175.20833333333334, - "fingerprint": "adc8a88c516b04530017b3e5f2c5732d8333a8e1032327f5e22289f6e0162aa3" + "fingerprint": "adc8a88c516b04530017b3e5f2c5732d8333a8e1032327f5e22289f6e0162aa3", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-029-use-cache-directive/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-029-use-cache-directive/summary.json index c4affffd6..c28636b79 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-029-use-cache-directive/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1067.336, - "fingerprint": "aa47d8e4737a3c1a87eb6bc2456b65e6c746eff67e61f10fe6ba90b12b79720e" + "fingerprint": "aa47d8e4737a3c1a87eb6bc2456b65e6c746eff67e61f10fe6ba90b12b79720e", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-030-app-router-migration-hard/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-030-app-router-migration-hard/summary.json index c7805639f..e56d83fa2 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-030-app-router-migration-hard/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 528.72, - "fingerprint": "dde68c2c35cf858abbd341349c50d2a4db43992a580c5bf0eb7da948a35109ae" + "fingerprint": "dde68c2c35cf858abbd341349c50d2a4db43992a580c5bf0eb7da948a35109ae", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-031-proxy-middleware/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-031-proxy-middleware/summary.json index 581009eaa..285a83d2f 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-031-proxy-middleware/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 198.726, - "fingerprint": "905a0e6bd7eff881bccd0a1efe73a490624734d40b2b1eb52932c44bcb6e8000" + "fingerprint": "905a0e6bd7eff881bccd0a1efe73a490624734d40b2b1eb52932c44bcb6e8000", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-032-use-cache-directive/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-032-use-cache-directive/summary.json index 5da0ba3ad..2af5c6a8c 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-032-use-cache-directive/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 216.03766666666664, - "fingerprint": "cf921902bccc596cad6b34e89e41fe14d544d405f20f0a89e18d2cca74272904" + "fingerprint": "cf921902bccc596cad6b34e89e41fe14d544d405f20f0a89e18d2cca74272904", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-033-forbidden-auth/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-033-forbidden-auth/summary.json index 45b2c69d6..d28a1b471 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-033-forbidden-auth/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 220.382, - "fingerprint": "07b62c392db66b0385f5aea3ec6380da36e5c3f5ea9238ab77841a8af6a504ec" + "fingerprint": "07b62c392db66b0385f5aea3ec6380da36e5c3f5ea9238ab77841a8af6a504ec", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-034-async-cookies/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-034-async-cookies/summary.json index 2eee98e58..4b6309941 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-034-async-cookies/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 188.054, - "fingerprint": "85040b9a6d1c091ee90008546f9955459745249f8bb737652d7564d4f0fbd1f1" + "fingerprint": "85040b9a6d1c091ee90008546f9955459745249f8bb737652d7564d4f0fbd1f1", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-035-connection-dynamic/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-035-connection-dynamic/summary.json index 992c8b6c0..cd14f097d 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-035-connection-dynamic/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 197.951, - "fingerprint": "a88191975d0678d9c4953a594c15494f8f1b2361da2549dce6352d7fa9f27e05" + "fingerprint": "a88191975d0678d9c4953a594c15494f8f1b2361da2549dce6352d7fa9f27e05", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-036-after-response/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-036-after-response/summary.json index 4d83b71d0..6383046d4 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-036-after-response/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 206.561, - "fingerprint": "c97547e4fdf80ba6df7c20f14e43af88d1f2d3d62c1f2bda851895fce43d9717" + "fingerprint": "c97547e4fdf80ba6df7c20f14e43af88d1f2d3d62c1f2bda851895fce43d9717", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-037-updatetag-cache/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-037-updatetag-cache/summary.json index 4c412129a..815782fdc 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-037-updatetag-cache/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 374.829, - "fingerprint": "427cbbb7e064679af9f4f68f9b9c0645f5a6a1fdcd1354da39239b45b1d8b8be" + "fingerprint": "427cbbb7e064679af9f4f68f9b9c0645f5a6a1fdcd1354da39239b45b1d8b8be", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-038-refresh-settings/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-038-refresh-settings/summary.json index 777c22103..e5dc23f17 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-038-refresh-settings/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 297.8615, - "fingerprint": "db9b808002d76d8d52084ad99014ecfca38fe338e8a9302829153916bf732c7d" + "fingerprint": "db9b808002d76d8d52084ad99014ecfca38fe338e8a9302829153916bf732c7d", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-039-indirect-proxy/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-039-indirect-proxy/summary.json index e718acfad..b857919c2 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-039-indirect-proxy/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 355.701, - "fingerprint": "9c5f0768a9033a44a3ce13b8df79d1a57841403b33eff2af0107b5cffd21a732" + "fingerprint": "9c5f0768a9033a44a3ce13b8df79d1a57841403b33eff2af0107b5cffd21a732", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-040-unstable-instant/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-040-unstable-instant/summary.json index fcfef0ea4..5bd2b91a1 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-040-unstable-instant/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 193.26225, - "fingerprint": "28220e6ac6c523566ecf017c791f1df9bb3e2fcb3990c4b2f2cbe1d1c74dce11" + "fingerprint": "28220e6ac6c523566ecf017c791f1df9bb3e2fcb3990c4b2f2cbe1d1c74dce11", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-041-optimize-ppr-shell/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-041-optimize-ppr-shell/summary.json index 44608f99a..1542314d2 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 256.826, - "fingerprint": "053d20cf56be3db19537015fe65e775c0e3505e7a9e703c2b8c0c479f32191ff" + "fingerprint": "053d20cf56be3db19537015fe65e775c0e3505e7a9e703c2b8c0c479f32191ff", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-042-enable-ppr/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-042-enable-ppr/summary.json index efd60d5dc..1fda36be4 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-042-enable-ppr/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 179.762, - "fingerprint": "f9c40b96fc05d96139f8b20ed303e71116e38c03e66aa11f65ceeb4ad93d9b4d" + "fingerprint": "f9c40b96fc05d96139f8b20ed303e71116e38c03e66aa11f65ceeb4ad93d9b4d", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-043-view-transitions/summary.json b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-043-view-transitions/summary.json index e60425928..31ef67bda 100644 --- a/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-043-view-transitions/summary.json +++ b/results/glm-5.2/2026-06-16T16-16-46.060Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1000.225, - "fingerprint": "6c56e1f3a9adc78179a1e648fd99f12b54263dc3cb7815aac78a96960ab93a37" + "fingerprint": "6c56e1f3a9adc78179a1e648fd99f12b54263dc3cb7815aac78a96960ab93a37", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-000-app-router-migration-simple/summary.json index f19dedfcb..72605cbaa 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 236.838, - "fingerprint": "5739e93fce506eea0463991875221206f9c4cb0563474deb68c489c740d9947e" + "fingerprint": "5739e93fce506eea0463991875221206f9c4cb0563474deb68c489c740d9947e", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-021-avoid-fetch-in-effect/summary.json index 2380b5091..3df4a3c67 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.636, - "fingerprint": "5be44277767f89201793478b9a224c441c2adfc209a1ba52cc95d39bf3d513b4" + "fingerprint": "5be44277767f89201793478b9a224c441c2adfc209a1ba52cc95d39bf3d513b4", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-022-prefer-server-actions/summary.json index ceb9d8afb..252b78ef9 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 122.849, - "fingerprint": "1e0d0a63aa7a5b5c7643e14a3d40998e8dfa3675b68aeef4786dc2602d609d96" + "fingerprint": "1e0d0a63aa7a5b5c7643e14a3d40998e8dfa3675b68aeef4786dc2602d609d96", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-023-avoid-getserversideprops/summary.json index 108aa0597..09e8c7bfa 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 135.512, - "fingerprint": "ef582b0e4558b0dfd5279cabcb242b4d252539c9878bd024f32437a48a7fa71a" + "fingerprint": "ef582b0e4558b0dfd5279cabcb242b4d252539c9878bd024f32437a48a7fa71a", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-024-avoid-redundant-usestate/summary.json index f0efa7711..051ef11cc 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 138.336, - "fingerprint": "bd96df2321bac2fdda40173d764af1bf71bc180ee30252be4a765586b2aad7b3" + "fingerprint": "bd96df2321bac2fdda40173d764af1bf71bc180ee30252be4a765586b2aad7b3", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-025-prefer-next-link/summary.json index 68b5b9ee7..2814d37a4 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.974, - "fingerprint": "b8b60af20ddbd6919678aa261c8e996abc40d22bf9e25afd70fa0b934aa8ce51" + "fingerprint": "b8b60af20ddbd6919678aa261c8e996abc40d22bf9e25afd70fa0b934aa8ce51", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-026-no-serial-await/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-026-no-serial-await/summary.json index 47853558e..bb1402075 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 191.078, - "fingerprint": "90f4e9e87ed1f34cd1e68b71951575e92fb639b1ca6452fbd1649ca0ebc409a8" + "fingerprint": "90f4e9e87ed1f34cd1e68b71951575e92fb639b1ca6452fbd1649ca0ebc409a8", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-027-prefer-next-image/summary.json index 0146091ac..feea3b469 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.777, - "fingerprint": "352446f5d3b810ec8fee5cc9d6906e461ad7d34c968a142a2bc877923d24530d" + "fingerprint": "352446f5d3b810ec8fee5cc9d6906e461ad7d34c968a142a2bc877923d24530d", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-028-prefer-next-font/summary.json index 322024990..f8cae4d69 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.483, - "fingerprint": "06244fc7574a35e10b5da43bf37759f920e5ae5742968390c3d516ff8841c25e" + "fingerprint": "06244fc7574a35e10b5da43bf37759f920e5ae5742968390c3d516ff8841c25e", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-029-use-cache-directive/summary.json index 8b31348c7..632cec371 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 196.65875, - "fingerprint": "732ea00a0cb4469c002eb2278fc294a6c4099f10e09bd63e533c9a65c341a304" + "fingerprint": "732ea00a0cb4469c002eb2278fc294a6c4099f10e09bd63e533c9a65c341a304", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-031-proxy-middleware/summary.json index 1396484c3..b8ea81ca0 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.917, - "fingerprint": "7e614dfa633a17e52fe1cea6d99688f405542f00ccbb5c2470324a08c1d07614" + "fingerprint": "7e614dfa633a17e52fe1cea6d99688f405542f00ccbb5c2470324a08c1d07614", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-033-forbidden-auth/summary.json index 97d4d6219..01bbba8b8 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 105.37, - "fingerprint": "ae429f8a3dac4474cf18cdd5f723bb35bec944feac0c3af268e9939e24b42e22" + "fingerprint": "ae429f8a3dac4474cf18cdd5f723bb35bec944feac0c3af268e9939e24b42e22", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-034-async-cookies/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-034-async-cookies/summary.json index 367ad3f29..664967160 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 155.028, - "fingerprint": "5f883eb1e96e694ed7005f1872e5697acbfe7c1d1499e1c44d3f0c13f8aaa74f" + "fingerprint": "5f883eb1e96e694ed7005f1872e5697acbfe7c1d1499e1c44d3f0c13f8aaa74f", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-035-connection-dynamic/summary.json index 252472d90..174ef6bd4 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 88.1945, - "fingerprint": "30eb31b66a2951ca9300f82cc0903916d0d94baf45a6e7f470f0e0922658cd6d" + "fingerprint": "30eb31b66a2951ca9300f82cc0903916d0d94baf45a6e7f470f0e0922658cd6d", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-037-updatetag-cache/summary.json index 0edf40286..af9df3c06 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 123.689, - "fingerprint": "6a9733af142e1d70850959a005087723dcaadb6a379073338d20c64937f4f51d" + "fingerprint": "6a9733af142e1d70850959a005087723dcaadb6a379073338d20c64937f4f51d", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-038-refresh-settings/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-038-refresh-settings/summary.json index f84eab78c..e0f71d40f 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 86.35275000000001, - "fingerprint": "ba5fa387ceeefdcacd7d17b1fac2de2729e19c6f7a70572df1fa6dd954455e22" + "fingerprint": "ba5fa387ceeefdcacd7d17b1fac2de2729e19c6f7a70572df1fa6dd954455e22", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-039-indirect-proxy/summary.json index 30c9e47b7..b4ce1887b 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T09-48-32.778Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 142.635, - "fingerprint": "084c7c905c19e8c190fecddfccb369b97c1e91ed220abf51d7930033c4cc368a" + "fingerprint": "084c7c905c19e8c190fecddfccb369b97c1e91ed220abf51d7930033c4cc368a", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-032-use-cache-directive/summary.json index 94581ef03..7e1a51b28 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 189.84, - "fingerprint": "b4090047e69afb3da5f6a38c1b7baf297eb18d80d3de095807fb771c9526a2f2" + "fingerprint": "b4090047e69afb3da5f6a38c1b7baf297eb18d80d3de095807fb771c9526a2f2", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-036-after-response/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-036-after-response/summary.json index c780adfa1..26b95c0f6 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-036-after-response/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T10-02-27.768Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 172.718, - "fingerprint": "4a5c9d9c589fcaf0fd0fd7d99846005b3756456ec8b5e9c57588afa26ff25b21" + "fingerprint": "4a5c9d9c589fcaf0fd0fd7d99846005b3756456ec8b5e9c57588afa26ff25b21", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T13-01-57.475Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T13-01-57.475Z/agent-030-app-router-migration-hard/summary.json index b587ed304..ad449f631 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T13-01-57.475Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-02-18T13-01-57.475Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 391.62875, - "fingerprint": "4add61da1d162721cb9c0aecc314d79ad2149e4d829b57bc543ccd7912531a77" + "fingerprint": "4add61da1d162721cb9c0aecc314d79ad2149e4d829b57bc543ccd7912531a77", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-03-18T20-20-47.054Z/agent-040-unstable-instant/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-03-18T20-20-47.054Z/agent-040-unstable-instant/summary.json index 5f929e547..27cb82e25 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-03-18T20-20-47.054Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-03-18T20-20-47.054Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 150.792, - "fingerprint": "50d13438784c512631aa42683b1ce1c9804af186734beb12525de59e149ae2ca" -} \ No newline at end of file + "fingerprint": "50d13438784c512631aa42683b1ce1c9804af186734beb12525de59e149ae2ca", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-041-optimize-ppr-shell/summary.json index 1fbf1e49c..8af82b78e 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 270.2975, - "fingerprint": "5dbee48c6a51da6b9e908539a625935d6cdbe21c15607f3d68c27e2c583be124" -} \ No newline at end of file + "fingerprint": "5dbee48c6a51da6b9e908539a625935d6cdbe21c15607f3d68c27e2c583be124", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-042-enable-ppr/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-042-enable-ppr/summary.json index b6af7c9b8..db01fbe46 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-04-02T17-14-57.428Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 94.923, - "fingerprint": "d8c2798a26ddaf42c6ffce5489585be1d0d26c3f82d1eff810fdf229ec2b5e0e" -} \ No newline at end of file + "fingerprint": "d8c2798a26ddaf42c6ffce5489585be1d0d26c3f82d1eff810fdf229ec2b5e0e", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gpt-5.2-codex-xhigh--agents-md/2026-04-06T14-41-53.401Z/agent-043-view-transitions/summary.json b/results/gpt-5.2-codex-xhigh--agents-md/2026-04-06T14-41-53.401Z/agent-043-view-transitions/summary.json index ad0880366..d9827993f 100644 --- a/results/gpt-5.2-codex-xhigh--agents-md/2026-04-06T14-41-53.401Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.2-codex-xhigh--agents-md/2026-04-06T14-41-53.401Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 186.013, - "fingerprint": "a827a3ee7aca04ad5104131f0295a4b39e930b57d39eb74440308c0f0a39769d" -} \ No newline at end of file + "fingerprint": "a827a3ee7aca04ad5104131f0295a4b39e930b57d39eb74440308c0f0a39769d", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-000-app-router-migration-simple/summary.json index d18a25954..a6be564da 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 179.262, - "fingerprint": "5739e93fce506eea0463991875221206f9c4cb0563474deb68c489c740d9947e" + "fingerprint": "5739e93fce506eea0463991875221206f9c4cb0563474deb68c489c740d9947e", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-021-avoid-fetch-in-effect/summary.json index c83963d0c..1d445a6d4 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 130.801, - "fingerprint": "5be44277767f89201793478b9a224c441c2adfc209a1ba52cc95d39bf3d513b4" + "fingerprint": "5be44277767f89201793478b9a224c441c2adfc209a1ba52cc95d39bf3d513b4", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-022-prefer-server-actions/summary.json index 8a643fabb..f42f2acb3 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 137.02, - "fingerprint": "1e0d0a63aa7a5b5c7643e14a3d40998e8dfa3675b68aeef4786dc2602d609d96" + "fingerprint": "1e0d0a63aa7a5b5c7643e14a3d40998e8dfa3675b68aeef4786dc2602d609d96", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-023-avoid-getserversideprops/summary.json index 8b301c6d6..62f6cea70 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.409, - "fingerprint": "ef582b0e4558b0dfd5279cabcb242b4d252539c9878bd024f32437a48a7fa71a" + "fingerprint": "ef582b0e4558b0dfd5279cabcb242b4d252539c9878bd024f32437a48a7fa71a", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-024-avoid-redundant-usestate/summary.json index 9f7b145cf..0fc94eabf 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 135.236, - "fingerprint": "bd96df2321bac2fdda40173d764af1bf71bc180ee30252be4a765586b2aad7b3" + "fingerprint": "bd96df2321bac2fdda40173d764af1bf71bc180ee30252be4a765586b2aad7b3", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-025-prefer-next-link/summary.json index a27156fff..2ed8b2893 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 131.552, - "fingerprint": "b8b60af20ddbd6919678aa261c8e996abc40d22bf9e25afd70fa0b934aa8ce51" + "fingerprint": "b8b60af20ddbd6919678aa261c8e996abc40d22bf9e25afd70fa0b934aa8ce51", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-026-no-serial-await/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-026-no-serial-await/summary.json index 880d4b68a..0b80c1d84 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 76.666, - "fingerprint": "90f4e9e87ed1f34cd1e68b71951575e92fb639b1ca6452fbd1649ca0ebc409a8" + "fingerprint": "90f4e9e87ed1f34cd1e68b71951575e92fb639b1ca6452fbd1649ca0ebc409a8", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-027-prefer-next-image/summary.json index b6c76edb8..17e083f2a 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 71.3595, - "fingerprint": "352446f5d3b810ec8fee5cc9d6906e461ad7d34c968a142a2bc877923d24530d" + "fingerprint": "352446f5d3b810ec8fee5cc9d6906e461ad7d34c968a142a2bc877923d24530d", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-028-prefer-next-font/summary.json index eea5e20a0..94760c908 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 53.36666666666667, - "fingerprint": "06244fc7574a35e10b5da43bf37759f920e5ae5742968390c3d516ff8841c25e" + "fingerprint": "06244fc7574a35e10b5da43bf37759f920e5ae5742968390c3d516ff8841c25e", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-031-proxy-middleware/summary.json index b98e86ec1..d954d3395 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 71.30975000000001, - "fingerprint": "7e614dfa633a17e52fe1cea6d99688f405542f00ccbb5c2470324a08c1d07614" + "fingerprint": "7e614dfa633a17e52fe1cea6d99688f405542f00ccbb5c2470324a08c1d07614", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-032-use-cache-directive/summary.json index 1344e4cdf..92fec7b1a 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 40.051249999999996, - "fingerprint": "b4090047e69afb3da5f6a38c1b7baf297eb18d80d3de095807fb771c9526a2f2" + "fingerprint": "b4090047e69afb3da5f6a38c1b7baf297eb18d80d3de095807fb771c9526a2f2", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-033-forbidden-auth/summary.json index df6c2b491..4d3afbfd7 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 100.5955, - "fingerprint": "ae429f8a3dac4474cf18cdd5f723bb35bec944feac0c3af268e9939e24b42e22" + "fingerprint": "ae429f8a3dac4474cf18cdd5f723bb35bec944feac0c3af268e9939e24b42e22", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-036-after-response/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-036-after-response/summary.json index 51c832ec1..db6c0763e 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-036-after-response/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.194, - "fingerprint": "4a5c9d9c589fcaf0fd0fd7d99846005b3756456ec8b5e9c57588afa26ff25b21" + "fingerprint": "4a5c9d9c589fcaf0fd0fd7d99846005b3756456ec8b5e9c57588afa26ff25b21", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-037-updatetag-cache/summary.json index 8161f6956..f3b128fa7 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 135.864, - "fingerprint": "6a9733af142e1d70850959a005087723dcaadb6a379073338d20c64937f4f51d" + "fingerprint": "6a9733af142e1d70850959a005087723dcaadb6a379073338d20c64937f4f51d", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-038-refresh-settings/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-038-refresh-settings/summary.json index a2919a77e..03098340c 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 44.28475, - "fingerprint": "ba5fa387ceeefdcacd7d17b1fac2de2729e19c6f7a70572df1fa6dd954455e22" + "fingerprint": "ba5fa387ceeefdcacd7d17b1fac2de2729e19c6f7a70572df1fa6dd954455e22", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-039-indirect-proxy/summary.json index 155d43a21..66c23fa15 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T09-48-32.783Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 74.38650000000001, - "fingerprint": "084c7c905c19e8c190fecddfccb369b97c1e91ed220abf51d7930033c4cc368a" + "fingerprint": "084c7c905c19e8c190fecddfccb369b97c1e91ed220abf51d7930033c4cc368a", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-030-app-router-migration-hard/summary.json index 80d02e278..e21ac2439 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 432.197, - "fingerprint": "4add61da1d162721cb9c0aecc314d79ad2149e4d829b57bc543ccd7912531a77" + "fingerprint": "4add61da1d162721cb9c0aecc314d79ad2149e4d829b57bc543ccd7912531a77", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-034-async-cookies/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-034-async-cookies/summary.json index 26d2fd8de..c36214894 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 104.98925, - "fingerprint": "5f883eb1e96e694ed7005f1872e5697acbfe7c1d1499e1c44d3f0c13f8aaa74f" + "fingerprint": "5f883eb1e96e694ed7005f1872e5697acbfe7c1d1499e1c44d3f0c13f8aaa74f", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-035-connection-dynamic/summary.json index 3de101fac..a593a0cb9 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T10-02-27.772Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 109.5455, - "fingerprint": "30eb31b66a2951ca9300f82cc0903916d0d94baf45a6e7f470f0e0922658cd6d" + "fingerprint": "30eb31b66a2951ca9300f82cc0903916d0d94baf45a6e7f470f0e0922658cd6d", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gpt-5.2-codex-xhigh/2026-02-18T10-37-59.830Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.2-codex-xhigh/2026-02-18T10-37-59.830Z/agent-029-use-cache-directive/summary.json index 0e551714f..e4ccd039c 100644 --- a/results/gpt-5.2-codex-xhigh/2026-02-18T10-37-59.830Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-02-18T10-37-59.830Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 340.53975, - "fingerprint": "732ea00a0cb4469c002eb2278fc294a6c4099f10e09bd63e533c9a65c341a304" + "fingerprint": "732ea00a0cb4469c002eb2278fc294a6c4099f10e09bd63e533c9a65c341a304", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gpt-5.2-codex-xhigh/2026-03-18T20-20-47.058Z/agent-040-unstable-instant/summary.json b/results/gpt-5.2-codex-xhigh/2026-03-18T20-20-47.058Z/agent-040-unstable-instant/summary.json index b81ba5386..e418b6b2e 100644 --- a/results/gpt-5.2-codex-xhigh/2026-03-18T20-20-47.058Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-03-18T20-20-47.058Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 107.738, - "fingerprint": "50d13438784c512631aa42683b1ce1c9804af186734beb12525de59e149ae2ca" -} \ No newline at end of file + "fingerprint": "50d13438784c512631aa42683b1ce1c9804af186734beb12525de59e149ae2ca", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.2-codex-xhigh/2026-04-02T17-14-57.434Z/agent-042-enable-ppr/summary.json b/results/gpt-5.2-codex-xhigh/2026-04-02T17-14-57.434Z/agent-042-enable-ppr/summary.json index 1652e4977..3f96f3ced 100644 --- a/results/gpt-5.2-codex-xhigh/2026-04-02T17-14-57.434Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-04-02T17-14-57.434Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 78.5745, - "fingerprint": "d8c2798a26ddaf42c6ffce5489585be1d0d26c3f82d1eff810fdf229ec2b5e0e" -} \ No newline at end of file + "fingerprint": "d8c2798a26ddaf42c6ffce5489585be1d0d26c3f82d1eff810fdf229ec2b5e0e", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gpt-5.2-codex-xhigh/2026-04-02T19-04-24.117Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.2-codex-xhigh/2026-04-02T19-04-24.117Z/agent-041-optimize-ppr-shell/summary.json index 27d40fde3..77b016395 100644 --- a/results/gpt-5.2-codex-xhigh/2026-04-02T19-04-24.117Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-04-02T19-04-24.117Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.787, - "fingerprint": "5dbee48c6a51da6b9e908539a625935d6cdbe21c15607f3d68c27e2c583be124" -} \ No newline at end of file + "fingerprint": "5dbee48c6a51da6b9e908539a625935d6cdbe21c15607f3d68c27e2c583be124", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gpt-5.2-codex-xhigh/2026-04-06T14-41-53.406Z/agent-043-view-transitions/summary.json b/results/gpt-5.2-codex-xhigh/2026-04-06T14-41-53.406Z/agent-043-view-transitions/summary.json index 9d13b3d9d..230bef306 100644 --- a/results/gpt-5.2-codex-xhigh/2026-04-06T14-41-53.406Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.2-codex-xhigh/2026-04-06T14-41-53.406Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 217.771, - "fingerprint": "a827a3ee7aca04ad5104131f0295a4b39e930b57d39eb74440308c0f0a39769d" -} \ No newline at end of file + "fingerprint": "a827a3ee7aca04ad5104131f0295a4b39e930b57d39eb74440308c0f0a39769d", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-000-app-router-migration-simple/summary.json index b1fbb340d..d10d02545 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 301.213, - "fingerprint": "07798bc2d7a126e7f32ac45204bb0f173f5709f2847652b9e4359e6aeffdff24" + "fingerprint": "07798bc2d7a126e7f32ac45204bb0f173f5709f2847652b9e4359e6aeffdff24", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-021-avoid-fetch-in-effect/summary.json index 5c4d8cad2..073bc5936 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 204.918, - "fingerprint": "40a1e4b8b1ba2a7c40d8a6d21b3f1be78a9a161f99d8597ca1bcaaa7c33f7970" + "fingerprint": "40a1e4b8b1ba2a7c40d8a6d21b3f1be78a9a161f99d8597ca1bcaaa7c33f7970", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-023-avoid-getserversideprops/summary.json index 696c8c6c4..857f8e500 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 185.7615, - "fingerprint": "9999c14b4924dc2e951b1d27ebe94b9cf56e36a58ae470120b027540d6f5c0e9" + "fingerprint": "9999c14b4924dc2e951b1d27ebe94b9cf56e36a58ae470120b027540d6f5c0e9", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-024-avoid-redundant-usestate/summary.json index 6df13d7c6..8d59458dc 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 77.42266666666667, - "fingerprint": "aa1d163931124e4242cb9f42f7a98b8fb4abca172951af21832c61f3695b89b8" + "fingerprint": "aa1d163931124e4242cb9f42f7a98b8fb4abca172951af21832c61f3695b89b8", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-025-prefer-next-link/summary.json index f8ee6c4da..6b0779fbe 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.804, - "fingerprint": "e5795e7e39fcdfb8b568087c86a0aabd8a21c6b9db2072187e96e3afe2c7d59a" + "fingerprint": "e5795e7e39fcdfb8b568087c86a0aabd8a21c6b9db2072187e96e3afe2c7d59a", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-027-prefer-next-image/summary.json index a8b6e8293..3ecaf8973 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 222.453, - "fingerprint": "a9676225839bee5cbc276d634f90c5f6c010cab922b85550f18403e8ed7eff6c" + "fingerprint": "a9676225839bee5cbc276d634f90c5f6c010cab922b85550f18403e8ed7eff6c", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-032-use-cache-directive/summary.json index d184a8981..a3a7ae3ab 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 283.251, - "fingerprint": "074cc6a873979db3e7a715f89a07527bcd4a7207653dc31cd121ffcc8fb6908a" + "fingerprint": "074cc6a873979db3e7a715f89a07527bcd4a7207653dc31cd121ffcc8fb6908a", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-033-forbidden-auth/summary.json index 869948dd9..ad931c6d1 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 133.3205, - "fingerprint": "e6351885dea6e618b3d7034b45704ca4da789b7bdc5e4d9d99d73ad2694f690c" + "fingerprint": "e6351885dea6e618b3d7034b45704ca4da789b7bdc5e4d9d99d73ad2694f690c", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-034-async-cookies/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-034-async-cookies/summary.json index 6a4872a4f..47bb48e54 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 85.42, - "fingerprint": "dae946c540931ce9db6f1dd32516c8aed576bba8c686158137353b53371e56b8" + "fingerprint": "dae946c540931ce9db6f1dd32516c8aed576bba8c686158137353b53371e56b8", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-035-connection-dynamic/summary.json index a386ca2f1..08e361fea 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 79.9685, - "fingerprint": "ab3d01d665ae7435485f92556fe6bd61fb91bdc315f4f08a2c92cea2fc0bf2fe" + "fingerprint": "ab3d01d665ae7435485f92556fe6bd61fb91bdc315f4f08a2c92cea2fc0bf2fe", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-036-after-response/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-036-after-response/summary.json index 12cd79b15..de04d01b6 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-036-after-response/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 212.046, - "fingerprint": "9ca1076cf6336c28cebb72980999afdd555c609f2bdea8b15139bfb10b78b166" + "fingerprint": "9ca1076cf6336c28cebb72980999afdd555c609f2bdea8b15139bfb10b78b166", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-037-updatetag-cache/summary.json index 2102ee47d..e2842ba2e 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 288.604, - "fingerprint": "cc68507c9529e2dc0dab1ff52037eaec0ca0651ba6603a6fe49b8a1a6ad643fb" + "fingerprint": "cc68507c9529e2dc0dab1ff52037eaec0ca0651ba6603a6fe49b8a1a6ad643fb", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-038-refresh-settings/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-038-refresh-settings/summary.json index 2aee5ffc4..4d0400d9a 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 225.89, - "fingerprint": "4cc676a67765b83d909620de997deda19c42e60216161b2e24ef755cbee8a620" + "fingerprint": "4cc676a67765b83d909620de997deda19c42e60216161b2e24ef755cbee8a620", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-039-indirect-proxy/summary.json index ced3190a3..28f88f08c 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T09-48-32.787Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 103.1435, - "fingerprint": "1dbb20ccc120b082db41b891fa6f58920e9596b6e68fd38c316a60f86aa9d00c" + "fingerprint": "1dbb20ccc120b082db41b891fa6f58920e9596b6e68fd38c316a60f86aa9d00c", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-022-prefer-server-actions/summary.json index 647c1e756..92dde64cb 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 179.465, - "fingerprint": "460a44c33dc41ffb7adf783252f15cf4502b0659fffb110195543b3f6f29a756" + "fingerprint": "460a44c33dc41ffb7adf783252f15cf4502b0659fffb110195543b3f6f29a756", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-026-no-serial-await/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-026-no-serial-await/summary.json index 44125c6bf..0b923e41d 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 254.145, - "fingerprint": "1ec83043b17490c317d0c0f5b4ef75ab34ab78a3c09aae4df50a2475bba6ec08" + "fingerprint": "1ec83043b17490c317d0c0f5b4ef75ab34ab78a3c09aae4df50a2475bba6ec08", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-028-prefer-next-font/summary.json index 03526bba0..231e78e5c 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 179.537, - "fingerprint": "37dba2165e6a733403844e8962e90f14db125933ef63f0977d681942001aef05" + "fingerprint": "37dba2165e6a733403844e8962e90f14db125933ef63f0977d681942001aef05", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-029-use-cache-directive/summary.json index 89f3ea818..6f72cd4b2 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 339.4975, - "fingerprint": "5bd66846a68af5bb308687c58414eb4d530968748ecdd31d55ca91f29a6f505c" + "fingerprint": "5bd66846a68af5bb308687c58414eb4d530968748ecdd31d55ca91f29a6f505c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-030-app-router-migration-hard/summary.json index bc48962b2..6bb8ba0da 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 440.17525, - "fingerprint": "8bffbd66d1dd8f3522459d8960eadc11b7fb8ee00b662295b5bbcbdc4756d6db" + "fingerprint": "8bffbd66d1dd8f3522459d8960eadc11b7fb8ee00b662295b5bbcbdc4756d6db", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-031-proxy-middleware/summary.json index bbe0fea5a..eb1cba966 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-02-18T10-02-27.777Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 181.744, - "fingerprint": "19ae45938d32572b665af96e00c4a5b8832b951d44a4c7ca288cfae87736f3da" + "fingerprint": "19ae45938d32572b665af96e00c4a5b8832b951d44a4c7ca288cfae87736f3da", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-03-19T04-19-43.572Z/agent-040-unstable-instant/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-03-19T04-19-43.572Z/agent-040-unstable-instant/summary.json index 45646c3c8..3580f10f1 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-03-19T04-19-43.572Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-03-19T04-19-43.572Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.007, - "fingerprint": "aa88bfcc20c7e7f501dafbd00d7e68cc1df5232e6db74b5c2a93568e080b91a5" -} \ No newline at end of file + "fingerprint": "aa88bfcc20c7e7f501dafbd00d7e68cc1df5232e6db74b5c2a93568e080b91a5", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-041-optimize-ppr-shell/summary.json index 269787bde..9a022b8d1 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 267.62125, - "fingerprint": "c5d5bb70d16d05710733ee283fe7a5e1ef9c8d04bdd585e734eb170f5434f4fb" -} \ No newline at end of file + "fingerprint": "c5d5bb70d16d05710733ee283fe7a5e1ef9c8d04bdd585e734eb170f5434f4fb", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-042-enable-ppr/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-042-enable-ppr/summary.json index ef26b3b80..d6def2c19 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-04-02T17-14-57.440Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 130.312, - "fingerprint": "6eea11ff8ea238abc2fa1bcfeeb52869a51e331cdd8d52c172db6c6d02686bd3" -} \ No newline at end of file + "fingerprint": "6eea11ff8ea238abc2fa1bcfeeb52869a51e331cdd8d52c172db6c6d02686bd3", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gpt-5.3-codex-xhigh--agents-md/2026-04-06T14-41-53.411Z/agent-043-view-transitions/summary.json b/results/gpt-5.3-codex-xhigh--agents-md/2026-04-06T14-41-53.411Z/agent-043-view-transitions/summary.json index 70dce0460..78c1318da 100644 --- a/results/gpt-5.3-codex-xhigh--agents-md/2026-04-06T14-41-53.411Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.3-codex-xhigh--agents-md/2026-04-06T14-41-53.411Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 227.976, - "fingerprint": "c5e4a242b5c70479f6ef8f2399c495d001e90dd557b87628b8bce1ea89eed5bd" -} \ No newline at end of file + "fingerprint": "c5e4a242b5c70479f6ef8f2399c495d001e90dd557b87628b8bce1ea89eed5bd", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-000-app-router-migration-simple/summary.json index c8de2a01c..f155ccd21 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 82.533, - "fingerprint": "07798bc2d7a126e7f32ac45204bb0f173f5709f2847652b9e4359e6aeffdff24" + "fingerprint": "07798bc2d7a126e7f32ac45204bb0f173f5709f2847652b9e4359e6aeffdff24", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-021-avoid-fetch-in-effect/summary.json index 3a0129296..54ea7233f 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 68.49133333333333, - "fingerprint": "40a1e4b8b1ba2a7c40d8a6d21b3f1be78a9a161f99d8597ca1bcaaa7c33f7970" + "fingerprint": "40a1e4b8b1ba2a7c40d8a6d21b3f1be78a9a161f99d8597ca1bcaaa7c33f7970", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-022-prefer-server-actions/summary.json index ea0b1cfcb..a14b12dff 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 146.0575, - "fingerprint": "460a44c33dc41ffb7adf783252f15cf4502b0659fffb110195543b3f6f29a756" + "fingerprint": "460a44c33dc41ffb7adf783252f15cf4502b0659fffb110195543b3f6f29a756", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-023-avoid-getserversideprops/summary.json index 46760d3aa..7fa12c47c 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 59.30325, - "fingerprint": "9999c14b4924dc2e951b1d27ebe94b9cf56e36a58ae470120b027540d6f5c0e9" + "fingerprint": "9999c14b4924dc2e951b1d27ebe94b9cf56e36a58ae470120b027540d6f5c0e9", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-024-avoid-redundant-usestate/summary.json index 1676a2401..27bb04a5c 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 93.149, - "fingerprint": "aa1d163931124e4242cb9f42f7a98b8fb4abca172951af21832c61f3695b89b8" + "fingerprint": "aa1d163931124e4242cb9f42f7a98b8fb4abca172951af21832c61f3695b89b8", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-025-prefer-next-link/summary.json index d800497e5..e363e551f 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.935, - "fingerprint": "e5795e7e39fcdfb8b568087c86a0aabd8a21c6b9db2072187e96e3afe2c7d59a" + "fingerprint": "e5795e7e39fcdfb8b568087c86a0aabd8a21c6b9db2072187e96e3afe2c7d59a", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-026-no-serial-await/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-026-no-serial-await/summary.json index 2be4af38b..81b34a0c8 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 76.24233333333333, - "fingerprint": "1ec83043b17490c317d0c0f5b4ef75ab34ab78a3c09aae4df50a2475bba6ec08" + "fingerprint": "1ec83043b17490c317d0c0f5b4ef75ab34ab78a3c09aae4df50a2475bba6ec08", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-027-prefer-next-image/summary.json index b3bb57bfc..a90e7c44d 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 89.2965, - "fingerprint": "a9676225839bee5cbc276d634f90c5f6c010cab922b85550f18403e8ed7eff6c" + "fingerprint": "a9676225839bee5cbc276d634f90c5f6c010cab922b85550f18403e8ed7eff6c", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-028-prefer-next-font/summary.json index 57b49304a..8ddcd080e 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 135.4075, - "fingerprint": "37dba2165e6a733403844e8962e90f14db125933ef63f0977d681942001aef05" + "fingerprint": "37dba2165e6a733403844e8962e90f14db125933ef63f0977d681942001aef05", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-029-use-cache-directive/summary.json index d86a0ea97..3d3e37de4 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 185.86549999999997, - "fingerprint": "5bd66846a68af5bb308687c58414eb4d530968748ecdd31d55ca91f29a6f505c" + "fingerprint": "5bd66846a68af5bb308687c58414eb4d530968748ecdd31d55ca91f29a6f505c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-030-app-router-migration-hard/summary.json index 026b564c1..fa1865841 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 208.289, - "fingerprint": "8bffbd66d1dd8f3522459d8960eadc11b7fb8ee00b662295b5bbcbdc4756d6db" + "fingerprint": "8bffbd66d1dd8f3522459d8960eadc11b7fb8ee00b662295b5bbcbdc4756d6db", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-032-use-cache-directive/summary.json index 19d39f7a5..b5364f47c 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 246.85, - "fingerprint": "074cc6a873979db3e7a715f89a07527bcd4a7207653dc31cd121ffcc8fb6908a" + "fingerprint": "074cc6a873979db3e7a715f89a07527bcd4a7207653dc31cd121ffcc8fb6908a", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-033-forbidden-auth/summary.json index e867c1109..7915a9da9 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 147.41333333333333, - "fingerprint": "e6351885dea6e618b3d7034b45704ca4da789b7bdc5e4d9d99d73ad2694f690c" + "fingerprint": "e6351885dea6e618b3d7034b45704ca4da789b7bdc5e4d9d99d73ad2694f690c", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-034-async-cookies/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-034-async-cookies/summary.json index a37e6f9d2..eceaa956a 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 121.89175, - "fingerprint": "dae946c540931ce9db6f1dd32516c8aed576bba8c686158137353b53371e56b8" + "fingerprint": "dae946c540931ce9db6f1dd32516c8aed576bba8c686158137353b53371e56b8", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-036-after-response/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-036-after-response/summary.json index a39984b23..1da99f477 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-036-after-response/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 135.086, - "fingerprint": "9ca1076cf6336c28cebb72980999afdd555c609f2bdea8b15139bfb10b78b166" + "fingerprint": "9ca1076cf6336c28cebb72980999afdd555c609f2bdea8b15139bfb10b78b166", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-037-updatetag-cache/summary.json index be69e7f44..6b26145d1 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 149.364, - "fingerprint": "cc68507c9529e2dc0dab1ff52037eaec0ca0651ba6603a6fe49b8a1a6ad643fb" + "fingerprint": "cc68507c9529e2dc0dab1ff52037eaec0ca0651ba6603a6fe49b8a1a6ad643fb", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-038-refresh-settings/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-038-refresh-settings/summary.json index 126802793..f17cc53f4 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 67.99125000000001, - "fingerprint": "4cc676a67765b83d909620de997deda19c42e60216161b2e24ef755cbee8a620" + "fingerprint": "4cc676a67765b83d909620de997deda19c42e60216161b2e24ef755cbee8a620", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-039-indirect-proxy/summary.json index e955d5e68..adb846830 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T09-48-32.791Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 199.624, - "fingerprint": "1dbb20ccc120b082db41b891fa6f58920e9596b6e68fd38c316a60f86aa9d00c" + "fingerprint": "1dbb20ccc120b082db41b891fa6f58920e9596b6e68fd38c316a60f86aa9d00c", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-031-proxy-middleware/summary.json index 4af89fef4..c2b8412bd 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 168.65725, - "fingerprint": "19ae45938d32572b665af96e00c4a5b8832b951d44a4c7ca288cfae87736f3da" + "fingerprint": "19ae45938d32572b665af96e00c4a5b8832b951d44a4c7ca288cfae87736f3da", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-035-connection-dynamic/summary.json index 708c6f04c..e20bbf9ec 100644 --- a/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-02-18T10-02-27.781Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 169.476, - "fingerprint": "ab3d01d665ae7435485f92556fe6bd61fb91bdc315f4f08a2c92cea2fc0bf2fe" + "fingerprint": "ab3d01d665ae7435485f92556fe6bd61fb91bdc315f4f08a2c92cea2fc0bf2fe", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gpt-5.3-codex-xhigh/2026-03-19T04-19-43.577Z/agent-040-unstable-instant/summary.json b/results/gpt-5.3-codex-xhigh/2026-03-19T04-19-43.577Z/agent-040-unstable-instant/summary.json index a22d38846..dfe379551 100644 --- a/results/gpt-5.3-codex-xhigh/2026-03-19T04-19-43.577Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-03-19T04-19-43.577Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 166.08175000000003, - "fingerprint": "aa88bfcc20c7e7f501dafbd00d7e68cc1df5232e6db74b5c2a93568e080b91a5" -} \ No newline at end of file + "fingerprint": "aa88bfcc20c7e7f501dafbd00d7e68cc1df5232e6db74b5c2a93568e080b91a5", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-041-optimize-ppr-shell/summary.json index 2df4160d8..643875d17 100644 --- a/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 226.36125, - "fingerprint": "c5d5bb70d16d05710733ee283fe7a5e1ef9c8d04bdd585e734eb170f5434f4fb" -} \ No newline at end of file + "fingerprint": "c5d5bb70d16d05710733ee283fe7a5e1ef9c8d04bdd585e734eb170f5434f4fb", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-042-enable-ppr/summary.json b/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-042-enable-ppr/summary.json index ae9723ba0..9d647ec98 100644 --- a/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-04-02T17-14-57.447Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.232, - "fingerprint": "6eea11ff8ea238abc2fa1bcfeeb52869a51e331cdd8d52c172db6c6d02686bd3" -} \ No newline at end of file + "fingerprint": "6eea11ff8ea238abc2fa1bcfeeb52869a51e331cdd8d52c172db6c6d02686bd3", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gpt-5.3-codex-xhigh/2026-04-06T15-07-43.601Z/agent-043-view-transitions/summary.json b/results/gpt-5.3-codex-xhigh/2026-04-06T15-07-43.601Z/agent-043-view-transitions/summary.json index 419b942a3..c8a297749 100644 --- a/results/gpt-5.3-codex-xhigh/2026-04-06T15-07-43.601Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.3-codex-xhigh/2026-04-06T15-07-43.601Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 319.208, - "fingerprint": "c5e4a242b5c70479f6ef8f2399c495d001e90dd557b87628b8bce1ea89eed5bd" -} \ No newline at end of file + "fingerprint": "c5e4a242b5c70479f6ef8f2399c495d001e90dd557b87628b8bce1ea89eed5bd", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-000-app-router-migration-simple/summary.json index b9267b2bb..52cf3f4ba 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 225.286, - "fingerprint": "1ae3b72101bc359bfd845847f12362ea95b653b8c39ad9a7a74b8500d76031b4" -} \ No newline at end of file + "fingerprint": "1ae3b72101bc359bfd845847f12362ea95b653b8c39ad9a7a74b8500d76031b4", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-021-avoid-fetch-in-effect/summary.json index dbcde47b5..278a16dae 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.711, - "fingerprint": "e200bec5b7cd4bfc89ab4a8bbcf85a43fd82297a95181a56351618b9fa62135b" -} \ No newline at end of file + "fingerprint": "e200bec5b7cd4bfc89ab4a8bbcf85a43fd82297a95181a56351618b9fa62135b", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-022-prefer-server-actions/summary.json index 402dea9d7..5cb4df3ff 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 169.967, - "fingerprint": "217b7b6f61b482a05a2e61cce5a4a13a4765f042c40539586cace191b9d05afd" -} \ No newline at end of file + "fingerprint": "217b7b6f61b482a05a2e61cce5a4a13a4765f042c40539586cace191b9d05afd", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-023-avoid-getserversideprops/summary.json index dfd33a6f1..decd7cb0a 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 171.181, - "fingerprint": "ab776c04f148d496b1e9f3c533bd8b2a2393b9596475acfb55f3c981f202dc82" -} \ No newline at end of file + "fingerprint": "ab776c04f148d496b1e9f3c533bd8b2a2393b9596475acfb55f3c981f202dc82", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-024-avoid-redundant-usestate/summary.json index 1777b0819..36844adf0 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 150.318, - "fingerprint": "6a47d2661b946873a48df6a34bcdf658140740311f44b4e6d9e6e85b1e81f0ed" -} \ No newline at end of file + "fingerprint": "6a47d2661b946873a48df6a34bcdf658140740311f44b4e6d9e6e85b1e81f0ed", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-025-prefer-next-link/summary.json index 7be836598..d569f2dc4 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 125.116, - "fingerprint": "e5c13b4ea52dcce109061a2a7b373b5f157abb19ce02c55e5656a59a3b049877" -} \ No newline at end of file + "fingerprint": "e5c13b4ea52dcce109061a2a7b373b5f157abb19ce02c55e5656a59a3b049877", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-026-no-serial-await/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-026-no-serial-await/summary.json index 1bb43b1f6..ecc24ae78 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 291.895, - "fingerprint": "4c6298ad4530e26edee496f576b4e37705355bfd221cc320de792ddb4a54f398" -} \ No newline at end of file + "fingerprint": "4c6298ad4530e26edee496f576b4e37705355bfd221cc320de792ddb4a54f398", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-027-prefer-next-image/summary.json index 641c40fd8..41336affb 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 166.251, - "fingerprint": "176bbbe206e313917d743fe73901249894aa0d5d173e3b084b9ef91b37e5188f" -} \ No newline at end of file + "fingerprint": "176bbbe206e313917d743fe73901249894aa0d5d173e3b084b9ef91b37e5188f", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-028-prefer-next-font/summary.json index 240720a92..97a9bc283 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 127.397, - "fingerprint": "303d576583e8c1872d52aadc21e90362209e56248f340bb521804dbaaaa3fa95" -} \ No newline at end of file + "fingerprint": "303d576583e8c1872d52aadc21e90362209e56248f340bb521804dbaaaa3fa95", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-031-proxy-middleware/summary.json index d22f20ea2..30bc7a5c6 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.788, - "fingerprint": "854edc45fdb5ab1dd52c1d2e9cd9af1c72349c8fbe2c13e44b1beaa83b5639cf" -} \ No newline at end of file + "fingerprint": "854edc45fdb5ab1dd52c1d2e9cd9af1c72349c8fbe2c13e44b1beaa83b5639cf", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-032-use-cache-directive/summary.json index 73c449b39..549274361 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.322, - "fingerprint": "ace78e9567f094fa0ec1b6a1573d63ea4d57644650f917d210052be3050cd2ad" -} \ No newline at end of file + "fingerprint": "ace78e9567f094fa0ec1b6a1573d63ea4d57644650f917d210052be3050cd2ad", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-033-forbidden-auth/summary.json index 43f4284a6..1e989a7e6 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 261.48, - "fingerprint": "6eceacb751f71ec3a58bdae701e6fd7e09b3b89bd8f6b7a0f16f022a387efc90" -} \ No newline at end of file + "fingerprint": "6eceacb751f71ec3a58bdae701e6fd7e09b3b89bd8f6b7a0f16f022a387efc90", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-034-async-cookies/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-034-async-cookies/summary.json index 067db9809..f76b8bd9c 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 186.07299999999998, - "fingerprint": "ecbda6b3c8668ece54ce938a698e49713c0bb9cbc6271d454c1fe0896d2f78ab" -} \ No newline at end of file + "fingerprint": "ecbda6b3c8668ece54ce938a698e49713c0bb9cbc6271d454c1fe0896d2f78ab", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-035-connection-dynamic/summary.json index d57b8adb2..5c7e32725 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 165.453, - "fingerprint": "7c389700941d59d0adcf3a4ebc58cc20fd03dc5e3f85001e4ddb9885cc2a079c" -} \ No newline at end of file + "fingerprint": "7c389700941d59d0adcf3a4ebc58cc20fd03dc5e3f85001e4ddb9885cc2a079c", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-036-after-response/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-036-after-response/summary.json index 5c4b2c661..82bdd4196 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-036-after-response/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 237.73, - "fingerprint": "fea4b22a4c1682ca2a9d0a0924044ff6437d21748c1a3925f86dd02e77eedc09" -} \ No newline at end of file + "fingerprint": "fea4b22a4c1682ca2a9d0a0924044ff6437d21748c1a3925f86dd02e77eedc09", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-037-updatetag-cache/summary.json index 207e13491..7cf336536 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 225.88, - "fingerprint": "0124aadc2b74148e3bb14c8a1856ad6bf78b940b62b2f4042c4f4a05f05d3ee2" -} \ No newline at end of file + "fingerprint": "0124aadc2b74148e3bb14c8a1856ad6bf78b940b62b2f4042c4f4a05f05d3ee2", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-038-refresh-settings/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-038-refresh-settings/summary.json index cadc2a29d..f10604f9f 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 166.883, - "fingerprint": "d0f8c2d92605359d152dad522602ee51e0ce78392cf5aca51be7694c02f06a3d" -} \ No newline at end of file + "fingerprint": "d0f8c2d92605359d152dad522602ee51e0ce78392cf5aca51be7694c02f06a3d", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-039-indirect-proxy/summary.json index 2736fe115..c4cdee463 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 159.541, - "fingerprint": "23a5fc15aa899fe4c01e6c1df7a789c064f2ef4a61b1617c913a5095ae1f35ff" -} \ No newline at end of file + "fingerprint": "23a5fc15aa899fe4c01e6c1df7a789c064f2ef4a61b1617c913a5095ae1f35ff", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-040-unstable-instant/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-040-unstable-instant/summary.json index 5289a9a9a..939dfe27c 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T17-51-56.993Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.562, - "fingerprint": "e66da0280057f7effe942c47e31834cbd00efe0a917a1bba363d3a8e25ef2f93" -} \ No newline at end of file + "fingerprint": "e66da0280057f7effe942c47e31834cbd00efe0a917a1bba363d3a8e25ef2f93", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T18-06-16.708Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T18-06-16.708Z/agent-029-use-cache-directive/summary.json index 8d55dd64c..5cb8925db 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T18-06-16.708Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T18-06-16.708Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 424.849, - "fingerprint": "5d870e437118fa57b7e214d326ab5b0897839bab41a00587dc184518597e3306" -} \ No newline at end of file + "fingerprint": "5d870e437118fa57b7e214d326ab5b0897839bab41a00587dc184518597e3306", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-03-21T19-40-53.388Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-03-21T19-40-53.388Z/agent-030-app-router-migration-hard/summary.json index 9ee57d4e3..21c62cc6b 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-03-21T19-40-53.388Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-03-21T19-40-53.388Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 372.2545, - "fingerprint": "4fc76d19e81bbacf6438e6f88c126ec0f1aee35e4a623eca9fafe08041cca155" -} \ No newline at end of file + "fingerprint": "4fc76d19e81bbacf6438e6f88c126ec0f1aee35e4a623eca9fafe08041cca155", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-041-optimize-ppr-shell/summary.json index 86ba9e221..31dc986de 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 385.572, - "fingerprint": "14c7957d27014a21ce9167bd9ffa1018723f4aaa19e78a1bb04fe749a624fde2" -} \ No newline at end of file + "fingerprint": "14c7957d27014a21ce9167bd9ffa1018723f4aaa19e78a1bb04fe749a624fde2", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-042-enable-ppr/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-042-enable-ppr/summary.json index 1012abc97..4e1ed150b 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-04-02T17-14-57.453Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.091, - "fingerprint": "36aa54331ca4c3cf05879bc4b149d8452b536f5c675a649998657f44b8efd8a5" -} \ No newline at end of file + "fingerprint": "36aa54331ca4c3cf05879bc4b149d8452b536f5c675a649998657f44b8efd8a5", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gpt-5.4-xhigh--agents-md/2026-04-06T14-41-53.421Z/agent-043-view-transitions/summary.json b/results/gpt-5.4-xhigh--agents-md/2026-04-06T14-41-53.421Z/agent-043-view-transitions/summary.json index 1d5ec59df..cc46dcfb9 100644 --- a/results/gpt-5.4-xhigh--agents-md/2026-04-06T14-41-53.421Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.4-xhigh--agents-md/2026-04-06T14-41-53.421Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 330.734, - "fingerprint": "22ecf26ac63a206a4699d165d33b8b67de65cda7458061523a402c407f389701" -} \ No newline at end of file + "fingerprint": "22ecf26ac63a206a4699d165d33b8b67de65cda7458061523a402c407f389701", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-000-app-router-migration-simple/summary.json index c9979d6da..6fb3056cb 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 216.622, - "fingerprint": "1ae3b72101bc359bfd845847f12362ea95b653b8c39ad9a7a74b8500d76031b4" -} \ No newline at end of file + "fingerprint": "1ae3b72101bc359bfd845847f12362ea95b653b8c39ad9a7a74b8500d76031b4", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-021-avoid-fetch-in-effect/summary.json index 53ce6bf67..8f0b41cf6 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.618, - "fingerprint": "e200bec5b7cd4bfc89ab4a8bbcf85a43fd82297a95181a56351618b9fa62135b" -} \ No newline at end of file + "fingerprint": "e200bec5b7cd4bfc89ab4a8bbcf85a43fd82297a95181a56351618b9fa62135b", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-022-prefer-server-actions/summary.json index b31695463..eac212c44 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.015, - "fingerprint": "217b7b6f61b482a05a2e61cce5a4a13a4765f042c40539586cace191b9d05afd" -} \ No newline at end of file + "fingerprint": "217b7b6f61b482a05a2e61cce5a4a13a4765f042c40539586cace191b9d05afd", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-023-avoid-getserversideprops/summary.json index df3af51c6..3fb57c2a6 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 152.38, - "fingerprint": "ab776c04f148d496b1e9f3c533bd8b2a2393b9596475acfb55f3c981f202dc82" -} \ No newline at end of file + "fingerprint": "ab776c04f148d496b1e9f3c533bd8b2a2393b9596475acfb55f3c981f202dc82", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-024-avoid-redundant-usestate/summary.json index e34f17fcc..11ceedac5 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 111.221, - "fingerprint": "6a47d2661b946873a48df6a34bcdf658140740311f44b4e6d9e6e85b1e81f0ed" -} \ No newline at end of file + "fingerprint": "6a47d2661b946873a48df6a34bcdf658140740311f44b4e6d9e6e85b1e81f0ed", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-025-prefer-next-link/summary.json index f89cd80b3..3bb9ffe9a 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 112.431, - "fingerprint": "e5c13b4ea52dcce109061a2a7b373b5f157abb19ce02c55e5656a59a3b049877" -} \ No newline at end of file + "fingerprint": "e5c13b4ea52dcce109061a2a7b373b5f157abb19ce02c55e5656a59a3b049877", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-026-no-serial-await/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-026-no-serial-await/summary.json index 9d67fd20d..b9fcb16fb 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.16, - "fingerprint": "4c6298ad4530e26edee496f576b4e37705355bfd221cc320de792ddb4a54f398" -} \ No newline at end of file + "fingerprint": "4c6298ad4530e26edee496f576b4e37705355bfd221cc320de792ddb4a54f398", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-027-prefer-next-image/summary.json index 1ff0c7b6f..d12b75dd7 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 112.468, - "fingerprint": "176bbbe206e313917d743fe73901249894aa0d5d173e3b084b9ef91b37e5188f" -} \ No newline at end of file + "fingerprint": "176bbbe206e313917d743fe73901249894aa0d5d173e3b084b9ef91b37e5188f", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-028-prefer-next-font/summary.json index fa1d9a5aa..57bda974e 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.539, - "fingerprint": "303d576583e8c1872d52aadc21e90362209e56248f340bb521804dbaaaa3fa95" -} \ No newline at end of file + "fingerprint": "303d576583e8c1872d52aadc21e90362209e56248f340bb521804dbaaaa3fa95", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-031-proxy-middleware/summary.json index bfe29c2e9..4d7363452 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 193.838, - "fingerprint": "854edc45fdb5ab1dd52c1d2e9cd9af1c72349c8fbe2c13e44b1beaa83b5639cf" -} \ No newline at end of file + "fingerprint": "854edc45fdb5ab1dd52c1d2e9cd9af1c72349c8fbe2c13e44b1beaa83b5639cf", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-032-use-cache-directive/summary.json index a3d7f5616..9178fb90c 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 328.153, - "fingerprint": "ace78e9567f094fa0ec1b6a1573d63ea4d57644650f917d210052be3050cd2ad" -} \ No newline at end of file + "fingerprint": "ace78e9567f094fa0ec1b6a1573d63ea4d57644650f917d210052be3050cd2ad", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-033-forbidden-auth/summary.json index 6bbbaa15f..8cac93d6e 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 268.536, - "fingerprint": "6eceacb751f71ec3a58bdae701e6fd7e09b3b89bd8f6b7a0f16f022a387efc90" -} \ No newline at end of file + "fingerprint": "6eceacb751f71ec3a58bdae701e6fd7e09b3b89bd8f6b7a0f16f022a387efc90", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-034-async-cookies/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-034-async-cookies/summary.json index f0c441e38..f6c0879ad 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 137.795, - "fingerprint": "ecbda6b3c8668ece54ce938a698e49713c0bb9cbc6271d454c1fe0896d2f78ab" -} \ No newline at end of file + "fingerprint": "ecbda6b3c8668ece54ce938a698e49713c0bb9cbc6271d454c1fe0896d2f78ab", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-035-connection-dynamic/summary.json index de97a8f0c..89891e01b 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 231.056, - "fingerprint": "7c389700941d59d0adcf3a4ebc58cc20fd03dc5e3f85001e4ddb9885cc2a079c" -} \ No newline at end of file + "fingerprint": "7c389700941d59d0adcf3a4ebc58cc20fd03dc5e3f85001e4ddb9885cc2a079c", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-036-after-response/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-036-after-response/summary.json index 21978a619..b565fb85d 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-036-after-response/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 354.388, - "fingerprint": "fea4b22a4c1682ca2a9d0a0924044ff6437d21748c1a3925f86dd02e77eedc09" -} \ No newline at end of file + "fingerprint": "fea4b22a4c1682ca2a9d0a0924044ff6437d21748c1a3925f86dd02e77eedc09", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-037-updatetag-cache/summary.json index 1abcee245..64d28bcac 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 311.525, - "fingerprint": "0124aadc2b74148e3bb14c8a1856ad6bf78b940b62b2f4042c4f4a05f05d3ee2" -} \ No newline at end of file + "fingerprint": "0124aadc2b74148e3bb14c8a1856ad6bf78b940b62b2f4042c4f4a05f05d3ee2", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-038-refresh-settings/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-038-refresh-settings/summary.json index 9fe61ad81..f3acd5e3e 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 150.472, - "fingerprint": "d0f8c2d92605359d152dad522602ee51e0ce78392cf5aca51be7694c02f06a3d" -} \ No newline at end of file + "fingerprint": "d0f8c2d92605359d152dad522602ee51e0ce78392cf5aca51be7694c02f06a3d", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-039-indirect-proxy/summary.json index ad64e8ed2..bd52595ca 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 212.52, - "fingerprint": "23a5fc15aa899fe4c01e6c1df7a789c064f2ef4a61b1617c913a5095ae1f35ff" -} \ No newline at end of file + "fingerprint": "23a5fc15aa899fe4c01e6c1df7a789c064f2ef4a61b1617c913a5095ae1f35ff", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-040-unstable-instant/summary.json b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-040-unstable-instant/summary.json index 82d21a0d0..f6bddea68 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T17-51-56.997Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 211.72775000000001, - "fingerprint": "e66da0280057f7effe942c47e31834cbd00efe0a917a1bba363d3a8e25ef2f93" -} \ No newline at end of file + "fingerprint": "e66da0280057f7effe942c47e31834cbd00efe0a917a1bba363d3a8e25ef2f93", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-029-use-cache-directive/summary.json index 6f18e446e..bb0104929 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 374.97, - "fingerprint": "5d870e437118fa57b7e214d326ab5b0897839bab41a00587dc184518597e3306" -} \ No newline at end of file + "fingerprint": "5d870e437118fa57b7e214d326ab5b0897839bab41a00587dc184518597e3306", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-030-app-router-migration-hard/summary.json index ce4522e2c..37aec4b97 100644 --- a/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.4-xhigh/2026-03-21T19-40-53.392Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 374.89675, - "fingerprint": "4fc76d19e81bbacf6438e6f88c126ec0f1aee35e4a623eca9fafe08041cca155" -} \ No newline at end of file + "fingerprint": "4fc76d19e81bbacf6438e6f88c126ec0f1aee35e4a623eca9fafe08041cca155", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/gpt-5.4-xhigh/2026-04-02T17-14-57.459Z/agent-042-enable-ppr/summary.json b/results/gpt-5.4-xhigh/2026-04-02T17-14-57.459Z/agent-042-enable-ppr/summary.json index c55090bb3..6b4200f63 100644 --- a/results/gpt-5.4-xhigh/2026-04-02T17-14-57.459Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.4-xhigh/2026-04-02T17-14-57.459Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 238.312, - "fingerprint": "36aa54331ca4c3cf05879bc4b149d8452b536f5c675a649998657f44b8efd8a5" -} \ No newline at end of file + "fingerprint": "36aa54331ca4c3cf05879bc4b149d8452b536f5c675a649998657f44b8efd8a5", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/gpt-5.4-xhigh/2026-04-02T19-47-42.518Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.4-xhigh/2026-04-02T19-47-42.518Z/agent-041-optimize-ppr-shell/summary.json index 6cceeb280..5af8178dc 100644 --- a/results/gpt-5.4-xhigh/2026-04-02T19-47-42.518Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.4-xhigh/2026-04-02T19-47-42.518Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 347.78575, - "fingerprint": "14c7957d27014a21ce9167bd9ffa1018723f4aaa19e78a1bb04fe749a624fde2" -} \ No newline at end of file + "fingerprint": "14c7957d27014a21ce9167bd9ffa1018723f4aaa19e78a1bb04fe749a624fde2", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/gpt-5.4-xhigh/2026-04-06T16-04-26.410Z/agent-043-view-transitions/summary.json b/results/gpt-5.4-xhigh/2026-04-06T16-04-26.410Z/agent-043-view-transitions/summary.json index 9ac7d2973..8af808867 100644 --- a/results/gpt-5.4-xhigh/2026-04-06T16-04-26.410Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.4-xhigh/2026-04-06T16-04-26.410Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 266.768, - "fingerprint": "22ecf26ac63a206a4699d165d33b8b67de65cda7458061523a402c407f389701" -} \ No newline at end of file + "fingerprint": "22ecf26ac63a206a4699d165d33b8b67de65cda7458061523a402c407f389701", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-000-app-router-migration-simple/summary.json index 97fce4433..6c896eac2 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1075.633, - "fingerprint": "9e04374ba06ab973a710fc3b85bc66fabba12d3e2c598d7cd653218457c97877" + "fingerprint": "9e04374ba06ab973a710fc3b85bc66fabba12d3e2c598d7cd653218457c97877", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-021-avoid-fetch-in-effect/summary.json index 230221779..bf3fddb97 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 694.195, - "fingerprint": "cc288f3a6964009fcf62b2025bda83589dbf124728e3713db5d54f0d81ce4d98" + "fingerprint": "cc288f3a6964009fcf62b2025bda83589dbf124728e3713db5d54f0d81ce4d98", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-022-prefer-server-actions/summary.json index cad3f57f1..487e915ba 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 445.752, - "fingerprint": "9657e8d17c0be8ed10e9b97c43332966517f3c99c67b17c40d0eb1cef104ef53" + "fingerprint": "9657e8d17c0be8ed10e9b97c43332966517f3c99c67b17c40d0eb1cef104ef53", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-023-avoid-getserversideprops/summary.json index 110f503af..3a8cddfd1 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 532.13, - "fingerprint": "d090e9996a33c163d2009aef7ce71c518f9eb346d7346bc52b553b0a91519577" + "fingerprint": "d090e9996a33c163d2009aef7ce71c518f9eb346d7346bc52b553b0a91519577", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-024-avoid-redundant-usestate/summary.json index 71874d308..6d13d19a3 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 666.153, - "fingerprint": "2246b7676f6411429d3ec0227e7f75978905ea8eddc1428c4108e9a923202d68" + "fingerprint": "2246b7676f6411429d3ec0227e7f75978905ea8eddc1428c4108e9a923202d68", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-025-prefer-next-link/summary.json index 4fde14108..f08141c1e 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 518.144, - "fingerprint": "a63b429b60a6b5017733a05477e1a3c2ab7507dff98d5c59c82035e6df271796" + "fingerprint": "a63b429b60a6b5017733a05477e1a3c2ab7507dff98d5c59c82035e6df271796", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-026-no-serial-await/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-026-no-serial-await/summary.json index a3c07418a..d1b963a26 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 725.309, - "fingerprint": "e67eb4c1071130e1e258217b325f2cfef4d3dbeb3f553dbc6417514e43219964" + "fingerprint": "e67eb4c1071130e1e258217b325f2cfef4d3dbeb3f553dbc6417514e43219964", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-027-prefer-next-image/summary.json index 8f0c24be2..c3a1edef0 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1037.051, - "fingerprint": "4f08ff49517210bd39200b07d9656d37e35a1454bfcd5f7bb86c0018a4674f43" + "fingerprint": "4f08ff49517210bd39200b07d9656d37e35a1454bfcd5f7bb86c0018a4674f43", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-028-prefer-next-font/summary.json index a432195d7..cc1a02881 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 805.923, - "fingerprint": "4e1ffd3c7c3216a36222e390387ba56e125daf83ed8cebba085809c96d7d4f57" + "fingerprint": "4e1ffd3c7c3216a36222e390387ba56e125daf83ed8cebba085809c96d7d4f57", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-031-proxy-middleware/summary.json index 95b032fbd..544633d6b 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 826.892, - "fingerprint": "04e4ae28852725434aa64655f30d5640b8b027c21a7b4859b60f05c132d435ee" + "fingerprint": "04e4ae28852725434aa64655f30d5640b8b027c21a7b4859b60f05c132d435ee", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-032-use-cache-directive/summary.json index 91cbaf21b..5218fa005 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 982.041, - "fingerprint": "52123037280c4fc98b86cc1ba45d7143d10e922e550733d079d40fbf76e416e1" + "fingerprint": "52123037280c4fc98b86cc1ba45d7143d10e922e550733d079d40fbf76e416e1", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-033-forbidden-auth/summary.json index afc0c0feb..0dfcbc11f 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 907.532, - "fingerprint": "2cf16212f969588c486b80e2ae491244a95a2f41c1962c6746927a1b93093b89" + "fingerprint": "2cf16212f969588c486b80e2ae491244a95a2f41c1962c6746927a1b93093b89", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-034-async-cookies/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-034-async-cookies/summary.json index 18c9c9eef..d39f137cd 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 650.75, - "fingerprint": "2c346674cefdf52db05f1c3d238cfef2f7e7d524ecf44bc28722a1d46a07187d" + "fingerprint": "2c346674cefdf52db05f1c3d238cfef2f7e7d524ecf44bc28722a1d46a07187d", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-035-connection-dynamic/summary.json index 1dfdff900..ada98d613 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 765.425, - "fingerprint": "a1cb3872ec383e479d5a37c7312e49883efb8886c3319138973ba620cd951a03" + "fingerprint": "a1cb3872ec383e479d5a37c7312e49883efb8886c3319138973ba620cd951a03", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-036-after-response/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-036-after-response/summary.json index ef0ed84d0..3e362e0eb 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-036-after-response/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1352.811, - "fingerprint": "5ea94a43c6ff4cdff98c0e28ad59ac69d7c4db6e1f4b259f78cde286b97bde2b" + "fingerprint": "5ea94a43c6ff4cdff98c0e28ad59ac69d7c4db6e1f4b259f78cde286b97bde2b", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-037-updatetag-cache/summary.json index 268897b45..8fc507f13 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 771.434, - "fingerprint": "fb6fdb30395dc0df0ef0016255f1baf539aa15cc12e434dce1a31e6630c500a9" + "fingerprint": "fb6fdb30395dc0df0ef0016255f1baf539aa15cc12e434dce1a31e6630c500a9", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-038-refresh-settings/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-038-refresh-settings/summary.json index a64903bc8..97fbb6b32 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1195.528, - "fingerprint": "df1bab645360a4c1bc995648f83b32a217ea619155e1dce64898680a629de82b" + "fingerprint": "df1bab645360a4c1bc995648f83b32a217ea619155e1dce64898680a629de82b", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-039-indirect-proxy/summary.json index e657d6370..25a2b4a75 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 848.016, - "fingerprint": "b5c3b4e4903956a24d904ca27f6df75d108d31442591556f74da8ebde3ed7962" + "fingerprint": "b5c3b4e4903956a24d904ca27f6df75d108d31442591556f74da8ebde3ed7962", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-042-enable-ppr/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-042-enable-ppr/summary.json index 399cfb7b0..d999ec1f4 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 545.281, - "fingerprint": "9bd3777d196bec0a4b2e6d61240a6221e9c761d50c5202d73ddefe40508d2e46" + "fingerprint": "9bd3777d196bec0a4b2e6d61240a6221e9c761d50c5202d73ddefe40508d2e46", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-043-view-transitions/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-043-view-transitions/summary.json index 4be0c629a..16b170c5a 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T04-32-10.404Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1029.908, - "fingerprint": "64b7f5939f5d1343f7c06965faedd7548762666e9e8182db98f446f24285cccb" + "fingerprint": "64b7f5939f5d1343f7c06965faedd7548762666e9e8182db98f446f24285cccb", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-029-use-cache-directive/summary.json index 368c66214..2100559ec 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1250.96, - "fingerprint": "43337fb8032dfe0eacadfcde71a4907f6b4cb6387a5b643af849e48d0361393d" + "fingerprint": "43337fb8032dfe0eacadfcde71a4907f6b4cb6387a5b643af849e48d0361393d", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-040-unstable-instant/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-040-unstable-instant/summary.json index 06438b26e..575224c5a 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1198.775, - "fingerprint": "ee2490d7d71dc4cab7fbf43ddc8dd2f20f493ea41d1f9334502aa241c785cbcd" + "fingerprint": "ee2490d7d71dc4cab7fbf43ddc8dd2f20f493ea41d1f9334502aa241c785cbcd", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-041-optimize-ppr-shell/summary.json index c543ed0b3..90a1df81f 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T05-06-11.777Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1359.297, - "fingerprint": "1441ee520839aaf37f842b8b699f2d8a0eddb395c3ee3439276c0f774efa2cf3" + "fingerprint": "1441ee520839aaf37f842b8b699f2d8a0eddb395c3ee3439276c0f774efa2cf3", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/gpt-5.5-pro--agents-md/2026-04-26T06-18-59.091Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.5-pro--agents-md/2026-04-26T06-18-59.091Z/agent-030-app-router-migration-hard/summary.json index bbb828268..41197c2cd 100644 --- a/results/gpt-5.5-pro--agents-md/2026-04-26T06-18-59.091Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.5-pro--agents-md/2026-04-26T06-18-59.091Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1714, - "fingerprint": "d221a74c538d0fb358979d3a5e1f9a88738026ec07ed9fbea4b0f6e50389d49d" -} \ No newline at end of file + "fingerprint": "d221a74c538d0fb358979d3a5e1f9a88738026ec07ed9fbea4b0f6e50389d49d", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-000-app-router-migration-simple/summary.json index eabb9f71f..88a3eed95 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 901.371, - "fingerprint": "a6fac50ecfd4e560daed09d3cd74785ef937fc870c30efd70e5c06489db8b935" -} \ No newline at end of file + "fingerprint": "a6fac50ecfd4e560daed09d3cd74785ef937fc870c30efd70e5c06489db8b935", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-021-avoid-fetch-in-effect/summary.json index e38443d1a..c779878c4 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 494.588, - "fingerprint": "39b6e2a8b91e14e6617e97f7f7d87dc466695fccde7f548097d7a49d5c7e7acf" -} \ No newline at end of file + "fingerprint": "39b6e2a8b91e14e6617e97f7f7d87dc466695fccde7f548097d7a49d5c7e7acf", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-022-prefer-server-actions/summary.json index 9544893e6..37478abe9 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 494.973, - "fingerprint": "2b5d8aae98074747aa752182280bd1fb0f563970b43d8afe864d07c8342667b2" -} \ No newline at end of file + "fingerprint": "2b5d8aae98074747aa752182280bd1fb0f563970b43d8afe864d07c8342667b2", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-023-avoid-getserversideprops/summary.json index 01fcd2d95..4557a0cc8 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 605.158, - "fingerprint": "40066665939a9eaed857715e1e458dd317513641a32c4c8a90a39681ba88ed25" -} \ No newline at end of file + "fingerprint": "40066665939a9eaed857715e1e458dd317513641a32c4c8a90a39681ba88ed25", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-024-avoid-redundant-usestate/summary.json index 1acbf25fa..086744b97 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 343.299, - "fingerprint": "76fb8d5bdde153338ade83fc67e97ea537dadc706e3ea221edada6dcff24b382" -} \ No newline at end of file + "fingerprint": "76fb8d5bdde153338ade83fc67e97ea537dadc706e3ea221edada6dcff24b382", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-025-prefer-next-link/summary.json index 050da1c1c..80dad8672 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 377.289, - "fingerprint": "500d1f9e65215b90525ad8f1aac5253152aa1288c2b1cd188a9fe2ebf2d96912" -} \ No newline at end of file + "fingerprint": "500d1f9e65215b90525ad8f1aac5253152aa1288c2b1cd188a9fe2ebf2d96912", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-026-no-serial-await/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-026-no-serial-await/summary.json index 36a0677d0..ebf1d0567 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 517.518, - "fingerprint": "90eedca90046d55f8a754a22d99aa374bbfcaddc1cb6d456b842320694ab766f" -} \ No newline at end of file + "fingerprint": "90eedca90046d55f8a754a22d99aa374bbfcaddc1cb6d456b842320694ab766f", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-027-prefer-next-image/summary.json index ea2d7f8aa..76181d65f 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 623.033, - "fingerprint": "c5ceae568ca798d60a6619fb9319910fba2dcadc59763fe6c829898943147acb" -} \ No newline at end of file + "fingerprint": "c5ceae568ca798d60a6619fb9319910fba2dcadc59763fe6c829898943147acb", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-028-prefer-next-font/summary.json index a13f56404..86e146138 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 559.108, - "fingerprint": "2794e3acfe5f882333ecf47b1df2a6f8d7260d97206fc872cd514affa4b96da5" -} \ No newline at end of file + "fingerprint": "2794e3acfe5f882333ecf47b1df2a6f8d7260d97206fc872cd514affa4b96da5", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-031-proxy-middleware/summary.json index 7f91466ff..ca845f587 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 272.221, - "fingerprint": "d70e42305109df2a86dcba7840afad7eddb0412567b24d8f53a881e85f1fc71e" -} \ No newline at end of file + "fingerprint": "d70e42305109df2a86dcba7840afad7eddb0412567b24d8f53a881e85f1fc71e", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-033-forbidden-auth/summary.json index ddbd43130..ec296fb57 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1174.349, - "fingerprint": "f9b9f0d83d2637f5f1a0c0dc2739e31447fd7fc17b97cb472430fd3f75b65aa7" -} \ No newline at end of file + "fingerprint": "f9b9f0d83d2637f5f1a0c0dc2739e31447fd7fc17b97cb472430fd3f75b65aa7", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-034-async-cookies/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-034-async-cookies/summary.json index a8ed69802..bcf05d9fc 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 554.265, - "fingerprint": "7a0327fcce46250d8bf351bd8b267e7374247fdf2dbffe1bf940dcdc8530b82c" -} \ No newline at end of file + "fingerprint": "7a0327fcce46250d8bf351bd8b267e7374247fdf2dbffe1bf940dcdc8530b82c", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-039-indirect-proxy/summary.json index e8ad6afe0..46b2a5cc6 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 673.826, - "fingerprint": "b53b956dbc4922d520755b8297bd6cc0ff83defb3a4f14ab4dea4386effbaace" -} \ No newline at end of file + "fingerprint": "b53b956dbc4922d520755b8297bd6cc0ff83defb3a4f14ab4dea4386effbaace", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-040-unstable-instant/summary.json b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-040-unstable-instant/summary.json index 7cf725fdc..7628df7df 100644 --- a/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T03-40-43.249Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 737.55, - "fingerprint": "a6d5b7105631e6e136069cd8c65dbe4d98c5d36ff5f31171c7045259ba555091" -} \ No newline at end of file + "fingerprint": "a6d5b7105631e6e136069cd8c65dbe4d98c5d36ff5f31171c7045259ba555091", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-000-app-router-migration-simple/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-000-app-router-migration-simple/summary.json index aca1962ac..57847a60e 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-000-app-router-migration-simple/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 822.056, - "fingerprint": "a6fac50ecfd4e560daed09d3cd74785ef937fc870c30efd70e5c06489db8b935" + "fingerprint": "a6fac50ecfd4e560daed09d3cd74785ef937fc870c30efd70e5c06489db8b935", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-021-avoid-fetch-in-effect/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-021-avoid-fetch-in-effect/summary.json index fe2f6739d..a65f6b0cf 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 462.47, - "fingerprint": "39b6e2a8b91e14e6617e97f7f7d87dc466695fccde7f548097d7a49d5c7e7acf" + "fingerprint": "39b6e2a8b91e14e6617e97f7f7d87dc466695fccde7f548097d7a49d5c7e7acf", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-022-prefer-server-actions/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-022-prefer-server-actions/summary.json index 6413a171f..71c9af0bb 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-022-prefer-server-actions/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 449.45, - "fingerprint": "2b5d8aae98074747aa752182280bd1fb0f563970b43d8afe864d07c8342667b2" + "fingerprint": "2b5d8aae98074747aa752182280bd1fb0f563970b43d8afe864d07c8342667b2", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-023-avoid-getserversideprops/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-023-avoid-getserversideprops/summary.json index 08a76da11..1406deb1d 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 363.12, - "fingerprint": "40066665939a9eaed857715e1e458dd317513641a32c4c8a90a39681ba88ed25" + "fingerprint": "40066665939a9eaed857715e1e458dd317513641a32c4c8a90a39681ba88ed25", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-024-avoid-redundant-usestate/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-024-avoid-redundant-usestate/summary.json index f81cf8ef0..3115da93a 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 466.942, - "fingerprint": "76fb8d5bdde153338ade83fc67e97ea537dadc706e3ea221edada6dcff24b382" + "fingerprint": "76fb8d5bdde153338ade83fc67e97ea537dadc706e3ea221edada6dcff24b382", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-025-prefer-next-link/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-025-prefer-next-link/summary.json index d13d4b0be..c5fb4b9ca 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-025-prefer-next-link/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 415.796, - "fingerprint": "500d1f9e65215b90525ad8f1aac5253152aa1288c2b1cd188a9fe2ebf2d96912" + "fingerprint": "500d1f9e65215b90525ad8f1aac5253152aa1288c2b1cd188a9fe2ebf2d96912", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-026-no-serial-await/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-026-no-serial-await/summary.json index fe3051172..951a77c91 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-026-no-serial-await/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 356.321, - "fingerprint": "90eedca90046d55f8a754a22d99aa374bbfcaddc1cb6d456b842320694ab766f" + "fingerprint": "90eedca90046d55f8a754a22d99aa374bbfcaddc1cb6d456b842320694ab766f", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-027-prefer-next-image/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-027-prefer-next-image/summary.json index 0c864f51c..7de1f5f02 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-027-prefer-next-image/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 514.017, - "fingerprint": "c5ceae568ca798d60a6619fb9319910fba2dcadc59763fe6c829898943147acb" + "fingerprint": "c5ceae568ca798d60a6619fb9319910fba2dcadc59763fe6c829898943147acb", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-028-prefer-next-font/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-028-prefer-next-font/summary.json index cc801952e..8eb403779 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-028-prefer-next-font/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 338.454, - "fingerprint": "2794e3acfe5f882333ecf47b1df2a6f8d7260d97206fc872cd514affa4b96da5" + "fingerprint": "2794e3acfe5f882333ecf47b1df2a6f8d7260d97206fc872cd514affa4b96da5", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-029-use-cache-directive/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-029-use-cache-directive/summary.json index 7d6df9c81..63d1d40e1 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-029-use-cache-directive/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1047.6395, - "fingerprint": "dd8e0537ff41370b9b1b24c681dfbc50a361b234290d467171adc181db7e918f" + "fingerprint": "dd8e0537ff41370b9b1b24c681dfbc50a361b234290d467171adc181db7e918f", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-030-app-router-migration-hard/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-030-app-router-migration-hard/summary.json index 3c3f18ec9..f6debbe54 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-030-app-router-migration-hard/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1059.543, - "fingerprint": "6759045d94bdab44ff13a1609d0cc275ac9e6b8b9e125a0b5db7286ef0990465" + "fingerprint": "6759045d94bdab44ff13a1609d0cc275ac9e6b8b9e125a0b5db7286ef0990465", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-031-proxy-middleware/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-031-proxy-middleware/summary.json index 46718f3ef..8df19387e 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-031-proxy-middleware/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 485.8755, - "fingerprint": "d70e42305109df2a86dcba7840afad7eddb0412567b24d8f53a881e85f1fc71e" + "fingerprint": "d70e42305109df2a86dcba7840afad7eddb0412567b24d8f53a881e85f1fc71e", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-032-use-cache-directive/summary.json index b6a22ff6b..b31e7738e 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 585.14, - "fingerprint": "2587371c675d06f155b8d7cb341e3e05ebaa251fb8446c28c40cc96e54e53319" + "fingerprint": "2587371c675d06f155b8d7cb341e3e05ebaa251fb8446c28c40cc96e54e53319", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-033-forbidden-auth/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-033-forbidden-auth/summary.json index b39062a3a..427fce210 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-033-forbidden-auth/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 638.276, - "fingerprint": "f9b9f0d83d2637f5f1a0c0dc2739e31447fd7fc17b97cb472430fd3f75b65aa7" + "fingerprint": "f9b9f0d83d2637f5f1a0c0dc2739e31447fd7fc17b97cb472430fd3f75b65aa7", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-034-async-cookies/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-034-async-cookies/summary.json index 3aa5aa512..d9b1624c1 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-034-async-cookies/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 369.878, - "fingerprint": "7a0327fcce46250d8bf351bd8b267e7374247fdf2dbffe1bf940dcdc8530b82c" + "fingerprint": "7a0327fcce46250d8bf351bd8b267e7374247fdf2dbffe1bf940dcdc8530b82c", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-035-connection-dynamic/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-035-connection-dynamic/summary.json index def4f92a1..755e337b6 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-035-connection-dynamic/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 646.293, - "fingerprint": "89c6c4d2b231a225378c0dac3679ee79e5f9d2ebe1f616e195ee02616cc23991" + "fingerprint": "89c6c4d2b231a225378c0dac3679ee79e5f9d2ebe1f616e195ee02616cc23991", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-036-after-response/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-036-after-response/summary.json index 8f9b810da..b38cec384 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-036-after-response/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 593.23, - "fingerprint": "7567aef0c81f7d8d39e68d38b56cc37d4f8eff4ef9c779ee80bb65e8b9d719bd" + "fingerprint": "7567aef0c81f7d8d39e68d38b56cc37d4f8eff4ef9c779ee80bb65e8b9d719bd", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-037-updatetag-cache/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-037-updatetag-cache/summary.json index 8d6df0072..4ae2aa4b1 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-037-updatetag-cache/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 724.732, - "fingerprint": "beb2f7039b28be3bdd6bcf52ab53dc0abfd17d504873757087c2d5ed48b3418a" + "fingerprint": "beb2f7039b28be3bdd6bcf52ab53dc0abfd17d504873757087c2d5ed48b3418a", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-038-refresh-settings/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-038-refresh-settings/summary.json index b46102eaa..c41896bd7 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-038-refresh-settings/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 634.793, - "fingerprint": "1bd7fac866ecf3abc8cd53a1926bdc877be0d542220a5ce0b5323f153a863bc4" + "fingerprint": "1bd7fac866ecf3abc8cd53a1926bdc877be0d542220a5ce0b5323f153a863bc4", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-039-indirect-proxy/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-039-indirect-proxy/summary.json index af9482112..5aba07f7d 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-039-indirect-proxy/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 565.489, - "fingerprint": "b53b956dbc4922d520755b8297bd6cc0ff83defb3a4f14ab4dea4386effbaace" + "fingerprint": "b53b956dbc4922d520755b8297bd6cc0ff83defb3a4f14ab4dea4386effbaace", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-040-unstable-instant/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-040-unstable-instant/summary.json index 0d7470751..4d54df79d 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-040-unstable-instant/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 640.1605000000001, - "fingerprint": "a6d5b7105631e6e136069cd8c65dbe4d98c5d36ff5f31171c7045259ba555091" + "fingerprint": "a6d5b7105631e6e136069cd8c65dbe4d98c5d36ff5f31171c7045259ba555091", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-041-optimize-ppr-shell/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-041-optimize-ppr-shell/summary.json index 147c44ecb..232a5f074 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 1240.934, - "fingerprint": "128c7bbcac9efd75b110b06d914b66710d2ba08d8334ef9b0d62d21113243fca" + "fingerprint": "128c7bbcac9efd75b110b06d914b66710d2ba08d8334ef9b0d62d21113243fca", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-042-enable-ppr/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-042-enable-ppr/summary.json index bbe609fe4..b47cd103e 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-042-enable-ppr/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 625.724, - "fingerprint": "9574e7a8fd4f62940d93d97cdaa03d316ad88ad7d9fd504cc6108c33002553b9" + "fingerprint": "9574e7a8fd4f62940d93d97cdaa03d316ad88ad7d9fd504cc6108c33002553b9", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-043-view-transitions/summary.json b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-043-view-transitions/summary.json index f61cc50b9..aaa84d078 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-06-33.504Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1396.23, - "fingerprint": "6a869a8ebf7ffea8d013a517cfd986092492b0922f6ad61a3fb0cc6fae9ce07a" + "fingerprint": "6a869a8ebf7ffea8d013a517cfd986092492b0922f6ad61a3fb0cc6fae9ce07a", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-032-use-cache-directive/summary.json b/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-032-use-cache-directive/summary.json index 1c19e0394..97935729b 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-032-use-cache-directive/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 631.93, - "fingerprint": "2587371c675d06f155b8d7cb341e3e05ebaa251fb8446c28c40cc96e54e53319" -} \ No newline at end of file + "fingerprint": "2587371c675d06f155b8d7cb341e3e05ebaa251fb8446c28c40cc96e54e53319", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-043-view-transitions/summary.json b/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-043-view-transitions/summary.json index afcf1ca13..28cb759f2 100644 --- a/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-043-view-transitions/summary.json +++ b/results/gpt-5.5-pro/2026-04-25T04-20-31.992Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 1341.912, - "fingerprint": "6a869a8ebf7ffea8d013a517cfd986092492b0922f6ad61a3fb0cc6fae9ce07a" -} \ No newline at end of file + "fingerprint": "6a869a8ebf7ffea8d013a517cfd986092492b0922f6ad61a3fb0cc6fae9ce07a", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-000-app-router-migration-simple/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-000-app-router-migration-simple/summary.json index ab007a645..04345d65a 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-000-app-router-migration-simple/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 151.748, - "fingerprint": "35350906f3182075cd679d515256f4ad40de2d5aec6ad7d45958c3ed47cd9f7e" -} \ No newline at end of file + "fingerprint": "35350906f3182075cd679d515256f4ad40de2d5aec6ad7d45958c3ed47cd9f7e", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-021-avoid-fetch-in-effect/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-021-avoid-fetch-in-effect/summary.json index fb52a32c4..95441b8ed 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 127.872, - "fingerprint": "ff708432676f9b9522f8dc2438e84523f28004407143aea4318f8fbf704f7a84" -} \ No newline at end of file + "fingerprint": "ff708432676f9b9522f8dc2438e84523f28004407143aea4318f8fbf704f7a84", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-022-prefer-server-actions/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-022-prefer-server-actions/summary.json index 429c218d1..032e9f79e 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-022-prefer-server-actions/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 122.00774999999999, - "fingerprint": "bcb1d2debc3a6768daee2b84d4b31afdcec08cbd2d23097ecec69469a16a0913" -} \ No newline at end of file + "fingerprint": "bcb1d2debc3a6768daee2b84d4b31afdcec08cbd2d23097ecec69469a16a0913", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-023-avoid-getserversideprops/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-023-avoid-getserversideprops/summary.json index a4479fd82..3bd1ef6eb 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 124.493, - "fingerprint": "f2507c3d3d1d963899efc824420f8c4fb2a7fe79eed96dfe065d58fed943b5a7" -} \ No newline at end of file + "fingerprint": "f2507c3d3d1d963899efc824420f8c4fb2a7fe79eed96dfe065d58fed943b5a7", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-024-avoid-redundant-usestate/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-024-avoid-redundant-usestate/summary.json index d87cc05d4..e27d943a6 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 126.173, - "fingerprint": "a4cacb81de939c6b5e5a6a0966fc00107807ca082269439b0ae75cdb742005dc" -} \ No newline at end of file + "fingerprint": "a4cacb81de939c6b5e5a6a0966fc00107807ca082269439b0ae75cdb742005dc", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-025-prefer-next-link/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-025-prefer-next-link/summary.json index b9db2f81d..64d290326 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-025-prefer-next-link/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 121.1335, - "fingerprint": "a8cc510c04118d7c603296be657c376bb5937b5ab1a4f6f8960b6fcbfec580a7" -} \ No newline at end of file + "fingerprint": "a8cc510c04118d7c603296be657c376bb5937b5ab1a4f6f8960b6fcbfec580a7", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-026-no-serial-await/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-026-no-serial-await/summary.json index aca57d1b6..642ad9e79 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-026-no-serial-await/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 128.16725, - "fingerprint": "1b6d5f955c09f1778fa23fe9ad3f709a3d62cfcc560385bf90cf9ff934ffd4f4" -} \ No newline at end of file + "fingerprint": "1b6d5f955c09f1778fa23fe9ad3f709a3d62cfcc560385bf90cf9ff934ffd4f4", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-027-prefer-next-image/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-027-prefer-next-image/summary.json index aac31f1c8..4417a4cb3 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-027-prefer-next-image/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 131.185, - "fingerprint": "e605cd4f0d08e1d3ab68ec99ab540492ebf31a2129222ca2cfb36045f2d5d7eb" -} \ No newline at end of file + "fingerprint": "e605cd4f0d08e1d3ab68ec99ab540492ebf31a2129222ca2cfb36045f2d5d7eb", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-028-prefer-next-font/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-028-prefer-next-font/summary.json index 755715cd9..6ca0d85af 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-028-prefer-next-font/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 120.40025, - "fingerprint": "da650c5056f8890ea8182732a94be36c418717a8a22b69f79f374a7712e007c9" -} \ No newline at end of file + "fingerprint": "da650c5056f8890ea8182732a94be36c418717a8a22b69f79f374a7712e007c9", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-029-use-cache-directive/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-029-use-cache-directive/summary.json index 74feb07a2..f848ed076 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-029-use-cache-directive/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 118.70774999999999, - "fingerprint": "9877c4b85837a91b264531e740a0df0b954d8ff1fdf39a0d0d8f5fb7d668a5a0" -} \ No newline at end of file + "fingerprint": "9877c4b85837a91b264531e740a0df0b954d8ff1fdf39a0d0d8f5fb7d668a5a0", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-030-app-router-migration-hard/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-030-app-router-migration-hard/summary.json index 9335bb38d..ae10cc085 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-030-app-router-migration-hard/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 149.37324999999998, - "fingerprint": "0886ff54a402aa45777b2b422d82c47ec2fca8c378c42b075e52efc4ff2b1dc4" -} \ No newline at end of file + "fingerprint": "0886ff54a402aa45777b2b422d82c47ec2fca8c378c42b075e52efc4ff2b1dc4", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-032-use-cache-directive/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-032-use-cache-directive/summary.json index 0b282d1e4..fd7f037a7 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-032-use-cache-directive/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 112.9565, - "fingerprint": "446920d7a067d0301a3954666bebed622fa93511723ae1e7276471ae9f7a58f4" -} \ No newline at end of file + "fingerprint": "446920d7a067d0301a3954666bebed622fa93511723ae1e7276471ae9f7a58f4", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-033-forbidden-auth/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-033-forbidden-auth/summary.json index ceb40d5a6..5bdaf3fc1 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-033-forbidden-auth/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 118.572, - "fingerprint": "a487533e840d125a8c5a5e6517f1567fb1ac014cd97fe2262388a7b58de913dc" -} \ No newline at end of file + "fingerprint": "a487533e840d125a8c5a5e6517f1567fb1ac014cd97fe2262388a7b58de913dc", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-034-async-cookies/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-034-async-cookies/summary.json index df1171e84..f6fd78be5 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-034-async-cookies/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 114.24700000000001, - "fingerprint": "cf4c5979e6b68761911df5d6c978b7f56ad0e243d322adab8b0b91acbcd2a156" -} \ No newline at end of file + "fingerprint": "cf4c5979e6b68761911df5d6c978b7f56ad0e243d322adab8b0b91acbcd2a156", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-035-connection-dynamic/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-035-connection-dynamic/summary.json index 85e2bb142..5e93fbd94 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-035-connection-dynamic/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 112.33399999999999, - "fingerprint": "9656ad6c16b12ce97ec883abf4fbdc698e9226de6001e8a1ea1f670bab002a69" -} \ No newline at end of file + "fingerprint": "9656ad6c16b12ce97ec883abf4fbdc698e9226de6001e8a1ea1f670bab002a69", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-036-after-response/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-036-after-response/summary.json index 626d4ccc1..6ccbaa853 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-036-after-response/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 110.54025, - "fingerprint": "c0dda4edf38717ddab69a9d0e8f1e6f17bd021a031be1752ded3ec6e8f09cb23" -} \ No newline at end of file + "fingerprint": "c0dda4edf38717ddab69a9d0e8f1e6f17bd021a031be1752ded3ec6e8f09cb23", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-038-refresh-settings/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-038-refresh-settings/summary.json index efd6b5e97..4444707ff 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-038-refresh-settings/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 110.278, - "fingerprint": "81feed4c93a03a711bb48d97a30b595993414dba7c8771f2bc19970269e6836e" -} \ No newline at end of file + "fingerprint": "81feed4c93a03a711bb48d97a30b595993414dba7c8771f2bc19970269e6836e", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-039-indirect-proxy/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-039-indirect-proxy/summary.json index 8d61a2fa6..edcd4e7f8 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-039-indirect-proxy/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 118.381, - "fingerprint": "415387f0f4884bf22dc18b73c26a2b78a0e971210be13fd712c984da2e2344d0" -} \ No newline at end of file + "fingerprint": "415387f0f4884bf22dc18b73c26a2b78a0e971210be13fd712c984da2e2344d0", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-040-unstable-instant/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-040-unstable-instant/summary.json index db186ea78..a2321aa27 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-040-unstable-instant/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-10-24.607Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 113.9225, - "fingerprint": "8cd9ebdbfddab3041ffea098843b207f271b25ae06991b9f8747f3a3cf24f6e8" -} \ No newline at end of file + "fingerprint": "8cd9ebdbfddab3041ffea098843b207f271b25ae06991b9f8747f3a3cf24f6e8", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-031-proxy-middleware/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-031-proxy-middleware/summary.json index 6336b25f4..7230806d4 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-031-proxy-middleware/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 125.26, - "fingerprint": "5be70fc55ef82b1ede4746881dac8e46eae10c19c4d024e48bebdd297e5e7093" -} \ No newline at end of file + "fingerprint": "5be70fc55ef82b1ede4746881dac8e46eae10c19c4d024e48bebdd297e5e7093", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-037-updatetag-cache/summary.json b/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-037-updatetag-cache/summary.json index 39ee974f8..33bf111ad 100644 --- a/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-037-updatetag-cache/summary.json +++ b/results/kimi-k2.5--agents-md/2026-03-21T17-19-51.537Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.363, - "fingerprint": "66463f9ce849a625af04d57d08b5a33e52607dc467c31051ad22fe89ec0639fd" -} \ No newline at end of file + "fingerprint": "66463f9ce849a625af04d57d08b5a33e52607dc467c31051ad22fe89ec0639fd", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-041-optimize-ppr-shell/summary.json b/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-041-optimize-ppr-shell/summary.json index 06260c665..27a733ac7 100644 --- a/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 206.277, - "fingerprint": "fe8790007141cb28c135fffc842527d32e0c890205ac3aa1b4cbba0161a75fab" -} \ No newline at end of file + "fingerprint": "fe8790007141cb28c135fffc842527d32e0c890205ac3aa1b4cbba0161a75fab", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-042-enable-ppr/summary.json b/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-042-enable-ppr/summary.json index 943ad3e87..1b0c5e569 100644 --- a/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-042-enable-ppr/summary.json +++ b/results/kimi-k2.5--agents-md/2026-04-02T17-14-57.466Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.774, - "fingerprint": "7ca16a4c8cdb7210ed76a221612ea67fe4d8e8b1b334b5e1aa697f0ccc05c782" -} \ No newline at end of file + "fingerprint": "7ca16a4c8cdb7210ed76a221612ea67fe4d8e8b1b334b5e1aa697f0ccc05c782", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/kimi-k2.5--agents-md/2026-04-06T14-41-53.432Z/agent-043-view-transitions/summary.json b/results/kimi-k2.5--agents-md/2026-04-06T14-41-53.432Z/agent-043-view-transitions/summary.json index 5e4062439..c99dd12f1 100644 --- a/results/kimi-k2.5--agents-md/2026-04-06T14-41-53.432Z/agent-043-view-transitions/summary.json +++ b/results/kimi-k2.5--agents-md/2026-04-06T14-41-53.432Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 293.134, - "fingerprint": "7bba159b25f1151463f55c7214f91b52dfe5226be45f2a91041c0fac786911dd" -} \ No newline at end of file + "fingerprint": "7bba159b25f1151463f55c7214f91b52dfe5226be45f2a91041c0fac786911dd", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-000-app-router-migration-simple/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-000-app-router-migration-simple/summary.json index 3140e7250..bd3c5d78b 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-000-app-router-migration-simple/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 99.18724999999999, - "fingerprint": "35350906f3182075cd679d515256f4ad40de2d5aec6ad7d45958c3ed47cd9f7e" -} \ No newline at end of file + "fingerprint": "35350906f3182075cd679d515256f4ad40de2d5aec6ad7d45958c3ed47cd9f7e", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-021-avoid-fetch-in-effect/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-021-avoid-fetch-in-effect/summary.json index 2240c4230..68202dc48 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 122.87, - "fingerprint": "ff708432676f9b9522f8dc2438e84523f28004407143aea4318f8fbf704f7a84" -} \ No newline at end of file + "fingerprint": "ff708432676f9b9522f8dc2438e84523f28004407143aea4318f8fbf704f7a84", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-023-avoid-getserversideprops/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-023-avoid-getserversideprops/summary.json index 8c811d690..708eb7c93 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 120.41699999999999, - "fingerprint": "f2507c3d3d1d963899efc824420f8c4fb2a7fe79eed96dfe065d58fed943b5a7" -} \ No newline at end of file + "fingerprint": "f2507c3d3d1d963899efc824420f8c4fb2a7fe79eed96dfe065d58fed943b5a7", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-024-avoid-redundant-usestate/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-024-avoid-redundant-usestate/summary.json index 86814a068..bca3a617a 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 110.91924999999999, - "fingerprint": "a4cacb81de939c6b5e5a6a0966fc00107807ca082269439b0ae75cdb742005dc" -} \ No newline at end of file + "fingerprint": "a4cacb81de939c6b5e5a6a0966fc00107807ca082269439b0ae75cdb742005dc", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-025-prefer-next-link/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-025-prefer-next-link/summary.json index e42ecdc28..b044617d8 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-025-prefer-next-link/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 112.13900000000001, - "fingerprint": "a8cc510c04118d7c603296be657c376bb5937b5ab1a4f6f8960b6fcbfec580a7" -} \ No newline at end of file + "fingerprint": "a8cc510c04118d7c603296be657c376bb5937b5ab1a4f6f8960b6fcbfec580a7", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-026-no-serial-await/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-026-no-serial-await/summary.json index 62630a27b..fe1ef20e2 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-026-no-serial-await/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 190.458, - "fingerprint": "1b6d5f955c09f1778fa23fe9ad3f709a3d62cfcc560385bf90cf9ff934ffd4f4" -} \ No newline at end of file + "fingerprint": "1b6d5f955c09f1778fa23fe9ad3f709a3d62cfcc560385bf90cf9ff934ffd4f4", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-027-prefer-next-image/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-027-prefer-next-image/summary.json index 72e802817..7464d01e6 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-027-prefer-next-image/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 113.78, - "fingerprint": "e605cd4f0d08e1d3ab68ec99ab540492ebf31a2129222ca2cfb36045f2d5d7eb" -} \ No newline at end of file + "fingerprint": "e605cd4f0d08e1d3ab68ec99ab540492ebf31a2129222ca2cfb36045f2d5d7eb", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-028-prefer-next-font/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-028-prefer-next-font/summary.json index 738025de0..e02f02a75 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-028-prefer-next-font/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 107.08324999999999, - "fingerprint": "da650c5056f8890ea8182732a94be36c418717a8a22b69f79f374a7712e007c9" -} \ No newline at end of file + "fingerprint": "da650c5056f8890ea8182732a94be36c418717a8a22b69f79f374a7712e007c9", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-030-app-router-migration-hard/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-030-app-router-migration-hard/summary.json index ba3ee352b..649bba884 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-030-app-router-migration-hard/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 122.86499999999998, - "fingerprint": "0886ff54a402aa45777b2b422d82c47ec2fca8c378c42b075e52efc4ff2b1dc4" -} \ No newline at end of file + "fingerprint": "0886ff54a402aa45777b2b422d82c47ec2fca8c378c42b075e52efc4ff2b1dc4", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-031-proxy-middleware/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-031-proxy-middleware/summary.json index 486b1357b..6785df359 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-031-proxy-middleware/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 105.02074999999999, - "fingerprint": "5be70fc55ef82b1ede4746881dac8e46eae10c19c4d024e48bebdd297e5e7093" -} \ No newline at end of file + "fingerprint": "5be70fc55ef82b1ede4746881dac8e46eae10c19c4d024e48bebdd297e5e7093", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-032-use-cache-directive/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-032-use-cache-directive/summary.json index a0120eae7..8c31fb873 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-032-use-cache-directive/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 112.02199999999999, - "fingerprint": "446920d7a067d0301a3954666bebed622fa93511723ae1e7276471ae9f7a58f4" -} \ No newline at end of file + "fingerprint": "446920d7a067d0301a3954666bebed622fa93511723ae1e7276471ae9f7a58f4", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-033-forbidden-auth/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-033-forbidden-auth/summary.json index 127728f3f..19755a375 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-033-forbidden-auth/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 122.319, - "fingerprint": "a487533e840d125a8c5a5e6517f1567fb1ac014cd97fe2262388a7b58de913dc" -} \ No newline at end of file + "fingerprint": "a487533e840d125a8c5a5e6517f1567fb1ac014cd97fe2262388a7b58de913dc", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-034-async-cookies/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-034-async-cookies/summary.json index 1b74f2c34..fbc21f34a 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-034-async-cookies/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 102.85825, - "fingerprint": "cf4c5979e6b68761911df5d6c978b7f56ad0e243d322adab8b0b91acbcd2a156" -} \ No newline at end of file + "fingerprint": "cf4c5979e6b68761911df5d6c978b7f56ad0e243d322adab8b0b91acbcd2a156", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-035-connection-dynamic/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-035-connection-dynamic/summary.json index 9b70904a1..517da1f4b 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-035-connection-dynamic/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 104.63525000000001, - "fingerprint": "9656ad6c16b12ce97ec883abf4fbdc698e9226de6001e8a1ea1f670bab002a69" -} \ No newline at end of file + "fingerprint": "9656ad6c16b12ce97ec883abf4fbdc698e9226de6001e8a1ea1f670bab002a69", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-037-updatetag-cache/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-037-updatetag-cache/summary.json index 1ebd30757..b8986841c 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-037-updatetag-cache/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 105.5775, - "fingerprint": "66463f9ce849a625af04d57d08b5a33e52607dc467c31051ad22fe89ec0639fd" -} \ No newline at end of file + "fingerprint": "66463f9ce849a625af04d57d08b5a33e52607dc467c31051ad22fe89ec0639fd", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-039-indirect-proxy/summary.json b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-039-indirect-proxy/summary.json index 1d412bb90..586d94b3d 100644 --- a/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-039-indirect-proxy/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-10-24.610Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 110.1745, - "fingerprint": "415387f0f4884bf22dc18b73c26a2b78a0e971210be13fd712c984da2e2344d0" -} \ No newline at end of file + "fingerprint": "415387f0f4884bf22dc18b73c26a2b78a0e971210be13fd712c984da2e2344d0", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-022-prefer-server-actions/summary.json b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-022-prefer-server-actions/summary.json index 29b6a4284..8626dd375 100644 --- a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-022-prefer-server-actions/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 126.18900000000001, - "fingerprint": "bcb1d2debc3a6768daee2b84d4b31afdcec08cbd2d23097ecec69469a16a0913" -} \ No newline at end of file + "fingerprint": "bcb1d2debc3a6768daee2b84d4b31afdcec08cbd2d23097ecec69469a16a0913", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-029-use-cache-directive/summary.json b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-029-use-cache-directive/summary.json index 339f88cac..0d71fd802 100644 --- a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-029-use-cache-directive/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 232.00424999999998, - "fingerprint": "9877c4b85837a91b264531e740a0df0b954d8ff1fdf39a0d0d8f5fb7d668a5a0" -} \ No newline at end of file + "fingerprint": "9877c4b85837a91b264531e740a0df0b954d8ff1fdf39a0d0d8f5fb7d668a5a0", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-036-after-response/summary.json b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-036-after-response/summary.json index 2c9b68e92..93bd94f47 100644 --- a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-036-after-response/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 115.376, - "fingerprint": "c0dda4edf38717ddab69a9d0e8f1e6f17bd021a031be1752ded3ec6e8f09cb23" -} \ No newline at end of file + "fingerprint": "c0dda4edf38717ddab69a9d0e8f1e6f17bd021a031be1752ded3ec6e8f09cb23", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-038-refresh-settings/summary.json b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-038-refresh-settings/summary.json index 6372deb24..6c43eb62c 100644 --- a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-038-refresh-settings/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 117.8965, - "fingerprint": "81feed4c93a03a711bb48d97a30b595993414dba7c8771f2bc19970269e6836e" -} \ No newline at end of file + "fingerprint": "81feed4c93a03a711bb48d97a30b595993414dba7c8771f2bc19970269e6836e", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-040-unstable-instant/summary.json b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-040-unstable-instant/summary.json index daa6ce5db..85e53d1bc 100644 --- a/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-040-unstable-instant/summary.json +++ b/results/kimi-k2.5/2026-03-21T17-19-51.541Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 176.752, - "fingerprint": "8cd9ebdbfddab3041ffea098843b207f271b25ae06991b9f8747f3a3cf24f6e8" -} \ No newline at end of file + "fingerprint": "8cd9ebdbfddab3041ffea098843b207f271b25ae06991b9f8747f3a3cf24f6e8", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-041-optimize-ppr-shell/summary.json b/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-041-optimize-ppr-shell/summary.json index 096699774..ab75cce71 100644 --- a/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 175.63850000000002, - "fingerprint": "fe8790007141cb28c135fffc842527d32e0c890205ac3aa1b4cbba0161a75fab" -} \ No newline at end of file + "fingerprint": "fe8790007141cb28c135fffc842527d32e0c890205ac3aa1b4cbba0161a75fab", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-042-enable-ppr/summary.json b/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-042-enable-ppr/summary.json index 617e60ecf..61bc30ae2 100644 --- a/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-042-enable-ppr/summary.json +++ b/results/kimi-k2.5/2026-04-02T17-14-57.473Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 84.68350000000001, - "fingerprint": "7ca16a4c8cdb7210ed76a221612ea67fe4d8e8b1b334b5e1aa697f0ccc05c782" -} \ No newline at end of file + "fingerprint": "7ca16a4c8cdb7210ed76a221612ea67fe4d8e8b1b334b5e1aa697f0ccc05c782", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/kimi-k2.5/2026-04-06T15-07-43.608Z/agent-043-view-transitions/summary.json b/results/kimi-k2.5/2026-04-06T15-07-43.608Z/agent-043-view-transitions/summary.json index 1f3a0c4aa..19f701e0a 100644 --- a/results/kimi-k2.5/2026-04-06T15-07-43.608Z/agent-043-view-transitions/summary.json +++ b/results/kimi-k2.5/2026-04-06T15-07-43.608Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 364.03375, - "fingerprint": "7bba159b25f1151463f55c7214f91b52dfe5226be45f2a91041c0fac786911dd" -} \ No newline at end of file + "fingerprint": "7bba159b25f1151463f55c7214f91b52dfe5226be45f2a91041c0fac786911dd", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-000-app-router-migration-simple/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-000-app-router-migration-simple/summary.json index 3776e4cd8..4de795404 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-000-app-router-migration-simple/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 243.621, - "fingerprint": "359a726ecc869a2130681003cfb505ec3d317eb6ddf503f1fe7ae057a56df6ec" -} \ No newline at end of file + "fingerprint": "359a726ecc869a2130681003cfb505ec3d317eb6ddf503f1fe7ae057a56df6ec", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-021-avoid-fetch-in-effect/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-021-avoid-fetch-in-effect/summary.json index 5fc548244..8580ff471 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 212.991, - "fingerprint": "fc42c244b6327c8629e81b6371967382b926735141e3dea81cd0d71ed7f1a3fc" -} \ No newline at end of file + "fingerprint": "fc42c244b6327c8629e81b6371967382b926735141e3dea81cd0d71ed7f1a3fc", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-022-prefer-server-actions/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-022-prefer-server-actions/summary.json index 622b365bb..0f38f2a7d 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-022-prefer-server-actions/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 180.33, - "fingerprint": "1f1e735c1bfe4f43cfb9d521e64fcceea6a756f65cb234ee62110c5c2a5cd082" -} \ No newline at end of file + "fingerprint": "1f1e735c1bfe4f43cfb9d521e64fcceea6a756f65cb234ee62110c5c2a5cd082", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-023-avoid-getserversideprops/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-023-avoid-getserversideprops/summary.json index 2cfd50c42..aa1dcf152 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.303, - "fingerprint": "ca3bbd2dbbd20a55a8006f9279cb90aabb18bc9d378d4bb0390ca0037baab9b2" -} \ No newline at end of file + "fingerprint": "ca3bbd2dbbd20a55a8006f9279cb90aabb18bc9d378d4bb0390ca0037baab9b2", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-024-avoid-redundant-usestate/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-024-avoid-redundant-usestate/summary.json index 8bd3d7a06..633f1232c 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.727, - "fingerprint": "da5e703eedc5cbef4b5f40f1dbfb63102bbb613ade8ff8ea705971fd64024646" -} \ No newline at end of file + "fingerprint": "da5e703eedc5cbef4b5f40f1dbfb63102bbb613ade8ff8ea705971fd64024646", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-025-prefer-next-link/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-025-prefer-next-link/summary.json index 55168fd3f..fb6371c4b 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-025-prefer-next-link/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 153.605, - "fingerprint": "24d1b42dfeb291deb53c3d02b7004cb7c0cbeba53fcbd5d9f73934bb8e19c3ec" -} \ No newline at end of file + "fingerprint": "24d1b42dfeb291deb53c3d02b7004cb7c0cbeba53fcbd5d9f73934bb8e19c3ec", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-026-no-serial-await/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-026-no-serial-await/summary.json index 88d65997a..5bc89a3d4 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-026-no-serial-await/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 181.079, - "fingerprint": "f1a49945d774ad4f0e6e409951f0f0bdfee8571a3036470ba4538d281e8a3ff0" -} \ No newline at end of file + "fingerprint": "f1a49945d774ad4f0e6e409951f0f0bdfee8571a3036470ba4538d281e8a3ff0", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-027-prefer-next-image/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-027-prefer-next-image/summary.json index c007da493..2641d18bd 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-027-prefer-next-image/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 148.334, - "fingerprint": "92cf8aaf844bfb2138c71f07149842ae9d84a258028ac818d7b0716a6b8d1bd6" -} \ No newline at end of file + "fingerprint": "92cf8aaf844bfb2138c71f07149842ae9d84a258028ac818d7b0716a6b8d1bd6", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-028-prefer-next-font/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-028-prefer-next-font/summary.json index 6f1817b75..f9915cbb0 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-028-prefer-next-font/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 153.77949999999998, - "fingerprint": "7edfcc07f80baaba1b621485f11cddab55d4a5a369bbd62b143c9872ee95fbb6" -} \ No newline at end of file + "fingerprint": "7edfcc07f80baaba1b621485f11cddab55d4a5a369bbd62b143c9872ee95fbb6", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-029-use-cache-directive/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-029-use-cache-directive/summary.json index c7a3b8341..ca411c693 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-029-use-cache-directive/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 334.10025, - "fingerprint": "ab71d02840ce60f72bb84ab72aa6491dea992812b8b49b508cadaf1559c8588a" -} \ No newline at end of file + "fingerprint": "ab71d02840ce60f72bb84ab72aa6491dea992812b8b49b508cadaf1559c8588a", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-030-app-router-migration-hard/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-030-app-router-migration-hard/summary.json index 55ba7be9f..9aa15ba92 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-030-app-router-migration-hard/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 438.425, - "fingerprint": "b006a894b060e2b6089ee46d4c99ca34c577d2bf42a185e69d144b0912b20b65" -} \ No newline at end of file + "fingerprint": "b006a894b060e2b6089ee46d4c99ca34c577d2bf42a185e69d144b0912b20b65", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-031-proxy-middleware/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-031-proxy-middleware/summary.json index a9970e273..d907623fd 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-031-proxy-middleware/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 158.476, - "fingerprint": "00b4e1ccfd2153a578b3a3b956643d8a43009eafe7cdd9854ee06b1fc862ea2e" -} \ No newline at end of file + "fingerprint": "00b4e1ccfd2153a578b3a3b956643d8a43009eafe7cdd9854ee06b1fc862ea2e", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-032-use-cache-directive/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-032-use-cache-directive/summary.json index c39af9e2e..f7414c1c2 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-032-use-cache-directive/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 219.055, - "fingerprint": "dec2dda79f907dea655b4e7dce67f0979fe881fc709132e527ac6610c2b5802e" -} \ No newline at end of file + "fingerprint": "dec2dda79f907dea655b4e7dce67f0979fe881fc709132e527ac6610c2b5802e", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-033-forbidden-auth/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-033-forbidden-auth/summary.json index ba6ef0062..2a14450ea 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-033-forbidden-auth/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 234.717, - "fingerprint": "010df083042f5df915b06032b7ce1c30b6332c67842f4e44c1a14b3adb69383c" -} \ No newline at end of file + "fingerprint": "010df083042f5df915b06032b7ce1c30b6332c67842f4e44c1a14b3adb69383c", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-034-async-cookies/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-034-async-cookies/summary.json index 0e1a85809..012e3b61c 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-034-async-cookies/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.767, - "fingerprint": "b2cb44794fc2d505df5fee1287fb8bf0ca7e0cd0fa418c0fe5e24fb0a336c882" -} \ No newline at end of file + "fingerprint": "b2cb44794fc2d505df5fee1287fb8bf0ca7e0cd0fa418c0fe5e24fb0a336c882", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-035-connection-dynamic/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-035-connection-dynamic/summary.json index 69f482c0b..34a8615a4 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-035-connection-dynamic/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.725, - "fingerprint": "f17e46d8f188114e81d6a0054d51c29713c0c99e438812cd3ec6eb11f4e85cf6" -} \ No newline at end of file + "fingerprint": "f17e46d8f188114e81d6a0054d51c29713c0c99e438812cd3ec6eb11f4e85cf6", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-036-after-response/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-036-after-response/summary.json index ab078fec5..1edaeb6f1 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-036-after-response/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.063, - "fingerprint": "7f644f25876dd692f614f335a4fc23cd4a7cc61d96553afce135d195ada1bef8" -} \ No newline at end of file + "fingerprint": "7f644f25876dd692f614f335a4fc23cd4a7cc61d96553afce135d195ada1bef8", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-037-updatetag-cache/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-037-updatetag-cache/summary.json index 18ad47e3d..15106c4fd 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-037-updatetag-cache/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 225.288, - "fingerprint": "d1834aa778f9dea684acec86fc1af1b7b4fcfd102b5fc0aff3894b22799acf0d" -} \ No newline at end of file + "fingerprint": "d1834aa778f9dea684acec86fc1af1b7b4fcfd102b5fc0aff3894b22799acf0d", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-038-refresh-settings/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-038-refresh-settings/summary.json index 837061694..6c5ac2983 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-038-refresh-settings/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 182.855, - "fingerprint": "e7111defc2e267be0e740a6b0260908dcd9fe82469ee5b5227b5a317194e31a6" -} \ No newline at end of file + "fingerprint": "e7111defc2e267be0e740a6b0260908dcd9fe82469ee5b5227b5a317194e31a6", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-039-indirect-proxy/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-039-indirect-proxy/summary.json index 1a9544248..0345c218d 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-039-indirect-proxy/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 148.8905, - "fingerprint": "f7ba10f0fd0b09d46af13940e58b3469a117b06f1b7b51665a1185ef882715dd" -} \ No newline at end of file + "fingerprint": "f7ba10f0fd0b09d46af13940e58b3469a117b06f1b7b51665a1185ef882715dd", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-040-unstable-instant/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-040-unstable-instant/summary.json index ef79dba3a..5ef4f5d18 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-040-unstable-instant/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 227.414, - "fingerprint": "9e3a40e93762c42fd230460e8b5fd392ce7c32a4cbd32ac8721fb7a20a291ff8" -} \ No newline at end of file + "fingerprint": "9e3a40e93762c42fd230460e8b5fd392ce7c32a4cbd32ac8721fb7a20a291ff8", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-041-optimize-ppr-shell/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-041-optimize-ppr-shell/summary.json index 7d1f2f16f..82d4d7e08 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 293.25333333333333, - "fingerprint": "a340eb812737f81bd35eac6c06a1e33d95559e0c713a9010e063279a57d6d7b0" -} \ No newline at end of file + "fingerprint": "a340eb812737f81bd35eac6c06a1e33d95559e0c713a9010e063279a57d6d7b0", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-042-enable-ppr/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-042-enable-ppr/summary.json index 4bd04facc..ab7192bdd 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-042-enable-ppr/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 155.196, - "fingerprint": "016d0117ed0fe283a4cbe9c2055a138969da59126a2cd47a925c2be8cd0179d2" -} \ No newline at end of file + "fingerprint": "016d0117ed0fe283a4cbe9c2055a138969da59126a2cd47a925c2be8cd0179d2", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-043-view-transitions/summary.json b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-043-view-transitions/summary.json index 50dcc34b0..8e1ce923c 100644 --- a/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-043-view-transitions/summary.json +++ b/results/kimi-k2.6--agents-md/2026-06-17T19-46-47.965Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 298.531, - "fingerprint": "94742ee68450ea2d8325fff17698fe6732d6a566acb61c7629d645cec0fb3b21" -} \ No newline at end of file + "fingerprint": "94742ee68450ea2d8325fff17698fe6732d6a566acb61c7629d645cec0fb3b21", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-000-app-router-migration-simple/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-000-app-router-migration-simple/summary.json index 887a309ce..2e78347dd 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-000-app-router-migration-simple/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.902, - "fingerprint": "359a726ecc869a2130681003cfb505ec3d317eb6ddf503f1fe7ae057a56df6ec" -} \ No newline at end of file + "fingerprint": "359a726ecc869a2130681003cfb505ec3d317eb6ddf503f1fe7ae057a56df6ec", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-021-avoid-fetch-in-effect/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-021-avoid-fetch-in-effect/summary.json index 5ee5315bb..b77459b29 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 198.747, - "fingerprint": "fc42c244b6327c8629e81b6371967382b926735141e3dea81cd0d71ed7f1a3fc" -} \ No newline at end of file + "fingerprint": "fc42c244b6327c8629e81b6371967382b926735141e3dea81cd0d71ed7f1a3fc", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-022-prefer-server-actions/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-022-prefer-server-actions/summary.json index 6eadbb393..120c70885 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-022-prefer-server-actions/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.033, - "fingerprint": "1f1e735c1bfe4f43cfb9d521e64fcceea6a756f65cb234ee62110c5c2a5cd082" -} \ No newline at end of file + "fingerprint": "1f1e735c1bfe4f43cfb9d521e64fcceea6a756f65cb234ee62110c5c2a5cd082", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-023-avoid-getserversideprops/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-023-avoid-getserversideprops/summary.json index b0d6e6465..e243d0d5d 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.679, - "fingerprint": "ca3bbd2dbbd20a55a8006f9279cb90aabb18bc9d378d4bb0390ca0037baab9b2" -} \ No newline at end of file + "fingerprint": "ca3bbd2dbbd20a55a8006f9279cb90aabb18bc9d378d4bb0390ca0037baab9b2", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-024-avoid-redundant-usestate/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-024-avoid-redundant-usestate/summary.json index 63ed55191..6b51fef99 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 141.721, - "fingerprint": "da5e703eedc5cbef4b5f40f1dbfb63102bbb613ade8ff8ea705971fd64024646" -} \ No newline at end of file + "fingerprint": "da5e703eedc5cbef4b5f40f1dbfb63102bbb613ade8ff8ea705971fd64024646", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-025-prefer-next-link/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-025-prefer-next-link/summary.json index 06cb07026..427b8a22a 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-025-prefer-next-link/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 163.442, - "fingerprint": "24d1b42dfeb291deb53c3d02b7004cb7c0cbeba53fcbd5d9f73934bb8e19c3ec" -} \ No newline at end of file + "fingerprint": "24d1b42dfeb291deb53c3d02b7004cb7c0cbeba53fcbd5d9f73934bb8e19c3ec", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-026-no-serial-await/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-026-no-serial-await/summary.json index 22746e87b..99a108944 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-026-no-serial-await/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 160.697, - "fingerprint": "f1a49945d774ad4f0e6e409951f0f0bdfee8571a3036470ba4538d281e8a3ff0" -} \ No newline at end of file + "fingerprint": "f1a49945d774ad4f0e6e409951f0f0bdfee8571a3036470ba4538d281e8a3ff0", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-027-prefer-next-image/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-027-prefer-next-image/summary.json index c04c40636..8129f6012 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-027-prefer-next-image/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 145.068, - "fingerprint": "92cf8aaf844bfb2138c71f07149842ae9d84a258028ac818d7b0716a6b8d1bd6" -} \ No newline at end of file + "fingerprint": "92cf8aaf844bfb2138c71f07149842ae9d84a258028ac818d7b0716a6b8d1bd6", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-028-prefer-next-font/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-028-prefer-next-font/summary.json index 1907bad08..7018050de 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-028-prefer-next-font/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.314, - "fingerprint": "7edfcc07f80baaba1b621485f11cddab55d4a5a369bbd62b143c9872ee95fbb6" -} \ No newline at end of file + "fingerprint": "7edfcc07f80baaba1b621485f11cddab55d4a5a369bbd62b143c9872ee95fbb6", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-029-use-cache-directive/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-029-use-cache-directive/summary.json index 21f3cc048..eeb89a587 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-029-use-cache-directive/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 377.46299999999997, - "fingerprint": "ab71d02840ce60f72bb84ab72aa6491dea992812b8b49b508cadaf1559c8588a" -} \ No newline at end of file + "fingerprint": "ab71d02840ce60f72bb84ab72aa6491dea992812b8b49b508cadaf1559c8588a", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-030-app-router-migration-hard/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-030-app-router-migration-hard/summary.json index 1a7a12687..a6399f33d 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-030-app-router-migration-hard/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 365.056, - "fingerprint": "b006a894b060e2b6089ee46d4c99ca34c577d2bf42a185e69d144b0912b20b65" -} \ No newline at end of file + "fingerprint": "b006a894b060e2b6089ee46d4c99ca34c577d2bf42a185e69d144b0912b20b65", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-031-proxy-middleware/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-031-proxy-middleware/summary.json index 23daa658f..2b31bd7ff 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-031-proxy-middleware/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 150.35975, - "fingerprint": "00b4e1ccfd2153a578b3a3b956643d8a43009eafe7cdd9854ee06b1fc862ea2e" -} \ No newline at end of file + "fingerprint": "00b4e1ccfd2153a578b3a3b956643d8a43009eafe7cdd9854ee06b1fc862ea2e", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-032-use-cache-directive/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-032-use-cache-directive/summary.json index c028a5857..cb13d0ec7 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-032-use-cache-directive/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 156.98250000000002, - "fingerprint": "dec2dda79f907dea655b4e7dce67f0979fe881fc709132e527ac6610c2b5802e" -} \ No newline at end of file + "fingerprint": "dec2dda79f907dea655b4e7dce67f0979fe881fc709132e527ac6610c2b5802e", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-033-forbidden-auth/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-033-forbidden-auth/summary.json index 630665491..6aea5ada0 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-033-forbidden-auth/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 192.241, - "fingerprint": "010df083042f5df915b06032b7ce1c30b6332c67842f4e44c1a14b3adb69383c" -} \ No newline at end of file + "fingerprint": "010df083042f5df915b06032b7ce1c30b6332c67842f4e44c1a14b3adb69383c", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-034-async-cookies/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-034-async-cookies/summary.json index 479f3546d..1afd8db35 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-034-async-cookies/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 139.034, - "fingerprint": "b2cb44794fc2d505df5fee1287fb8bf0ca7e0cd0fa418c0fe5e24fb0a336c882" -} \ No newline at end of file + "fingerprint": "b2cb44794fc2d505df5fee1287fb8bf0ca7e0cd0fa418c0fe5e24fb0a336c882", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-035-connection-dynamic/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-035-connection-dynamic/summary.json index 71c41005a..c8d2f3e70 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-035-connection-dynamic/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 152.197, - "fingerprint": "f17e46d8f188114e81d6a0054d51c29713c0c99e438812cd3ec6eb11f4e85cf6" -} \ No newline at end of file + "fingerprint": "f17e46d8f188114e81d6a0054d51c29713c0c99e438812cd3ec6eb11f4e85cf6", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-036-after-response/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-036-after-response/summary.json index ecdf8c54a..317fbc7b5 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-036-after-response/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 175.942, - "fingerprint": "7f644f25876dd692f614f335a4fc23cd4a7cc61d96553afce135d195ada1bef8" -} \ No newline at end of file + "fingerprint": "7f644f25876dd692f614f335a4fc23cd4a7cc61d96553afce135d195ada1bef8", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-037-updatetag-cache/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-037-updatetag-cache/summary.json index 184ac2311..38b261804 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-037-updatetag-cache/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 251.706, - "fingerprint": "d1834aa778f9dea684acec86fc1af1b7b4fcfd102b5fc0aff3894b22799acf0d" -} \ No newline at end of file + "fingerprint": "d1834aa778f9dea684acec86fc1af1b7b4fcfd102b5fc0aff3894b22799acf0d", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-038-refresh-settings/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-038-refresh-settings/summary.json index 9c87b3f5f..5529ff7a0 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-038-refresh-settings/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 172.18849999999998, - "fingerprint": "e7111defc2e267be0e740a6b0260908dcd9fe82469ee5b5227b5a317194e31a6" -} \ No newline at end of file + "fingerprint": "e7111defc2e267be0e740a6b0260908dcd9fe82469ee5b5227b5a317194e31a6", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-039-indirect-proxy/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-039-indirect-proxy/summary.json index cd8468824..12758ee94 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-039-indirect-proxy/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 132.79025000000001, - "fingerprint": "f7ba10f0fd0b09d46af13940e58b3469a117b06f1b7b51665a1185ef882715dd" -} \ No newline at end of file + "fingerprint": "f7ba10f0fd0b09d46af13940e58b3469a117b06f1b7b51665a1185ef882715dd", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-040-unstable-instant/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-040-unstable-instant/summary.json index 331d0c252..3a230729d 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-040-unstable-instant/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 207.08525, - "fingerprint": "9e3a40e93762c42fd230460e8b5fd392ce7c32a4cbd32ac8721fb7a20a291ff8" -} \ No newline at end of file + "fingerprint": "9e3a40e93762c42fd230460e8b5fd392ce7c32a4cbd32ac8721fb7a20a291ff8", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-041-optimize-ppr-shell/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-041-optimize-ppr-shell/summary.json index a6dd1de6e..d76a0a2ac 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 194.92649999999998, - "fingerprint": "a340eb812737f81bd35eac6c06a1e33d95559e0c713a9010e063279a57d6d7b0" -} \ No newline at end of file + "fingerprint": "a340eb812737f81bd35eac6c06a1e33d95559e0c713a9010e063279a57d6d7b0", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-042-enable-ppr/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-042-enable-ppr/summary.json index cf86c52c3..b6340e69e 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-042-enable-ppr/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 68.28524999999999, - "fingerprint": "016d0117ed0fe283a4cbe9c2055a138969da59126a2cd47a925c2be8cd0179d2" -} \ No newline at end of file + "fingerprint": "016d0117ed0fe283a4cbe9c2055a138969da59126a2cd47a925c2be8cd0179d2", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-043-view-transitions/summary.json b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-043-view-transitions/summary.json index 78da7dcb9..9e373bbaa 100644 --- a/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-043-view-transitions/summary.json +++ b/results/kimi-k2.6/2026-06-17T19-46-47.972Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 345.745, - "fingerprint": "94742ee68450ea2d8325fff17698fe6732d6a566acb61c7629d645cec0fb3b21" -} \ No newline at end of file + "fingerprint": "94742ee68450ea2d8325fff17698fe6732d6a566acb61c7629d645cec0fb3b21", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-000-app-router-migration-simple/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-000-app-router-migration-simple/summary.json index c7cf64099..923fb1024 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-000-app-router-migration-simple/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 218.962, - "fingerprint": "53b1f6e9cbf6c0e7af292d2a26b258b15688ffd73b24f8f2f7307ea2734f0468" -} \ No newline at end of file + "fingerprint": "53b1f6e9cbf6c0e7af292d2a26b258b15688ffd73b24f8f2f7307ea2734f0468", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-021-avoid-fetch-in-effect/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-021-avoid-fetch-in-effect/summary.json index 572224c13..39a4416b3 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 185.94, - "fingerprint": "3fa1c51a1400d8011ae696e69aa87fa2bca33378080d5bd6e9d646c1b528a386" -} \ No newline at end of file + "fingerprint": "3fa1c51a1400d8011ae696e69aa87fa2bca33378080d5bd6e9d646c1b528a386", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-022-prefer-server-actions/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-022-prefer-server-actions/summary.json index 07ef2fd49..314faec7f 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-022-prefer-server-actions/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 182.827, - "fingerprint": "ce4d7b343012dc444b0fa8108a8d27da4ca5d49cd41cc4b87ecc376eba180a4f" -} \ No newline at end of file + "fingerprint": "ce4d7b343012dc444b0fa8108a8d27da4ca5d49cd41cc4b87ecc376eba180a4f", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-023-avoid-getserversideprops/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-023-avoid-getserversideprops/summary.json index 36a8a5545..0bea1f63a 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 199.2465, - "fingerprint": "58957322b4edda10f9c1ec5b7aa6582e7701cb5e74129e734a6d157c5fe467e8" -} \ No newline at end of file + "fingerprint": "58957322b4edda10f9c1ec5b7aa6582e7701cb5e74129e734a6d157c5fe467e8", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-024-avoid-redundant-usestate/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-024-avoid-redundant-usestate/summary.json index 1d799c0a6..372e25c9a 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 155.875, - "fingerprint": "12f93c5235d5ee2fadc730311825ef7d7f5a3c5c70d807339ca6e841e5242e32" -} \ No newline at end of file + "fingerprint": "12f93c5235d5ee2fadc730311825ef7d7f5a3c5c70d807339ca6e841e5242e32", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-025-prefer-next-link/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-025-prefer-next-link/summary.json index d4a43391e..39dfa56bf 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-025-prefer-next-link/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 155.426, - "fingerprint": "e8ff8ca7606c3747e60583e63dfd61196fe60c18b51fb01d144df287480a6d1d" -} \ No newline at end of file + "fingerprint": "e8ff8ca7606c3747e60583e63dfd61196fe60c18b51fb01d144df287480a6d1d", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-026-no-serial-await/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-026-no-serial-await/summary.json index 323cac059..044abbe76 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-026-no-serial-await/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 203.553, - "fingerprint": "ecb1c4148f88757d7ff5952a6228fc9d01b870385932ceb8589c4ef7fa1f6000" -} \ No newline at end of file + "fingerprint": "ecb1c4148f88757d7ff5952a6228fc9d01b870385932ceb8589c4ef7fa1f6000", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-027-prefer-next-image/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-027-prefer-next-image/summary.json index 4fc529b33..5ffcefd5a 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-027-prefer-next-image/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.221, - "fingerprint": "0dc49dbebad9fbb9ed19cbbb8ca62b22d35c1ce5829f525b4ffdfa3816f171a1" -} \ No newline at end of file + "fingerprint": "0dc49dbebad9fbb9ed19cbbb8ca62b22d35c1ce5829f525b4ffdfa3816f171a1", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-028-prefer-next-font/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-028-prefer-next-font/summary.json index 66b61bfcb..839aa8b2e 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-028-prefer-next-font/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 184.318, - "fingerprint": "0026fdae21769f0e85b872e38d65963b9cb21b1ef002dfc877ef8b22ad61d1c4" -} \ No newline at end of file + "fingerprint": "0026fdae21769f0e85b872e38d65963b9cb21b1ef002dfc877ef8b22ad61d1c4", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-029-use-cache-directive/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-029-use-cache-directive/summary.json index 9ff772616..5194ba0f8 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-029-use-cache-directive/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 297.07033333333334, - "fingerprint": "3177c4c642517ea5a0a58aa6f05f96c8ff2618636da64797e49e8444c062d7fb" -} \ No newline at end of file + "fingerprint": "3177c4c642517ea5a0a58aa6f05f96c8ff2618636da64797e49e8444c062d7fb", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-030-app-router-migration-hard/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-030-app-router-migration-hard/summary.json index 6e6d3fd33..7b316feb5 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-030-app-router-migration-hard/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 430.699, - "fingerprint": "7388a9f2a4033d4ab7930c7ab7ed06f464e476381425e7b7eae1438f60f868ad" -} \ No newline at end of file + "fingerprint": "7388a9f2a4033d4ab7930c7ab7ed06f464e476381425e7b7eae1438f60f868ad", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-031-proxy-middleware/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-031-proxy-middleware/summary.json index f176668cc..0a70661dd 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-031-proxy-middleware/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 189.761, - "fingerprint": "2c72b7a4caf6b52e4d04a473df2a43299d1f73ba3ddb6b1b56864059015d2131" -} \ No newline at end of file + "fingerprint": "2c72b7a4caf6b52e4d04a473df2a43299d1f73ba3ddb6b1b56864059015d2131", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-032-use-cache-directive/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-032-use-cache-directive/summary.json index ef619309b..a1a81f7d7 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-032-use-cache-directive/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 186.873, - "fingerprint": "dd238e6c100a510298731248ca1ef46cfa9c254be22d4f0abf20d650760d82f2" -} \ No newline at end of file + "fingerprint": "dd238e6c100a510298731248ca1ef46cfa9c254be22d4f0abf20d650760d82f2", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-033-forbidden-auth/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-033-forbidden-auth/summary.json index 6dbdaf1aa..92b74f0cf 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-033-forbidden-auth/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 190.992, - "fingerprint": "2f913841760c006d4a74e43a8a5a584023691a32a206f708d03f0bd1da9b865c" -} \ No newline at end of file + "fingerprint": "2f913841760c006d4a74e43a8a5a584023691a32a206f708d03f0bd1da9b865c", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-034-async-cookies/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-034-async-cookies/summary.json index 1ba8ed47b..0f1f21c00 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-034-async-cookies/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 175.574, - "fingerprint": "38af043410bac4c9ca005b398bb6c189957307592375d4d50abb94685de42e86" -} \ No newline at end of file + "fingerprint": "38af043410bac4c9ca005b398bb6c189957307592375d4d50abb94685de42e86", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-035-connection-dynamic/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-035-connection-dynamic/summary.json index 334a6077b..047a46c47 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-035-connection-dynamic/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 174.378, - "fingerprint": "584596493d95526bf9ecf32221d77182f2f7a66ddbc7739b9de160a4c891d35a" -} \ No newline at end of file + "fingerprint": "584596493d95526bf9ecf32221d77182f2f7a66ddbc7739b9de160a4c891d35a", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-036-after-response/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-036-after-response/summary.json index 7c498372b..8ffc91597 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-036-after-response/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 182.505, - "fingerprint": "105ff16accaddc329ee2b38a6e57af4e105e41e30dee8d00dd22b2307cd4f8f7" -} \ No newline at end of file + "fingerprint": "105ff16accaddc329ee2b38a6e57af4e105e41e30dee8d00dd22b2307cd4f8f7", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-037-updatetag-cache/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-037-updatetag-cache/summary.json index b7c1c5367..aab4c08c6 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-037-updatetag-cache/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 231.559, - "fingerprint": "e82e4927bf1768081e8c3d32b1fa14c0b7cd6dc5180840cadd909d223cdbfbbb" -} \ No newline at end of file + "fingerprint": "e82e4927bf1768081e8c3d32b1fa14c0b7cd6dc5180840cadd909d223cdbfbbb", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-038-refresh-settings/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-038-refresh-settings/summary.json index f906206d1..d6de182c7 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-038-refresh-settings/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 190.3785, - "fingerprint": "bb31f762a968b7029efc6c7826d37a732cc52424a3958d23a3e22d456b0da7ab" -} \ No newline at end of file + "fingerprint": "bb31f762a968b7029efc6c7826d37a732cc52424a3958d23a3e22d456b0da7ab", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-039-indirect-proxy/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-039-indirect-proxy/summary.json index 13ee83dc3..0e2758f3f 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-039-indirect-proxy/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.169, - "fingerprint": "7600af9e9dcd57a0351007c8ec6f5c526bf5b40306c243d92c1c270d6413d18c" -} \ No newline at end of file + "fingerprint": "7600af9e9dcd57a0351007c8ec6f5c526bf5b40306c243d92c1c270d6413d18c", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-040-unstable-instant/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-040-unstable-instant/summary.json index 9ae366d4c..bbcb143cf 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-040-unstable-instant/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 191.84625, - "fingerprint": "265afd2b4d397313f702ff6ffc02f246ddf3a8a52eaf590e2db06cf689931927" -} \ No newline at end of file + "fingerprint": "265afd2b4d397313f702ff6ffc02f246ddf3a8a52eaf590e2db06cf689931927", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-041-optimize-ppr-shell/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-041-optimize-ppr-shell/summary.json index 0f1b38495..3c39cae9d 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 307.59, - "fingerprint": "62403877e7c8cea567f97a89f4c903cd46cec81245626f7e89a77f09a2102f7b" -} \ No newline at end of file + "fingerprint": "62403877e7c8cea567f97a89f4c903cd46cec81245626f7e89a77f09a2102f7b", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-042-enable-ppr/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-042-enable-ppr/summary.json index ecc191856..8e8d22d67 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-042-enable-ppr/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 194.061, - "fingerprint": "cdaf8dc537d69a65668d1487e7e2dc2802e47bbe2ff591ae9c6668e6d2ae4a80" -} \ No newline at end of file + "fingerprint": "cdaf8dc537d69a65668d1487e7e2dc2802e47bbe2ff591ae9c6668e6d2ae4a80", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-043-view-transitions/summary.json b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-043-view-transitions/summary.json index 311e45f37..795912c71 100644 --- a/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-043-view-transitions/summary.json +++ b/results/kimi-k2.7-code--agents-md/2026-06-13T23-14-22.142Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 260.036, - "fingerprint": "efb7dc336c800d631b93da9197dda5cd75b4f3ca72ee0f55c635f261622f85ac" -} \ No newline at end of file + "fingerprint": "efb7dc336c800d631b93da9197dda5cd75b4f3ca72ee0f55c635f261622f85ac", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-000-app-router-migration-simple/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-000-app-router-migration-simple/summary.json index 98686d49e..68e35a3ee 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-000-app-router-migration-simple/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 203.99, - "fingerprint": "53b1f6e9cbf6c0e7af292d2a26b258b15688ffd73b24f8f2f7307ea2734f0468" -} \ No newline at end of file + "fingerprint": "53b1f6e9cbf6c0e7af292d2a26b258b15688ffd73b24f8f2f7307ea2734f0468", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-021-avoid-fetch-in-effect/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-021-avoid-fetch-in-effect/summary.json index 7cbc6a05c..229a75c8a 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 156.978, - "fingerprint": "3fa1c51a1400d8011ae696e69aa87fa2bca33378080d5bd6e9d646c1b528a386" -} \ No newline at end of file + "fingerprint": "3fa1c51a1400d8011ae696e69aa87fa2bca33378080d5bd6e9d646c1b528a386", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-022-prefer-server-actions/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-022-prefer-server-actions/summary.json index 86fdb9066..521fc7b22 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-022-prefer-server-actions/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 167.104, - "fingerprint": "ce4d7b343012dc444b0fa8108a8d27da4ca5d49cd41cc4b87ecc376eba180a4f" -} \ No newline at end of file + "fingerprint": "ce4d7b343012dc444b0fa8108a8d27da4ca5d49cd41cc4b87ecc376eba180a4f", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-023-avoid-getserversideprops/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-023-avoid-getserversideprops/summary.json index fece0877a..93b9852fd 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.089, - "fingerprint": "58957322b4edda10f9c1ec5b7aa6582e7701cb5e74129e734a6d157c5fe467e8" -} \ No newline at end of file + "fingerprint": "58957322b4edda10f9c1ec5b7aa6582e7701cb5e74129e734a6d157c5fe467e8", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-024-avoid-redundant-usestate/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-024-avoid-redundant-usestate/summary.json index a09e6f052..850d2a869 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.204, - "fingerprint": "12f93c5235d5ee2fadc730311825ef7d7f5a3c5c70d807339ca6e841e5242e32" -} \ No newline at end of file + "fingerprint": "12f93c5235d5ee2fadc730311825ef7d7f5a3c5c70d807339ca6e841e5242e32", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-025-prefer-next-link/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-025-prefer-next-link/summary.json index 2a4662d34..ff972739a 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-025-prefer-next-link/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 162.466, - "fingerprint": "e8ff8ca7606c3747e60583e63dfd61196fe60c18b51fb01d144df287480a6d1d" -} \ No newline at end of file + "fingerprint": "e8ff8ca7606c3747e60583e63dfd61196fe60c18b51fb01d144df287480a6d1d", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-026-no-serial-await/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-026-no-serial-await/summary.json index 501ba8d8e..b297234ba 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-026-no-serial-await/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 196.235, - "fingerprint": "ecb1c4148f88757d7ff5952a6228fc9d01b870385932ceb8589c4ef7fa1f6000" -} \ No newline at end of file + "fingerprint": "ecb1c4148f88757d7ff5952a6228fc9d01b870385932ceb8589c4ef7fa1f6000", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-027-prefer-next-image/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-027-prefer-next-image/summary.json index 2bdc3a98d..28c6f7af8 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-027-prefer-next-image/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 150.377, - "fingerprint": "0dc49dbebad9fbb9ed19cbbb8ca62b22d35c1ce5829f525b4ffdfa3816f171a1" -} \ No newline at end of file + "fingerprint": "0dc49dbebad9fbb9ed19cbbb8ca62b22d35c1ce5829f525b4ffdfa3816f171a1", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-028-prefer-next-font/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-028-prefer-next-font/summary.json index a5a26be17..6e5ff8a9f 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-028-prefer-next-font/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 161.495, - "fingerprint": "0026fdae21769f0e85b872e38d65963b9cb21b1ef002dfc877ef8b22ad61d1c4" -} \ No newline at end of file + "fingerprint": "0026fdae21769f0e85b872e38d65963b9cb21b1ef002dfc877ef8b22ad61d1c4", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-029-use-cache-directive/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-029-use-cache-directive/summary.json index 4d653c3df..01caf872b 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-029-use-cache-directive/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 314.099, - "fingerprint": "3177c4c642517ea5a0a58aa6f05f96c8ff2618636da64797e49e8444c062d7fb" -} \ No newline at end of file + "fingerprint": "3177c4c642517ea5a0a58aa6f05f96c8ff2618636da64797e49e8444c062d7fb", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-030-app-router-migration-hard/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-030-app-router-migration-hard/summary.json index 5c38c0133..456581273 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-030-app-router-migration-hard/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 449.595, - "fingerprint": "7388a9f2a4033d4ab7930c7ab7ed06f464e476381425e7b7eae1438f60f868ad" -} \ No newline at end of file + "fingerprint": "7388a9f2a4033d4ab7930c7ab7ed06f464e476381425e7b7eae1438f60f868ad", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-031-proxy-middleware/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-031-proxy-middleware/summary.json index ab339e5b1..7e1b7a9d7 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-031-proxy-middleware/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 161.81675, - "fingerprint": "2c72b7a4caf6b52e4d04a473df2a43299d1f73ba3ddb6b1b56864059015d2131" -} \ No newline at end of file + "fingerprint": "2c72b7a4caf6b52e4d04a473df2a43299d1f73ba3ddb6b1b56864059015d2131", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-032-use-cache-directive/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-032-use-cache-directive/summary.json index bf159cb4a..9c0d44468 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-032-use-cache-directive/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 166.44375, - "fingerprint": "dd238e6c100a510298731248ca1ef46cfa9c254be22d4f0abf20d650760d82f2" -} \ No newline at end of file + "fingerprint": "dd238e6c100a510298731248ca1ef46cfa9c254be22d4f0abf20d650760d82f2", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-033-forbidden-auth/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-033-forbidden-auth/summary.json index 0e8e7199c..340474ba7 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-033-forbidden-auth/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 191.582, - "fingerprint": "2f913841760c006d4a74e43a8a5a584023691a32a206f708d03f0bd1da9b865c" -} \ No newline at end of file + "fingerprint": "2f913841760c006d4a74e43a8a5a584023691a32a206f708d03f0bd1da9b865c", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-034-async-cookies/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-034-async-cookies/summary.json index ae525ab88..d74069796 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-034-async-cookies/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 144.195, - "fingerprint": "38af043410bac4c9ca005b398bb6c189957307592375d4d50abb94685de42e86" -} \ No newline at end of file + "fingerprint": "38af043410bac4c9ca005b398bb6c189957307592375d4d50abb94685de42e86", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-035-connection-dynamic/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-035-connection-dynamic/summary.json index ebe92e6a8..197c64e74 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-035-connection-dynamic/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 175.7495, - "fingerprint": "584596493d95526bf9ecf32221d77182f2f7a66ddbc7739b9de160a4c891d35a" -} \ No newline at end of file + "fingerprint": "584596493d95526bf9ecf32221d77182f2f7a66ddbc7739b9de160a4c891d35a", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-036-after-response/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-036-after-response/summary.json index 0f9f8be75..933ce4eaf 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-036-after-response/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 184.107, - "fingerprint": "105ff16accaddc329ee2b38a6e57af4e105e41e30dee8d00dd22b2307cd4f8f7" -} \ No newline at end of file + "fingerprint": "105ff16accaddc329ee2b38a6e57af4e105e41e30dee8d00dd22b2307cd4f8f7", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-037-updatetag-cache/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-037-updatetag-cache/summary.json index 278dde6fd..df140618b 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-037-updatetag-cache/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 233.98, - "fingerprint": "e82e4927bf1768081e8c3d32b1fa14c0b7cd6dc5180840cadd909d223cdbfbbb" -} \ No newline at end of file + "fingerprint": "e82e4927bf1768081e8c3d32b1fa14c0b7cd6dc5180840cadd909d223cdbfbbb", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-038-refresh-settings/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-038-refresh-settings/summary.json index 0627b2285..19323913b 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-038-refresh-settings/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 179.09425000000002, - "fingerprint": "bb31f762a968b7029efc6c7826d37a732cc52424a3958d23a3e22d456b0da7ab" -} \ No newline at end of file + "fingerprint": "bb31f762a968b7029efc6c7826d37a732cc52424a3958d23a3e22d456b0da7ab", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-039-indirect-proxy/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-039-indirect-proxy/summary.json index 77643f485..431ff02ee 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-039-indirect-proxy/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 160.30975, - "fingerprint": "7600af9e9dcd57a0351007c8ec6f5c526bf5b40306c243d92c1c270d6413d18c" -} \ No newline at end of file + "fingerprint": "7600af9e9dcd57a0351007c8ec6f5c526bf5b40306c243d92c1c270d6413d18c", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-040-unstable-instant/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-040-unstable-instant/summary.json index 570b5c11c..f8332d883 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-040-unstable-instant/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 176.7795, - "fingerprint": "265afd2b4d397313f702ff6ffc02f246ddf3a8a52eaf590e2db06cf689931927" -} \ No newline at end of file + "fingerprint": "265afd2b4d397313f702ff6ffc02f246ddf3a8a52eaf590e2db06cf689931927", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-041-optimize-ppr-shell/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-041-optimize-ppr-shell/summary.json index 6d3fcc5e1..ab88718ac 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 230.899, - "fingerprint": "62403877e7c8cea567f97a89f4c903cd46cec81245626f7e89a77f09a2102f7b" -} \ No newline at end of file + "fingerprint": "62403877e7c8cea567f97a89f4c903cd46cec81245626f7e89a77f09a2102f7b", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-042-enable-ppr/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-042-enable-ppr/summary.json index cf8dd60a7..2f4f82725 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-042-enable-ppr/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 173.975, - "fingerprint": "cdaf8dc537d69a65668d1487e7e2dc2802e47bbe2ff591ae9c6668e6d2ae4a80" -} \ No newline at end of file + "fingerprint": "cdaf8dc537d69a65668d1487e7e2dc2802e47bbe2ff591ae9c6668e6d2ae4a80", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-043-view-transitions/summary.json b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-043-view-transitions/summary.json index 20018f359..b8ef806f3 100644 --- a/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-043-view-transitions/summary.json +++ b/results/kimi-k2.7-code/2026-06-13T22-40-06.944Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 418.268, - "fingerprint": "efb7dc336c800d631b93da9197dda5cd75b4f3ca72ee0f55c635f261622f85ac" -} \ No newline at end of file + "fingerprint": "efb7dc336c800d631b93da9197dda5cd75b4f3ca72ee0f55c635f261622f85ac", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-000-app-router-migration-simple/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-000-app-router-migration-simple/summary.json index ef1c7e64c..68b6b2250 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-000-app-router-migration-simple/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 344.848, - "fingerprint": "d67d4be4f775c0f4220297499be49075108708708b00679be7292c9a942e4389" -} \ No newline at end of file + "fingerprint": "d67d4be4f775c0f4220297499be49075108708708b00679be7292c9a942e4389", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-021-avoid-fetch-in-effect/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-021-avoid-fetch-in-effect/summary.json index 286669036..dcf559bda 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 319.153, - "fingerprint": "c8c3a40090f9e953a8ae41647183f48efd8735df28a1e9b49efc12b757fc20ad" -} \ No newline at end of file + "fingerprint": "c8c3a40090f9e953a8ae41647183f48efd8735df28a1e9b49efc12b757fc20ad", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-022-prefer-server-actions/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-022-prefer-server-actions/summary.json index c138fec85..2a24b38d8 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-022-prefer-server-actions/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 284.077, - "fingerprint": "b63bb8d61742c24d6e3e1ea00b49010a9e5ed2712ae2e75c8ad706258bbe8ac5" -} \ No newline at end of file + "fingerprint": "b63bb8d61742c24d6e3e1ea00b49010a9e5ed2712ae2e75c8ad706258bbe8ac5", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-023-avoid-getserversideprops/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-023-avoid-getserversideprops/summary.json index 7e4b9a9c4..58b6b995b 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 259.92, - "fingerprint": "de485da1a4f1a5947fc66a4e1e10385683002ae2a7161cd85376a4e73e9d9b0a" -} \ No newline at end of file + "fingerprint": "de485da1a4f1a5947fc66a4e1e10385683002ae2a7161cd85376a4e73e9d9b0a", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-024-avoid-redundant-usestate/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-024-avoid-redundant-usestate/summary.json index 394ac0663..894839630 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 256.153, - "fingerprint": "36637659be8adc8a5e3d6075e9d3aef8fce509e3c0937b9de79a27bb0302a1ea" -} \ No newline at end of file + "fingerprint": "36637659be8adc8a5e3d6075e9d3aef8fce509e3c0937b9de79a27bb0302a1ea", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-025-prefer-next-link/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-025-prefer-next-link/summary.json index 35661cc0e..1ef0108a6 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-025-prefer-next-link/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 292.908, - "fingerprint": "d7ff516ca11ef89360f6ec0505d81ac0944107d9b8632ecbdf9e7ba0a03b8dd6" -} \ No newline at end of file + "fingerprint": "d7ff516ca11ef89360f6ec0505d81ac0944107d9b8632ecbdf9e7ba0a03b8dd6", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-026-no-serial-await/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-026-no-serial-await/summary.json index 90dc699af..6ea2bb885 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-026-no-serial-await/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 321.1396666666667, - "fingerprint": "9ac097e7fa2c1707cfecd020e1751f8112ae1b95269aa28146ac978ef2848fa2" -} \ No newline at end of file + "fingerprint": "9ac097e7fa2c1707cfecd020e1751f8112ae1b95269aa28146ac978ef2848fa2", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-027-prefer-next-image/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-027-prefer-next-image/summary.json index 9f9d70c4e..0ce8d50a4 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-027-prefer-next-image/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 299.698, - "fingerprint": "4bb092141c07437b99f4d608fbffbc60a1f4bd93711142af65e4d27924eb6c1a" -} \ No newline at end of file + "fingerprint": "4bb092141c07437b99f4d608fbffbc60a1f4bd93711142af65e4d27924eb6c1a", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-028-prefer-next-font/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-028-prefer-next-font/summary.json index d5403d284..39e3c94ab 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-028-prefer-next-font/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 258.67175, - "fingerprint": "583f8e7ca954dce07ded4f998f90c762dafb9cb629c232380d44c36e37ba63ea" -} \ No newline at end of file + "fingerprint": "583f8e7ca954dce07ded4f998f90c762dafb9cb629c232380d44c36e37ba63ea", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-029-use-cache-directive/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-029-use-cache-directive/summary.json index 63d540149..7355bb2d0 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-029-use-cache-directive/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 346.13166666666666, - "fingerprint": "e7d5c02cf7a7cedeb1ef002e479f03b2dd905dcb4c84233537aa8d95574d4e8c" -} \ No newline at end of file + "fingerprint": "e7d5c02cf7a7cedeb1ef002e479f03b2dd905dcb4c84233537aa8d95574d4e8c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-030-app-router-migration-hard/summary.json index 96ae96de7..8a7d96330 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 403.448, - "fingerprint": "59685f0ec24ed13bb39a6d33def3efb1aaf298b5009c97e05137e4955fe7a850" -} \ No newline at end of file + "fingerprint": "59685f0ec24ed13bb39a6d33def3efb1aaf298b5009c97e05137e4955fe7a850", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-031-proxy-middleware/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-031-proxy-middleware/summary.json index 3b1c79451..1e2bbd0e7 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-031-proxy-middleware/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 296.038, - "fingerprint": "45fbec686f7a1899b4f7aac9102e7a36ad90a5726078f4c8fc8158974e241836" -} \ No newline at end of file + "fingerprint": "45fbec686f7a1899b4f7aac9102e7a36ad90a5726078f4c8fc8158974e241836", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-032-use-cache-directive/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-032-use-cache-directive/summary.json index 2359cd310..b003ffa5b 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-032-use-cache-directive/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 313.3725, - "fingerprint": "8645e72ab3fcf14bc42a7d3a154f675665627df2d6ca80876ace2898427bbc93" -} \ No newline at end of file + "fingerprint": "8645e72ab3fcf14bc42a7d3a154f675665627df2d6ca80876ace2898427bbc93", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-033-forbidden-auth/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-033-forbidden-auth/summary.json index bbea4c769..dfd3a9720 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-033-forbidden-auth/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 334.28, - "fingerprint": "c33db639682edacc696a163a6adc9c17fb72f3d98f2cb6148d220b561f94c3a8" -} \ No newline at end of file + "fingerprint": "c33db639682edacc696a163a6adc9c17fb72f3d98f2cb6148d220b561f94c3a8", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-034-async-cookies/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-034-async-cookies/summary.json index d8f9383e8..e39aa95e4 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-034-async-cookies/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 288.422, - "fingerprint": "c09d55541540aed57c554f2dadacdd81864df89a8dfc947f04cad94196584a28" -} \ No newline at end of file + "fingerprint": "c09d55541540aed57c554f2dadacdd81864df89a8dfc947f04cad94196584a28", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-035-connection-dynamic/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-035-connection-dynamic/summary.json index 3d2d148be..b864c02b9 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-035-connection-dynamic/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 348.7315, - "fingerprint": "d68e6b6eed64869204697c7efa7849b7a7bdb482c0ea35bbdb151a1bb15d5fd4" -} \ No newline at end of file + "fingerprint": "d68e6b6eed64869204697c7efa7849b7a7bdb482c0ea35bbdb151a1bb15d5fd4", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-036-after-response/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-036-after-response/summary.json index db2cbd000..c4ff681e8 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-036-after-response/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 263.986, - "fingerprint": "563d853840a6d2c170a7a6b3845ba5587cac0f9948d6d26823c80548ca9c6af5" -} \ No newline at end of file + "fingerprint": "563d853840a6d2c170a7a6b3845ba5587cac0f9948d6d26823c80548ca9c6af5", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-037-updatetag-cache/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-037-updatetag-cache/summary.json index a1bf7623e..b3d0f1a51 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-037-updatetag-cache/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 294.71349999999995, - "fingerprint": "aad3bd7a1eeb8c0454cc25fdfc7604a64504c22981c3bc2310893e3810fcb89f" -} \ No newline at end of file + "fingerprint": "aad3bd7a1eeb8c0454cc25fdfc7604a64504c22981c3bc2310893e3810fcb89f", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-038-refresh-settings/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-038-refresh-settings/summary.json index d03af6f41..09bddeb33 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-038-refresh-settings/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 342.66274999999996, - "fingerprint": "47eae5bbfd1666037443ce854722d049d8de3d14a050135dac4ff7b9b7904266" -} \ No newline at end of file + "fingerprint": "47eae5bbfd1666037443ce854722d049d8de3d14a050135dac4ff7b9b7904266", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-039-indirect-proxy/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-039-indirect-proxy/summary.json index 34f3d23fe..948241fd7 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-039-indirect-proxy/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 286.06174999999996, - "fingerprint": "65fa944ef4400e237b495aa67da559774422005e9b08aaa3cdb9259d429a48f7" -} \ No newline at end of file + "fingerprint": "65fa944ef4400e237b495aa67da559774422005e9b08aaa3cdb9259d429a48f7", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-040-unstable-instant/summary.json b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-040-unstable-instant/summary.json index bcab2897e..b5ef80eef 100644 --- a/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-040-unstable-instant/summary.json +++ b/results/minimax-m2.7--agents-md/2026-03-26T23-52-52.654Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 313.8945, - "fingerprint": "045b34f28d82725ccef1ca81e959311fad8873d29ce7fd266b698c30166a93a3" -} \ No newline at end of file + "fingerprint": "045b34f28d82725ccef1ca81e959311fad8873d29ce7fd266b698c30166a93a3", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-041-optimize-ppr-shell/summary.json index b39000eb0..efa850ae1 100644 --- a/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 144.7205, - "fingerprint": "c40500c7d072de5c35f1cf9607df2d47a7ef1c037fdb014a9c1f50ad523970b7" -} \ No newline at end of file + "fingerprint": "c40500c7d072de5c35f1cf9607df2d47a7ef1c037fdb014a9c1f50ad523970b7", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-042-enable-ppr/summary.json b/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-042-enable-ppr/summary.json index dd5797a1c..f59f7c1e5 100644 --- a/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-042-enable-ppr/summary.json +++ b/results/minimax-m2.7--agents-md/2026-04-02T17-14-57.479Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 68.01650000000001, - "fingerprint": "7c482441c93c8adea169432be5f795c55be747ef47ca8e1cbf2331d51dc8d336" -} \ No newline at end of file + "fingerprint": "7c482441c93c8adea169432be5f795c55be747ef47ca8e1cbf2331d51dc8d336", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/minimax-m2.7--agents-md/2026-04-06T15-07-43.616Z/agent-043-view-transitions/summary.json b/results/minimax-m2.7--agents-md/2026-04-06T15-07-43.616Z/agent-043-view-transitions/summary.json index 0b2079aa3..4e65e2837 100644 --- a/results/minimax-m2.7--agents-md/2026-04-06T15-07-43.616Z/agent-043-view-transitions/summary.json +++ b/results/minimax-m2.7--agents-md/2026-04-06T15-07-43.616Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 318.507, - "fingerprint": "a78854b4fc99e7d47de076e0910642936744c9dbff4553b01a8197cde7d6d0cc" -} \ No newline at end of file + "fingerprint": "a78854b4fc99e7d47de076e0910642936744c9dbff4553b01a8197cde7d6d0cc", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-021-avoid-fetch-in-effect/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-021-avoid-fetch-in-effect/summary.json index f05ee0be8..cd7ac4a0b 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 298.731, - "fingerprint": "c8c3a40090f9e953a8ae41647183f48efd8735df28a1e9b49efc12b757fc20ad" -} \ No newline at end of file + "fingerprint": "c8c3a40090f9e953a8ae41647183f48efd8735df28a1e9b49efc12b757fc20ad", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-022-prefer-server-actions/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-022-prefer-server-actions/summary.json index 144fefb07..a28a5a6b7 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-022-prefer-server-actions/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 325.104, - "fingerprint": "b63bb8d61742c24d6e3e1ea00b49010a9e5ed2712ae2e75c8ad706258bbe8ac5" -} \ No newline at end of file + "fingerprint": "b63bb8d61742c24d6e3e1ea00b49010a9e5ed2712ae2e75c8ad706258bbe8ac5", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-023-avoid-getserversideprops/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-023-avoid-getserversideprops/summary.json index 1d1e4f190..9225ca813 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 282.936, - "fingerprint": "de485da1a4f1a5947fc66a4e1e10385683002ae2a7161cd85376a4e73e9d9b0a" -} \ No newline at end of file + "fingerprint": "de485da1a4f1a5947fc66a4e1e10385683002ae2a7161cd85376a4e73e9d9b0a", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-024-avoid-redundant-usestate/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-024-avoid-redundant-usestate/summary.json index 0366ee66a..c392f4a83 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 405.459, - "fingerprint": "36637659be8adc8a5e3d6075e9d3aef8fce509e3c0937b9de79a27bb0302a1ea" -} \ No newline at end of file + "fingerprint": "36637659be8adc8a5e3d6075e9d3aef8fce509e3c0937b9de79a27bb0302a1ea", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-025-prefer-next-link/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-025-prefer-next-link/summary.json index 4c529c08d..0bdc3f239 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-025-prefer-next-link/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 278.351, - "fingerprint": "d7ff516ca11ef89360f6ec0505d81ac0944107d9b8632ecbdf9e7ba0a03b8dd6" -} \ No newline at end of file + "fingerprint": "d7ff516ca11ef89360f6ec0505d81ac0944107d9b8632ecbdf9e7ba0a03b8dd6", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-026-no-serial-await/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-026-no-serial-await/summary.json index ab7cec2b3..b03d55a9c 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-026-no-serial-await/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 290.859, - "fingerprint": "9ac097e7fa2c1707cfecd020e1751f8112ae1b95269aa28146ac978ef2848fa2" -} \ No newline at end of file + "fingerprint": "9ac097e7fa2c1707cfecd020e1751f8112ae1b95269aa28146ac978ef2848fa2", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-027-prefer-next-image/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-027-prefer-next-image/summary.json index cfff93926..eeb08cf05 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-027-prefer-next-image/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 275.421, - "fingerprint": "4bb092141c07437b99f4d608fbffbc60a1f4bd93711142af65e4d27924eb6c1a" -} \ No newline at end of file + "fingerprint": "4bb092141c07437b99f4d608fbffbc60a1f4bd93711142af65e4d27924eb6c1a", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-028-prefer-next-font/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-028-prefer-next-font/summary.json index bc844ed59..62c90736e 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-028-prefer-next-font/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 266.03375, - "fingerprint": "583f8e7ca954dce07ded4f998f90c762dafb9cb629c232380d44c36e37ba63ea" -} \ No newline at end of file + "fingerprint": "583f8e7ca954dce07ded4f998f90c762dafb9cb629c232380d44c36e37ba63ea", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-029-use-cache-directive/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-029-use-cache-directive/summary.json index 93b026cd9..dc827f031 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-029-use-cache-directive/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 430.949, - "fingerprint": "e7d5c02cf7a7cedeb1ef002e479f03b2dd905dcb4c84233537aa8d95574d4e8c" -} \ No newline at end of file + "fingerprint": "e7d5c02cf7a7cedeb1ef002e479f03b2dd905dcb4c84233537aa8d95574d4e8c", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-030-app-router-migration-hard/summary.json index 7cb59a809..d48e827fb 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 345.0436666666667, - "fingerprint": "59685f0ec24ed13bb39a6d33def3efb1aaf298b5009c97e05137e4955fe7a850" -} \ No newline at end of file + "fingerprint": "59685f0ec24ed13bb39a6d33def3efb1aaf298b5009c97e05137e4955fe7a850", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-031-proxy-middleware/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-031-proxy-middleware/summary.json index c69fdf89f..a8caa523d 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-031-proxy-middleware/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 291.69550000000004, - "fingerprint": "45fbec686f7a1899b4f7aac9102e7a36ad90a5726078f4c8fc8158974e241836" -} \ No newline at end of file + "fingerprint": "45fbec686f7a1899b4f7aac9102e7a36ad90a5726078f4c8fc8158974e241836", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-032-use-cache-directive/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-032-use-cache-directive/summary.json index aa67afa98..237936897 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-032-use-cache-directive/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 294.53725000000003, - "fingerprint": "8645e72ab3fcf14bc42a7d3a154f675665627df2d6ca80876ace2898427bbc93" -} \ No newline at end of file + "fingerprint": "8645e72ab3fcf14bc42a7d3a154f675665627df2d6ca80876ace2898427bbc93", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-033-forbidden-auth/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-033-forbidden-auth/summary.json index a030ccfa4..1bc274c51 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-033-forbidden-auth/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 288.14549999999997, - "fingerprint": "c33db639682edacc696a163a6adc9c17fb72f3d98f2cb6148d220b561f94c3a8" -} \ No newline at end of file + "fingerprint": "c33db639682edacc696a163a6adc9c17fb72f3d98f2cb6148d220b561f94c3a8", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-034-async-cookies/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-034-async-cookies/summary.json index c5a905333..02e567d6e 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-034-async-cookies/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 270.515, - "fingerprint": "c09d55541540aed57c554f2dadacdd81864df89a8dfc947f04cad94196584a28" -} \ No newline at end of file + "fingerprint": "c09d55541540aed57c554f2dadacdd81864df89a8dfc947f04cad94196584a28", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-035-connection-dynamic/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-035-connection-dynamic/summary.json index c4309c91d..42ad746b1 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-035-connection-dynamic/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 278.12625, - "fingerprint": "d68e6b6eed64869204697c7efa7849b7a7bdb482c0ea35bbdb151a1bb15d5fd4" -} \ No newline at end of file + "fingerprint": "d68e6b6eed64869204697c7efa7849b7a7bdb482c0ea35bbdb151a1bb15d5fd4", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-036-after-response/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-036-after-response/summary.json index e63757cd8..3712fc2d5 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-036-after-response/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 305.50750000000005, - "fingerprint": "563d853840a6d2c170a7a6b3845ba5587cac0f9948d6d26823c80548ca9c6af5" -} \ No newline at end of file + "fingerprint": "563d853840a6d2c170a7a6b3845ba5587cac0f9948d6d26823c80548ca9c6af5", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-037-updatetag-cache/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-037-updatetag-cache/summary.json index d711d22b0..29fd1cb14 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-037-updatetag-cache/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 298.36875000000003, - "fingerprint": "aad3bd7a1eeb8c0454cc25fdfc7604a64504c22981c3bc2310893e3810fcb89f" -} \ No newline at end of file + "fingerprint": "aad3bd7a1eeb8c0454cc25fdfc7604a64504c22981c3bc2310893e3810fcb89f", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-038-refresh-settings/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-038-refresh-settings/summary.json index ff3858af2..62c6becfd 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-038-refresh-settings/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 288.34625, - "fingerprint": "47eae5bbfd1666037443ce854722d049d8de3d14a050135dac4ff7b9b7904266" -} \ No newline at end of file + "fingerprint": "47eae5bbfd1666037443ce854722d049d8de3d14a050135dac4ff7b9b7904266", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-039-indirect-proxy/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-039-indirect-proxy/summary.json index aae121095..aeabcb214 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-039-indirect-proxy/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 292.577, - "fingerprint": "65fa944ef4400e237b495aa67da559774422005e9b08aaa3cdb9259d429a48f7" -} \ No newline at end of file + "fingerprint": "65fa944ef4400e237b495aa67da559774422005e9b08aaa3cdb9259d429a48f7", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" +} diff --git a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-040-unstable-instant/summary.json b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-040-unstable-instant/summary.json index 417b830c1..1eb14193b 100644 --- a/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-040-unstable-instant/summary.json +++ b/results/minimax-m2.7/2026-03-26T23-52-52.659Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 313.96675, - "fingerprint": "045b34f28d82725ccef1ca81e959311fad8873d29ce7fd266b698c30166a93a3" -} \ No newline at end of file + "fingerprint": "045b34f28d82725ccef1ca81e959311fad8873d29ce7fd266b698c30166a93a3", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" +} diff --git a/results/minimax-m2.7/2026-03-27T16-59-41.553Z/agent-000-app-router-migration-simple/summary.json b/results/minimax-m2.7/2026-03-27T16-59-41.553Z/agent-000-app-router-migration-simple/summary.json index 438fde9c7..d9c792cfd 100644 --- a/results/minimax-m2.7/2026-03-27T16-59-41.553Z/agent-000-app-router-migration-simple/summary.json +++ b/results/minimax-m2.7/2026-03-27T16-59-41.553Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 452.69733333333335, - "fingerprint": "d67d4be4f775c0f4220297499be49075108708708b00679be7292c9a942e4389" -} \ No newline at end of file + "fingerprint": "d67d4be4f775c0f4220297499be49075108708708b00679be7292c9a942e4389", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" +} diff --git a/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-041-optimize-ppr-shell/summary.json index 8d0925f86..b36fc7aba 100644 --- a/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 176.806, - "fingerprint": "c40500c7d072de5c35f1cf9607df2d47a7ef1c037fdb014a9c1f50ad523970b7" -} \ No newline at end of file + "fingerprint": "c40500c7d072de5c35f1cf9607df2d47a7ef1c037fdb014a9c1f50ad523970b7", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" +} diff --git a/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-042-enable-ppr/summary.json b/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-042-enable-ppr/summary.json index bdb3ebd30..261a928b8 100644 --- a/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-042-enable-ppr/summary.json +++ b/results/minimax-m2.7/2026-04-02T17-14-57.484Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 66.56, - "fingerprint": "7c482441c93c8adea169432be5f795c55be747ef47ca8e1cbf2331d51dc8d336" -} \ No newline at end of file + "fingerprint": "7c482441c93c8adea169432be5f795c55be747ef47ca8e1cbf2331d51dc8d336", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" +} diff --git a/results/minimax-m2.7/2026-04-06T15-07-43.623Z/agent-043-view-transitions/summary.json b/results/minimax-m2.7/2026-04-06T15-07-43.623Z/agent-043-view-transitions/summary.json index 58387bb44..4fd09da07 100644 --- a/results/minimax-m2.7/2026-04-06T15-07-43.623Z/agent-043-view-transitions/summary.json +++ b/results/minimax-m2.7/2026-04-06T15-07-43.623Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 296.20725, - "fingerprint": "a78854b4fc99e7d47de076e0910642936744c9dbff4553b01a8197cde7d6d0cc" -} \ No newline at end of file + "fingerprint": "a78854b4fc99e7d47de076e0910642936744c9dbff4553b01a8197cde7d6d0cc", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" +} diff --git a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-000-app-router-migration-simple/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-000-app-router-migration-simple/summary.json index b400ac7db..7d720d828 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-000-app-router-migration-simple/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 267.321, - "fingerprint": "39eb4f17a354647d76dee4ef6dedac64f9f4976b2e31336bdba0017d6485a50e" + "fingerprint": "39eb4f17a354647d76dee4ef6dedac64f9f4976b2e31336bdba0017d6485a50e", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-021-avoid-fetch-in-effect/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-021-avoid-fetch-in-effect/summary.json index c67747a40..1a0df5155 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 168.835, - "fingerprint": "0cc5ee2010bc1fca636c0f4f7a091562457994594e6ef5090384b6f8119f3ced" + "fingerprint": "0cc5ee2010bc1fca636c0f4f7a091562457994594e6ef5090384b6f8119f3ced", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-022-prefer-server-actions/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-022-prefer-server-actions/summary.json index 74a35e53c..1243d30aa 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-022-prefer-server-actions/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 147.837, - "fingerprint": "cd170bf0685dbb492615a11b1145c47b7f9877c15501a51b280889eda5afe9ab" + "fingerprint": "cd170bf0685dbb492615a11b1145c47b7f9877c15501a51b280889eda5afe9ab", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-023-avoid-getserversideprops/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-023-avoid-getserversideprops/summary.json index 243c16ac1..e386cc24a 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-05-54.406Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 166.348, - "fingerprint": "4d9dd965901e57e2dd4da8ef6adbed759579a112bd660ac689669ed0b62dc90b" + "fingerprint": "4d9dd965901e57e2dd4da8ef6adbed759579a112bd660ac689669ed0b62dc90b", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-024-avoid-redundant-usestate/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-024-avoid-redundant-usestate/summary.json index 948017896..ed74975f3 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 125.19, - "fingerprint": "1e32aa9b599bf528829ed11178e2f11ec34bd1d8a25c5bafb714b2bac12ad427" + "fingerprint": "1e32aa9b599bf528829ed11178e2f11ec34bd1d8a25c5bafb714b2bac12ad427", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-025-prefer-next-link/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-025-prefer-next-link/summary.json index 51155ff54..eaea66749 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-025-prefer-next-link/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 145.327, - "fingerprint": "6e18c2237f850ff62247b2ff359aff885672ba265addd7c4ccf620c15a3b1254" + "fingerprint": "6e18c2237f850ff62247b2ff359aff885672ba265addd7c4ccf620c15a3b1254", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-026-no-serial-await/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-026-no-serial-await/summary.json index f58a53e0f..7f84c4fbc 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-026-no-serial-await/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 144.165, - "fingerprint": "e6740e2effa3757f040f0c3facb0235b5a12bc9eba085ff6ccfd08adc7041a6b" + "fingerprint": "e6740e2effa3757f040f0c3facb0235b5a12bc9eba085ff6ccfd08adc7041a6b", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-027-prefer-next-image/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-027-prefer-next-image/summary.json index 37f552bc6..fabe74e29 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-027-prefer-next-image/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-10-44.533Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 138.285, - "fingerprint": "d0c3cbaa458367b7e1db3bc38f9d08f8430fdf29a1cc5ffc13be9dfd2c308051" + "fingerprint": "d0c3cbaa458367b7e1db3bc38f9d08f8430fdf29a1cc5ffc13be9dfd2c308051", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-028-prefer-next-font/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-028-prefer-next-font/summary.json index d6d627adf..e3c62bbc6 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-028-prefer-next-font/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 132.657, - "fingerprint": "b55beb5d777929b04dcb1f6b7da56ffc31aec613a26c30b306e4a3169f438433" + "fingerprint": "b55beb5d777929b04dcb1f6b7da56ffc31aec613a26c30b306e4a3169f438433", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-029-use-cache-directive/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-029-use-cache-directive/summary.json index b6f0998d0..1cfdd13a5 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-029-use-cache-directive/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "33%", "meanDuration": 325.463, - "fingerprint": "9960f24c211992e1d1cf8dc6796c1cbdc2ed021d05c750c4268fc515a333a0a7" + "fingerprint": "9960f24c211992e1d1cf8dc6796c1cbdc2ed021d05c750c4268fc515a333a0a7", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-030-app-router-migration-hard/summary.json index bdc565dff..6ec2b7941 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 301.924, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-031-proxy-middleware/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-031-proxy-middleware/summary.json index 00bbeab8c..ad40a3431 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-031-proxy-middleware/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 134.68, - "fingerprint": "08a1d0683214780a772060db5912251ef3a0af47672e8cbef6471bc1be48ac64" + "fingerprint": "08a1d0683214780a772060db5912251ef3a0af47672e8cbef6471bc1be48ac64", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-032-use-cache-directive/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-032-use-cache-directive/summary.json index bc0795975..e59c5892c 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-032-use-cache-directive/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 189.605, - "fingerprint": "775d121f49a6a6412064fbfe26ab944b3b49e277f7001fd8275884730ca937b5" + "fingerprint": "775d121f49a6a6412064fbfe26ab944b3b49e277f7001fd8275884730ca937b5", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-033-forbidden-auth/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-033-forbidden-auth/summary.json index 3ed0a721e..f9fde9989 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-033-forbidden-auth/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-13-30.919Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 151.969, - "fingerprint": "d1360c5af15187e11473a04bab9557b40381ff1bd057365015474ddae1216790" + "fingerprint": "d1360c5af15187e11473a04bab9557b40381ff1bd057365015474ddae1216790", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-034-async-cookies/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-034-async-cookies/summary.json index 0e7bf59ad..8f5ab68ac 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-034-async-cookies/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.65, - "fingerprint": "41ef597be38da30c2cab78b5ca3548eb53fe4f68587aa1fbecfb866af5357e80" + "fingerprint": "41ef597be38da30c2cab78b5ca3548eb53fe4f68587aa1fbecfb866af5357e80", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-035-connection-dynamic/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-035-connection-dynamic/summary.json index 65ed4ee9e..0744708a7 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-035-connection-dynamic/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.226, - "fingerprint": "c2d74d3c37ab39d59213bfece79b05273f546c783a515d2158c9c41d0bdd529d" + "fingerprint": "c2d74d3c37ab39d59213bfece79b05273f546c783a515d2158c9c41d0bdd529d", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-036-after-response/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-036-after-response/summary.json index 60332805e..1fc370940 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-036-after-response/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 121.184, - "fingerprint": "eeffec0b76fee82bfa5ab7444011369cc210333489a69e10535c9c688b4351a7" + "fingerprint": "eeffec0b76fee82bfa5ab7444011369cc210333489a69e10535c9c688b4351a7", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-037-updatetag-cache/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-037-updatetag-cache/summary.json index 7fd9cd2e4..43a3e24ac 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-037-updatetag-cache/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 143.881, - "fingerprint": "e07a2a36948ba160b2536e37fb298a3c534432737880c7094c7d38a74aa7763d" + "fingerprint": "e07a2a36948ba160b2536e37fb298a3c534432737880c7094c7d38a74aa7763d", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-038-refresh-settings/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-038-refresh-settings/summary.json index 92cab3a94..28bb6db35 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-038-refresh-settings/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-20-41.189Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 154.029, - "fingerprint": "f1ff50f698f0e187a9dc3cf71fe88d5e15c3b2d0806b1aebd02f5f9b159ede94" + "fingerprint": "f1ff50f698f0e187a9dc3cf71fe88d5e15c3b2d0806b1aebd02f5f9b159ede94", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-039-indirect-proxy/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-039-indirect-proxy/summary.json index ec39a74a6..3582346f0 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-039-indirect-proxy/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 122.375, - "fingerprint": "4fc286d5c78dc6560ad17389addc71eba8c99f98cdb360f01089cbd7a61f632c" + "fingerprint": "4fc286d5c78dc6560ad17389addc71eba8c99f98cdb360f01089cbd7a61f632c", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-040-unstable-instant/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-040-unstable-instant/summary.json index 7c15a8b12..ea7c42535 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-040-unstable-instant/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 190.94299999999998, - "fingerprint": "a52862cf9a3108d6d7e8c14bef1eda6cd709bd7ca356cec209f98bdb7d58e093" + "fingerprint": "a52862cf9a3108d6d7e8c14bef1eda6cd709bd7ca356cec209f98bdb7d58e093", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-041-optimize-ppr-shell/summary.json index 80aca65c5..17874b932 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 337.74175, - "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573" + "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-042-enable-ppr/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-042-enable-ppr/summary.json index bd22e354e..02c5118c1 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-042-enable-ppr/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 110.108, - "fingerprint": "e0bd786db2d0ccd00e8066524ead597454dbd4d17392d674f313ada1aac290f7" + "fingerprint": "e0bd786db2d0ccd00e8066524ead597454dbd4d17392d674f313ada1aac290f7", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-043-view-transitions/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-043-view-transitions/summary.json index c83d76c7c..4ad8791f4 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-043-view-transitions/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-23-41.539Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 191.0295, - "fingerprint": "85e7fc7ec05dd96fc490d15136fac359a9ab15dc9125da97ed4cf8e97af963f0" + "fingerprint": "85e7fc7ec05dd96fc490d15136fac359a9ab15dc9125da97ed4cf8e97af963f0", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-030-app-router-migration-hard/summary.json index e06ac1b16..71aa4c958 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 343.25325, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-041-optimize-ppr-shell/summary.json index 130a608ee..28bd9cc5e 100644 --- a/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T04-39-30.182Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 346.468, - "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573" + "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/minimax-m3--agents-md/2026-06-01T17-34-42.371Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m3--agents-md/2026-06-01T17-34-42.371Z/agent-041-optimize-ppr-shell/summary.json index cac49a644..9364c3001 100644 --- a/results/minimax-m3--agents-md/2026-06-01T17-34-42.371Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T17-34-42.371Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 719.999, - "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573" + "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/minimax-m3--agents-md/2026-06-01T18-24-39.944Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m3--agents-md/2026-06-01T18-24-39.944Z/agent-041-optimize-ppr-shell/summary.json index f3be2c56b..730ad9aa2 100644 --- a/results/minimax-m3--agents-md/2026-06-01T18-24-39.944Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T18-24-39.944Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 779.124, - "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573" + "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/minimax-m3--agents-md/2026-06-01T19-13-02.993Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3--agents-md/2026-06-01T19-13-02.993Z/agent-030-app-router-migration-hard/summary.json index 5f010e8cc..8398971d7 100644 --- a/results/minimax-m3--agents-md/2026-06-01T19-13-02.993Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T19-13-02.993Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 582.929, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/minimax-m3--agents-md/2026-06-01T19-42-42.530Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3--agents-md/2026-06-01T19-42-42.530Z/agent-030-app-router-migration-hard/summary.json index cbe934a90..ee66f0e56 100644 --- a/results/minimax-m3--agents-md/2026-06-01T19-42-42.530Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T19-42-42.530Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 637.677, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/minimax-m3--agents-md/2026-06-01T19-53-21.040Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m3--agents-md/2026-06-01T19-53-21.040Z/agent-041-optimize-ppr-shell/summary.json index 195c4df17..fe5e8df49 100644 --- a/results/minimax-m3--agents-md/2026-06-01T19-53-21.040Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m3--agents-md/2026-06-01T19-53-21.040Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 525.458, - "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573" + "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-000-app-router-migration-simple/summary.json b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-000-app-router-migration-simple/summary.json index 39a4bcdf8..f896ca904 100644 --- a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-000-app-router-migration-simple/summary.json +++ b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-000-app-router-migration-simple/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 178.356, - "fingerprint": "39eb4f17a354647d76dee4ef6dedac64f9f4976b2e31336bdba0017d6485a50e" + "fingerprint": "39eb4f17a354647d76dee4ef6dedac64f9f4976b2e31336bdba0017d6485a50e", + "contentFingerprint": "d80741fe579bbaddecd7a31c3fc0641183ef5323aa165d4e1f0fd31083bb5232" } diff --git a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-021-avoid-fetch-in-effect/summary.json b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-021-avoid-fetch-in-effect/summary.json index abcd6ad41..58792506f 100644 --- a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-021-avoid-fetch-in-effect/summary.json +++ b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-021-avoid-fetch-in-effect/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.18, - "fingerprint": "0cc5ee2010bc1fca636c0f4f7a091562457994594e6ef5090384b6f8119f3ced" + "fingerprint": "0cc5ee2010bc1fca636c0f4f7a091562457994594e6ef5090384b6f8119f3ced", + "contentFingerprint": "7a5812f9cf5786422cc6b6b69e98843eb8d158ae81db8177f7dd66173133b7ba" } diff --git a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-022-prefer-server-actions/summary.json b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-022-prefer-server-actions/summary.json index f33965649..cfb270eff 100644 --- a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-022-prefer-server-actions/summary.json +++ b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-022-prefer-server-actions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 102.781, - "fingerprint": "cd170bf0685dbb492615a11b1145c47b7f9877c15501a51b280889eda5afe9ab" + "fingerprint": "cd170bf0685dbb492615a11b1145c47b7f9877c15501a51b280889eda5afe9ab", + "contentFingerprint": "54848b0b2c216d691912822b3c4d76a993dc9f9b8a8620fee4c79ff74acc5687" } diff --git a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-023-avoid-getserversideprops/summary.json b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-023-avoid-getserversideprops/summary.json index 68c7d6f36..a7ba96d51 100644 --- a/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-023-avoid-getserversideprops/summary.json +++ b/results/minimax-m3/2026-06-01T02-24-23.756Z/agent-023-avoid-getserversideprops/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 76.08449999999999, - "fingerprint": "4d9dd965901e57e2dd4da8ef6adbed759579a112bd660ac689669ed0b62dc90b" + "fingerprint": "4d9dd965901e57e2dd4da8ef6adbed759579a112bd660ac689669ed0b62dc90b", + "contentFingerprint": "60ff9feee4e9c0609fb74fed06e2e8c084e2645c36a57ebab51c18b44a7ddf25" } diff --git a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-024-avoid-redundant-usestate/summary.json b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-024-avoid-redundant-usestate/summary.json index e9b93ea4c..690248ffc 100644 --- a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-024-avoid-redundant-usestate/summary.json +++ b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-024-avoid-redundant-usestate/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 115.38, - "fingerprint": "1e32aa9b599bf528829ed11178e2f11ec34bd1d8a25c5bafb714b2bac12ad427" + "fingerprint": "1e32aa9b599bf528829ed11178e2f11ec34bd1d8a25c5bafb714b2bac12ad427", + "contentFingerprint": "34dd67a4371b7e8fcee02e19189bd639a0c9188c77f59038b0e6ab03af6b458e" } diff --git a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-025-prefer-next-link/summary.json b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-025-prefer-next-link/summary.json index 3b0337303..0025b63c4 100644 --- a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-025-prefer-next-link/summary.json +++ b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-025-prefer-next-link/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 114.684, - "fingerprint": "6e18c2237f850ff62247b2ff359aff885672ba265addd7c4ccf620c15a3b1254" + "fingerprint": "6e18c2237f850ff62247b2ff359aff885672ba265addd7c4ccf620c15a3b1254", + "contentFingerprint": "03112fb0c604c2593532b2deb04165e3f814254321942c2699d5b94441d8abaf" } diff --git a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-026-no-serial-await/summary.json b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-026-no-serial-await/summary.json index 267cc43d8..b6d57a8fe 100644 --- a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-026-no-serial-await/summary.json +++ b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-026-no-serial-await/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 115.62, - "fingerprint": "e6740e2effa3757f040f0c3facb0235b5a12bc9eba085ff6ccfd08adc7041a6b" + "fingerprint": "e6740e2effa3757f040f0c3facb0235b5a12bc9eba085ff6ccfd08adc7041a6b", + "contentFingerprint": "5490979011e6e7629f5a508bec9ffe626de977d7adb61c56a04ab39a0593435b" } diff --git a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-027-prefer-next-image/summary.json b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-027-prefer-next-image/summary.json index 312275b13..6223aad65 100644 --- a/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-027-prefer-next-image/summary.json +++ b/results/minimax-m3/2026-06-01T03-18-40.659Z/agent-027-prefer-next-image/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 119.166, - "fingerprint": "d0c3cbaa458367b7e1db3bc38f9d08f8430fdf29a1cc5ffc13be9dfd2c308051" + "fingerprint": "d0c3cbaa458367b7e1db3bc38f9d08f8430fdf29a1cc5ffc13be9dfd2c308051", + "contentFingerprint": "ac27e9ec9a9b7464689937122d9d84a04f062bf68272777aa4d05465daf73b1a" } diff --git a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-028-prefer-next-font/summary.json b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-028-prefer-next-font/summary.json index 3fb0997fe..9b19a5d7e 100644 --- a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-028-prefer-next-font/summary.json +++ b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-028-prefer-next-font/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 125.329, - "fingerprint": "b55beb5d777929b04dcb1f6b7da56ffc31aec613a26c30b306e4a3169f438433" + "fingerprint": "b55beb5d777929b04dcb1f6b7da56ffc31aec613a26c30b306e4a3169f438433", + "contentFingerprint": "8983b042233ae981cb868c13839a9236649ddf1b0fc8c0189337c73863204224" } diff --git a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-029-use-cache-directive/summary.json b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-029-use-cache-directive/summary.json index 9c3f8968e..6e830ad92 100644 --- a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-029-use-cache-directive/summary.json +++ b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-029-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 331.246, - "fingerprint": "9960f24c211992e1d1cf8dc6796c1cbdc2ed021d05c750c4268fc515a333a0a7" + "fingerprint": "9960f24c211992e1d1cf8dc6796c1cbdc2ed021d05c750c4268fc515a333a0a7", + "contentFingerprint": "f272f2a454a0cf737081c35761f4a7ec0be67a30c93a47cd35b212a427fe2cfe" } diff --git a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-030-app-router-migration-hard/summary.json index 6b4bea469..77ffe88d0 100644 --- a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 320.22625, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-031-proxy-middleware/summary.json b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-031-proxy-middleware/summary.json index 2b76512cf..99925f43d 100644 --- a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-031-proxy-middleware/summary.json +++ b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-031-proxy-middleware/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 124.72, - "fingerprint": "08a1d0683214780a772060db5912251ef3a0af47672e8cbef6471bc1be48ac64" + "fingerprint": "08a1d0683214780a772060db5912251ef3a0af47672e8cbef6471bc1be48ac64", + "contentFingerprint": "ef9fd6050967c06f0cb4b7299715f17d8318a17c9cd89e4e4c8b2d130f2e900d" } diff --git a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-032-use-cache-directive/summary.json b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-032-use-cache-directive/summary.json index eafd719bb..c9fd660bd 100644 --- a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-032-use-cache-directive/summary.json +++ b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-032-use-cache-directive/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 110.18625, - "fingerprint": "775d121f49a6a6412064fbfe26ab944b3b49e277f7001fd8275884730ca937b5" + "fingerprint": "775d121f49a6a6412064fbfe26ab944b3b49e277f7001fd8275884730ca937b5", + "contentFingerprint": "695cb3feab2e51bc4ac4d25dc5f04c83782a33afcdcb229a396ff6dc1de82c4a" } diff --git a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-033-forbidden-auth/summary.json b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-033-forbidden-auth/summary.json index 404b071c0..7c6c7b566 100644 --- a/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-033-forbidden-auth/summary.json +++ b/results/minimax-m3/2026-06-01T03-39-57.238Z/agent-033-forbidden-auth/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 174.502, - "fingerprint": "d1360c5af15187e11473a04bab9557b40381ff1bd057365015474ddae1216790" + "fingerprint": "d1360c5af15187e11473a04bab9557b40381ff1bd057365015474ddae1216790", + "contentFingerprint": "8420280610b635344ccc6b6c0eba8894afefdfbbc272f47bf158cbbb4149878e" } diff --git a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-034-async-cookies/summary.json b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-034-async-cookies/summary.json index 51251320f..daecc153c 100644 --- a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-034-async-cookies/summary.json +++ b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-034-async-cookies/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 117.064, - "fingerprint": "41ef597be38da30c2cab78b5ca3548eb53fe4f68587aa1fbecfb866af5357e80" + "fingerprint": "41ef597be38da30c2cab78b5ca3548eb53fe4f68587aa1fbecfb866af5357e80", + "contentFingerprint": "b351f0a5df30ffae6b13cd8e2b07330bf69eac4b39b4ee56e079d8953ecebc5d" } diff --git a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-035-connection-dynamic/summary.json b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-035-connection-dynamic/summary.json index bbab0104f..8a59bbd32 100644 --- a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-035-connection-dynamic/summary.json +++ b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-035-connection-dynamic/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 125.543, - "fingerprint": "c2d74d3c37ab39d59213bfece79b05273f546c783a515d2158c9c41d0bdd529d" + "fingerprint": "c2d74d3c37ab39d59213bfece79b05273f546c783a515d2158c9c41d0bdd529d", + "contentFingerprint": "048899187565d65c8213e1f5d1a27854a6db008bfff3f7fad87af9b363fd0fe4" } diff --git a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-036-after-response/summary.json b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-036-after-response/summary.json index 54ef55529..c704a5544 100644 --- a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-036-after-response/summary.json +++ b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-036-after-response/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 149.108, - "fingerprint": "eeffec0b76fee82bfa5ab7444011369cc210333489a69e10535c9c688b4351a7" + "fingerprint": "eeffec0b76fee82bfa5ab7444011369cc210333489a69e10535c9c688b4351a7", + "contentFingerprint": "85a44b0de6306e3a8fdfb56111b88980f9044cfce4bbfd2b9c21df2a2113e006" } diff --git a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-037-updatetag-cache/summary.json b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-037-updatetag-cache/summary.json index 6b163a532..41ab2764e 100644 --- a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-037-updatetag-cache/summary.json +++ b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-037-updatetag-cache/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "25%", "meanDuration": 128.73275, - "fingerprint": "e07a2a36948ba160b2536e37fb298a3c534432737880c7094c7d38a74aa7763d" + "fingerprint": "e07a2a36948ba160b2536e37fb298a3c534432737880c7094c7d38a74aa7763d", + "contentFingerprint": "da55a6b7b48fd6169a02b931732a4dfdb7ba0ce7357f8ef0a28ec31ae6af6a8b" } diff --git a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-038-refresh-settings/summary.json b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-038-refresh-settings/summary.json index 99bea4feb..1bf5ed7ec 100644 --- a/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-038-refresh-settings/summary.json +++ b/results/minimax-m3/2026-06-01T03-47-07.585Z/agent-038-refresh-settings/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 130.32425, - "fingerprint": "f1ff50f698f0e187a9dc3cf71fe88d5e15c3b2d0806b1aebd02f5f9b159ede94" + "fingerprint": "f1ff50f698f0e187a9dc3cf71fe88d5e15c3b2d0806b1aebd02f5f9b159ede94", + "contentFingerprint": "1f732eb639c67ae28a453c5465712bc8f4f7e6339d0ec388debb19edd610b525" } diff --git a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-039-indirect-proxy/summary.json b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-039-indirect-proxy/summary.json index 28ca6482d..1f3e059d6 100644 --- a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-039-indirect-proxy/summary.json +++ b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-039-indirect-proxy/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 116.3105, - "fingerprint": "4fc286d5c78dc6560ad17389addc71eba8c99f98cdb360f01089cbd7a61f632c" + "fingerprint": "4fc286d5c78dc6560ad17389addc71eba8c99f98cdb360f01089cbd7a61f632c", + "contentFingerprint": "3c5073ca063f52533bae629c866768bfed2592ebc4034d4a1a3e98dd26a559ee" } diff --git a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-040-unstable-instant/summary.json b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-040-unstable-instant/summary.json index 3a7e885c1..1d4a5e1c5 100644 --- a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-040-unstable-instant/summary.json +++ b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-040-unstable-instant/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 144.94325, - "fingerprint": "a52862cf9a3108d6d7e8c14bef1eda6cd709bd7ca356cec209f98bdb7d58e093" + "fingerprint": "a52862cf9a3108d6d7e8c14bef1eda6cd709bd7ca356cec209f98bdb7d58e093", + "contentFingerprint": "2a87253476eff2ec7d0f17e528b4badba7c6029395e9da2a5c711e77e7053cf2" } diff --git a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-041-optimize-ppr-shell/summary.json b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-041-optimize-ppr-shell/summary.json index cd4633052..3b4d0e31b 100644 --- a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-041-optimize-ppr-shell/summary.json +++ b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-041-optimize-ppr-shell/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 185.678, - "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573" + "fingerprint": "4f22385a9202e605f2785a52b9e6559e661029c1ca9fa7126bd97544b5243573", + "contentFingerprint": "494067c8cbba6de91b2324b481dd8c55f0f63b060977abc7a805e27da6aefb02" } diff --git a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-042-enable-ppr/summary.json b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-042-enable-ppr/summary.json index 36b6c2db2..1cf26e51a 100644 --- a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-042-enable-ppr/summary.json +++ b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-042-enable-ppr/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "50%", "meanDuration": 144.3545, - "fingerprint": "e0bd786db2d0ccd00e8066524ead597454dbd4d17392d674f313ada1aac290f7" + "fingerprint": "e0bd786db2d0ccd00e8066524ead597454dbd4d17392d674f313ada1aac290f7", + "contentFingerprint": "8f42a00ebdf028ffed6c13ce03cbfa21e53aacb1cb43073e08e397f31b87aee5" } diff --git a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-043-view-transitions/summary.json b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-043-view-transitions/summary.json index 5c23c4eaa..bb6663c29 100644 --- a/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-043-view-transitions/summary.json +++ b/results/minimax-m3/2026-06-01T03-59-17.049Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 233.666, - "fingerprint": "85e7fc7ec05dd96fc490d15136fac359a9ab15dc9125da97ed4cf8e97af963f0" + "fingerprint": "85e7fc7ec05dd96fc490d15136fac359a9ab15dc9125da97ed4cf8e97af963f0", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-030-app-router-migration-hard/summary.json index 1b5c5b0f8..0e4bfdd45 100644 --- a/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 0, "passRate": "0%", "meanDuration": 374.15324999999996, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-043-view-transitions/summary.json b/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-043-view-transitions/summary.json index 2f4986087..78a399e7d 100644 --- a/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-043-view-transitions/summary.json +++ b/results/minimax-m3/2026-06-01T04-30-53.083Z/agent-043-view-transitions/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 357.317, - "fingerprint": "85e7fc7ec05dd96fc490d15136fac359a9ab15dc9125da97ed4cf8e97af963f0" + "fingerprint": "85e7fc7ec05dd96fc490d15136fac359a9ab15dc9125da97ed4cf8e97af963f0", + "contentFingerprint": "ace1a95d5ccb178872197a554d01d24f9a33b657a18a8ee45e7f4bf9e57dd310" } diff --git a/results/minimax-m3/2026-06-01T20-02-07.281Z/agent-030-app-router-migration-hard/summary.json b/results/minimax-m3/2026-06-01T20-02-07.281Z/agent-030-app-router-migration-hard/summary.json index 2761f6e23..9b142a646 100644 --- a/results/minimax-m3/2026-06-01T20-02-07.281Z/agent-030-app-router-migration-hard/summary.json +++ b/results/minimax-m3/2026-06-01T20-02-07.281Z/agent-030-app-router-migration-hard/summary.json @@ -3,5 +3,6 @@ "passedRuns": 1, "passRate": "100%", "meanDuration": 582.498, - "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2" + "fingerprint": "2b44273e5f90287c30971409c584f8c92b5e5ad5b6aa71c494188be1dab957d2", + "contentFingerprint": "4eafc5df5d84d23890e6f36b6378aed776e5556433dab924f7010d2e9ab1bd2e" } diff --git a/scripts/check-stale.mjs b/scripts/check-stale.mjs new file mode 100644 index 000000000..14153b3c9 --- /dev/null +++ b/scripts/check-stale.mjs @@ -0,0 +1,37 @@ +/** + * CI gate for eval staleness — the policy lives HERE, in the consumer, not in the + * agent-eval framework. The framework only reports (`agent-eval status --json`); this + * script decides which staleness is acceptable. + * + * Fails if any experiment NOT in ACCEPTED_STALE has new or changed evals. Run after + * `pnpm sync-evals `. + */ +import { execSync } from 'node:child_process'; + +// Experiments intentionally left on an older eval version (e.g. expensive models we +// haven't refreshed yet). Remove an entry once you rerun that experiment, so it's +// enforced fresh again. Empty = every experiment must be fully run/up-to-date. +const ACCEPTED_STALE = [ + // 'gpt-5.2-codex-xhigh', +]; + +const { work } = JSON.parse(execSync('pnpm exec agent-eval status --json', { encoding: 'utf-8' })); +const offenders = work.filter((w) => !ACCEPTED_STALE.includes(w.experiment)); + +if (offenders.length > 0) { + console.error('Stale evals that are not accepted:\n'); + for (const o of offenders) { + const parts = [ + o.new.length ? `new: ${o.new.join(', ')}` : '', + o.changed.length ? `changed: ${o.changed.join(', ')}` : '', + ].filter(Boolean).join(' '); + console.error(` ${o.experiment} (${parts})`); + } + console.error( + '\nRun them — `agent-eval run ` — or add the experiment to ' + + 'ACCEPTED_STALE in scripts/check-stale.mjs to keep it on an older eval for now.' + ); + process.exit(1); +} + +console.log('Eval cache OK: every experiment is fresh or accepted-stale.'); diff --git a/scripts/refingerprint.ts b/scripts/refingerprint.ts deleted file mode 100644 index 3e2759d2a..000000000 --- a/scripts/refingerprint.ts +++ /dev/null @@ -1,75 +0,0 @@ -/** - * Recompute fingerprints in existing results so config changes (e.g. timeout bumps) - * don't invalidate cached runs. Extracted from sync-evals.ts so it can be run - * standalone without re-syncing evals/. - */ - -import { existsSync, readdirSync, readFileSync, writeFileSync, statSync } from 'node:fs'; -import { join } from 'node:path'; -import { computeFingerprint } from '@vercel/agent-eval'; - -function parseExperimentConfig(filePath: string): Record | null { - const src = readFileSync(filePath, 'utf-8'); - const agent = src.match(/agent:\s*['"]([^'"]+)['"]/)?.[1]; - const model = src.match(/model:\s*['"]([^'"]+)['"]/)?.[1]; - const scripts = src.match(/scripts:\s*\[([^\]]*)\]/)?.[1]; - const runs = src.match(/runs:\s*(\d+)/)?.[1]; - const earlyExit = src.match(/earlyExit:\s*(true|false)/)?.[1]; - const timeout = src.match(/timeout:\s*(\d+)/)?.[1]; - if (!agent || !model || !scripts || !runs || !earlyExit || !timeout) return null; - return { - agent, - model, - scripts: scripts.split(',').map((s) => s.trim().replace(/['"]/g, '')).filter(Boolean), - timeout: Number(timeout), - earlyExit: earlyExit === 'true', - runs: Number(runs), - }; -} - -const filter = process.argv[2]; -const resultsDir = join(process.cwd(), 'results'); -const evalsDir = join(process.cwd(), 'evals'); -const experimentsDir = join(process.cwd(), 'experiments'); - -let updated = 0; -let scanned = 0; - -for (const experiment of readdirSync(experimentsDir).filter((f) => f.endsWith('.ts'))) { - const experimentName = experiment.replace(/\.ts$/, ''); - if (filter && !experimentName.includes(filter)) continue; - - const config = parseExperimentConfig(join(experimentsDir, experiment)); - if (!config) { - console.warn(`Skipping ${experimentName}: could not parse config`); - continue; - } - - const expResultsDir = join(resultsDir, experimentName); - if (!existsSync(expResultsDir)) continue; - - console.log(`Processing ${experimentName} (timeout=${config.timeout})`); - - for (const timestamp of readdirSync(expResultsDir)) { - const tsDir = join(expResultsDir, timestamp); - if (!statSync(tsDir).isDirectory()) continue; - - for (const evalName of readdirSync(tsDir)) { - const summaryPath = join(tsDir, evalName, 'summary.json'); - const evalPath = join(evalsDir, evalName); - if (!existsSync(summaryPath) || !existsSync(evalPath)) continue; - - scanned++; - const summary = JSON.parse(readFileSync(summaryPath, 'utf-8')); - const newFingerprint = computeFingerprint(evalPath, config as any); - - if (summary.fingerprint !== newFingerprint) { - summary.fingerprint = newFingerprint; - writeFileSync(summaryPath, JSON.stringify(summary, null, 2) + '\n'); - updated++; - } - } - } -} - -console.log(`\nScanned ${scanned} summaries, updated ${updated} fingerprints.`); diff --git a/scripts/sync-evals.ts b/scripts/sync-evals.ts index 22a31f3db..473e8eff0 100644 --- a/scripts/sync-evals.ts +++ b/scripts/sync-evals.ts @@ -1,9 +1,10 @@ /** * Sync eval fixtures from the vercel/next.js repo (canary branch). * - * Uses git sparse checkout to only download the evals/evals/ subtree. - * After syncing, recomputes fingerprints in existing results so that - * formatting-only changes don't invalidate cached runs. + * Uses git sparse checkout to only download the evals/evals/ subtree. After syncing, + * runs `agent-eval refingerprint` to carry CONFIG-only changes forward in existing + * results — a real eval-content change is left stale (so `agent-eval status` reports + * it), instead of being silently re-stamped as it was before. * * Usage: * pnpm sync-evals # sync from canary (default) @@ -11,81 +12,11 @@ */ import { execSync } from 'node:child_process'; -import { - existsSync, rmSync, readdirSync, readFileSync, writeFileSync, statSync, -} from 'node:fs'; +import { existsSync, rmSync } from 'node:fs'; import { join } from 'node:path'; -import { computeFingerprint } from '@vercel/agent-eval'; const REPO_URL = 'https://github.com/vercel/next.js.git'; -// ── Parse experiment config to build a RunnableExperimentConfig-like object ── - -function parseExperimentConfig(filePath: string): Record | null { - const src = readFileSync(filePath, 'utf-8'); - const agent = src.match(/agent:\s*['"]([^'"]+)['"]/)?.[1]; - const model = src.match(/model:\s*['"]([^'"]+)['"]/)?.[1]; - const scripts = src.match(/scripts:\s*\[([^\]]*)\]/)?.[1]; - const runs = src.match(/runs:\s*(\d+)/)?.[1]; - const earlyExit = src.match(/earlyExit:\s*(true|false)/)?.[1]; - const timeout = src.match(/timeout:\s*(\d+)/)?.[1]; - if (!agent || !model || !scripts || !runs || !earlyExit || !timeout) return null; - return { - agent, - model, - scripts: scripts.split(',').map(s => s.trim().replace(/['"]/g, '')).filter(Boolean), - timeout: Number(timeout), - earlyExit: earlyExit === 'true', - runs: Number(runs), - }; -} - -// ── Update fingerprints in existing results ───────────────────────────────── - -function updateFingerprints(): void { - const resultsDir = join(process.cwd(), 'results'); - const evalsDir = join(process.cwd(), 'evals'); - const experimentsDir = join(process.cwd(), 'experiments'); - if (!existsSync(resultsDir) || !existsSync(experimentsDir)) return; - - let updated = 0; - - for (const experiment of readdirSync(experimentsDir).filter(f => f.endsWith('.ts'))) { - const experimentName = experiment.replace(/\.ts$/, ''); - const config = parseExperimentConfig(join(experimentsDir, experiment)); - if (!config) continue; - - const expResultsDir = join(resultsDir, experimentName); - if (!existsSync(expResultsDir)) continue; - - for (const timestamp of readdirSync(expResultsDir)) { - const tsDir = join(expResultsDir, timestamp); - if (!statSync(tsDir).isDirectory()) continue; - - for (const evalName of readdirSync(tsDir)) { - const summaryPath = join(tsDir, evalName, 'summary.json'); - const evalPath = join(evalsDir, evalName); - if (!existsSync(summaryPath) || !existsSync(evalPath)) continue; - - const summary = JSON.parse(readFileSync(summaryPath, 'utf-8')); - const newFingerprint = computeFingerprint(evalPath, config as any); - - if (summary.fingerprint !== newFingerprint) { - summary.fingerprint = newFingerprint; - writeFileSync(summaryPath, JSON.stringify(summary, null, 2) + '\n'); - updated++; - } - } - } - } - - if (updated > 0) { - console.log(`Updated ${updated} fingerprints in results.`); - } -} - -// ── Main ──────────────────────────────────────────────────────────────────── - async function main(): Promise { const ref = process.argv[2] || 'canary'; const evalsDir = join(process.cwd(), 'evals'); @@ -114,10 +45,11 @@ async function main(): Promise { execSync(`cp -r "${tmpDir}/next.js/evals/evals" "${evalsDir}"`); rmSync(tmpDir, { recursive: true, force: true }); - // Update fingerprints in existing results - updateFingerprints(); + // Carry config-only changes forward in cached results (the framework owns this now; + // it never masks a real eval-content change). Then `agent-eval status` shows the work. + execSync('pnpm exec agent-eval refingerprint', { stdio: 'inherit' }); - console.log('\nDone.'); + console.log('\nDone. Run `agent-eval status` to see what changed.'); } main().catch((err) => {