F10 #31: render resolved proposals inline at their anchor block #36
Reference in New Issue
Block a user
Delete Branch "feature/31-inline-anchor-proposals"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
In the F10 review preview,
renderReviewnow renders each pending Claude proposal inline at its resolved anchor — as acw-proposalblock right after the current-side block itsanchorStartfalls in — instead of appending all proposals as trailing blocks. So "what is Claude proposing, and where?" is answered by position.This implements the inline-at-anchor placement the graduated F10 Solution Design already specified (
coauthoring-interactive-review.md§2/§6.2); the trailing-block behavior shipped in #29 was a recorded v1 deferral.Behavior
anchorStartthenid(deterministic — INV-33).cw-proposal-unanchoredblock — never dropped (INV-34).Tests
tsc --noEmitclean.Closes #31
🤖 Generated with Claude Code