codexctl 0.10.0

Codex Controller - Full control plane for Codex CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Summary

Describe the change clearly.

## Why

Explain the problem and why this approach was chosen.

## Validation

- [ ] `cargo fmt --all -- --check`
- [ ] `cargo clippy --all-targets --all-features -- -D warnings`
- [ ] `cargo test --all-features --all-targets`
- [ ] Docs updated (if user-facing changes)

## Risk

Note any migration, compatibility, or security implications.