Files
Aiden Cline 8abfd71684 refactor(apply_patch): avoid redundant file reads during update verification
Make patch derivation async and allow callers to provide existing file content so apply_patch update checks reuse already-loaded text instead of reading the same file twice.
2026-02-17 19:51:23 -06:00
..
2026-02-14 04:19:48 +00:00
2026-02-14 04:19:02 +00:00
2026-02-17 18:42:18 -06:00
2026-02-14 04:19:02 +00:00
2026-02-14 04:19:02 +00:00
2026-02-16 19:57:09 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.