feat(lab): draft-edit-v3 - refinement-forward note; edits are the expected outcome
Eli (2026-08-07): the target loop is draft -> keep -> selective reads -> precise edits -> render. v2's 'render without further reads is fine' tail optimized away reads instead of fixing the missing incorporation; killed before any judged row (its 3 in-flight runs are killed artifacts). v3 frames the post-draft phase as refinement: check listed docs selectively, fold each finding in with Edit, render when the draft reflects the full record. Receipt delta -> draft-edit-v3 so killed v2 receipts never alias live bytes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011pfUVhNFTRvhYGXBwoKNj6
| Repository | eliziff/Beaver |
|---|---|
| Author | Eli Ziff <eliasziff@gmail.com> |
| Authored | |
| Parents | c19dafdb |
| Stats | 2 files changed , +17 , -13 |
| Part of | Evaluation harness: Beaver-CAN and LegalBench-RAG adapters |
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-8e962c58.md
from inside the repo you want the change in.