Dashboard › cli › applyPatch inline SHA-256
01a088cb-02e8-7a8f-9993-f6f8b44b65e5| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 19h ago |
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.