docx-edit-bench: resumable campaign runner; resolve tsx from the backend workspace
run.ts spawned its child through require.resolve("tsx/cli") from the benchmark
tree, which has no node_modules; resolve it against backend/ instead.
campaign.ts runs the full matrix (tasks x surfaces x replicates), skips cells
already present in receipts.jsonl so an interrupted run continues, and takes a
lane split so two shells can share one output directory.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H9ToHYJVDxfeJcJwdzrP2H
| Repository | eliziff/Beaver |
|---|---|
| Author | Eli Ziff <eliasziff@gmail.com> |
| Authored | |
| Parents | 146ceb3f |
| Stats | 2 files changed , +105 , -1 |
| Part of | SourceDoc / DOCX engine: redlines, tracked changes, editing benchmark |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-e0820eac.md
from inside the repo you want the change in.