Apply command -- apply an agent diff as git apply.
Wraps codex apply <task-id>.
Usage
config = CodexWrapper.Config.new(working_dir: "/path/to/repo")
{:ok, output} = CodexWrapper.Commands.Apply.execute(config, "abc-123")
Apply command -- apply an agent diff as git apply.
Wraps codex apply <task-id>.
config = CodexWrapper.Config.new(working_dir: "/path/to/repo")
{:ok, output} = CodexWrapper.Commands.Apply.execute(config, "abc-123")