DashboardcliapplyPatch inline SHA-256

applyPatch inline SHA-256

Category: preference
Confidence: 1.00
ID: 01a088cb-02e8-7a8f-9993-f6f8b44b65e5
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 1
Source session: 0om8pjD0q6Q7tNTHY
Created: 2026-09-10 00:50:01
Updated: 2026-09-10 00:50:01

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 19h ago

Content

applyPatch() must always compute SHA-256 inline while applying the patch and return the digest; never add a separate verification pass. Chose inline hashing over reopening the output because it verifies the exact emitted byte stream without extra I/O or a race between patching and verification.

Move to: