/** * Main entry point for the package. * Re-exports the Aider implementation of applyPatchToFiles. */ import { applyPatchToFiles } from './aider_port/applyPatchToFiles'; export { applyPatchToFiles, };