This repository is a Go port of OpenAI's Codex apply_patch Rust crate and binary.
The original implementation was part of the Codex CLI tooling, providing a high‑level, safe way to apply textual patches to source files. This Go version mirrors that functionality, offering the same patch format and semantics while being usable as a standalone library.