feat: deterministic attachment context, docxodus redline engine, tracked-edit resolution
Attached documents' extracted text is inlined into the turn programmatically (20k chars/doc, 60k total; oversized docs keep the pointer plus true size) so the model reads attachments directly instead of round-tripping a tool call - the prompt sentences compensating for the bare pointer are deleted. docxodus (WASM WmlComparer, MIT, no install scripts) joins the tree as the transform-then-compare redline engine, spike-verified in Node (native Deleted/Inserted revisions in 1.4s). Also lands the concurrent session's tracked-edit resolution through the local document store and codex stream polish, grouped with the tree fully green (tsc clean, 717 tests). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QUsMXzBsEJ27DjJVPSfW5o
| Repository | eliziff/Beaver |
|---|---|
| Author | Eli Ziff <eliasziff@gmail.com> |
| Authored | |
| Parents | f6990b99 |
| Stats | 16 files changed , +1014 , -97 |
| 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-99eda63d.md
from inside the repo you want the change in.