Tools and UtilitiesΒΆ
Last Updated: 2026-06-22
The project bundles a few command line helpers for working with conversation logs and development workflows.
Logging toolsΒΆ
python -m codex.logging.session_loggerβ record structured session events.python -m codex.logging.viewerβ inspect stored logs.python -m codex.logging.query_logsβ search transcripts.
Development utilitiesΒΆ
pre-commit run --all-filesβ run formatting, linting, and security checks.pytestβ execute the unit test suite.codex-script(cli/script_polish.py) β example script demonstrating patch guards and post-run validation output under.codex/results.md.
See additional documentation in this directory for more advanced workflows.