Skip to content

Commit f60df10

Browse files
abrichrclaude
andauthored
refactor: deduplicate recording artifacts and use JPEG thumbnails (#65)
- Remove docs/artifacts/full/ (was a copy of waa_recordings/ PNGs) - Thumbnails now link to originals in waa_recordings/ for full-res - Switch thumbnails from PNG to JPEG (1.5 MB vs 3.0 MB for same images) - Un-gitignore waa_recordings/ (research data, should be tracked) - Gitignore docs/artifacts/full/ instead (regenerable) - Untrack benchmark_results/ (mock test output, already gitignored) - Move os import to module level in generate_demo_review.py Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7896051 commit f60df10

181 files changed

Lines changed: 40 additions & 974 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ benchmark_live.json
3030
# Cost reports (generated during evaluation runs)
3131
cost_report.json
3232

33-
# WAA recordings (PNGs + meta.json from record-waa sessions)
34-
# Gitignored to protect from `git stash -u` and `git clean -f`
35-
waa_recordings/
33+
# WAA recordings are tracked in git (research data).
34+
# External backup to ~/oa/recordings/ protects against git stash -u.
35+
36+
# Generated artifacts from generate_demo_review.py (regenerable)
37+
docs/artifacts/full/

benchmark_results/waa-mock_eval_20260116_154343/metadata.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

benchmark_results/waa-mock_eval_20260116_154343/summary.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

benchmark_results/waa-mock_eval_20260116_154343/tasks/browser_1/execution.json

Lines changed: 0 additions & 60 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

benchmark_results/waa-mock_eval_20260116_154343/tasks/browser_1/task.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

benchmark_results/waa-mock_eval_20260116_154343/tasks/coding_1/execution.json

Lines changed: 0 additions & 60 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)