feat(proposals): optimisticApply + finalize/revert in place + rejectAll (#64)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
BenStullsBets
2026-06-26 06:31:28 -07:00
parent 930b4ab056
commit ddbbb7aec3
3 changed files with 229 additions and 3 deletions
+2
View File
@@ -701,6 +701,8 @@ export interface ProposalView {
replaced: string;
/** the proposed replacement text. */
replacement: string;
/** F12/#64 (INV-48): the pre-apply original, set after optimistic apply. */
original?: string;
}
function proposalBlockHtml(p: ProposalView, render: (src: string) => string): string {