Required Reading
docs/20251018/codex-sdk-completion/testing-and-ci.mddocs/04-testing-strategy.mddocs/fixtures.md and fixture structure under integration/fixtures/.- Supertester reference:
test/support/ helpers and mix.exs dependency versions. - CI references (if present):
.github/workflows/, mix.exs docs & preferred_cli_env sections.
Implementation Instructions
- Enumerate pending test coverage items from the backlog table; pick one scope at a time (e.g., event property tests, auto-run coverage).
- Add failing tests using appropriate tooling (Supertester, StreamData, integration harness) to capture each gap.
- Implement code to satisfy the new tests while keeping the suite green.
- Integrate missing CI commands:
- Update workflow definitions to run compilation, formatting, tests, coverage, credo, dialyzer, and nightly parity tasks as described.
- Ensure automation scripts exist for fixture regeneration and parity harness execution; add tests or CI checks where applicable.
- Run the entire suite locally, confirm zero warnings, and document CI updates within the docs directory.