# `ExMCP.ACP.Adapters.Codex.FileChanges`
[🔗](https://github.com/azmaveth/ex_mcp/blob/v1.4.0/lib/ex_mcp/acp/adapters/codex/file_changes.ex#L1)

Pure mappings for Codex file change lifecycle notifications.

# `completed`

```elixir
@spec completed(String.t(), map()) :: map()
```

# `patch_updated`

```elixir
@spec patch_updated(String.t(), map()) :: map()
```

# `started`

```elixir
@spec started(String.t(), map(), map()) :: map()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
