| name | codex-check |
| description | Verify recent Codex harness or project changes against task requirements, specs, tests, and rollout checks. |
Check Work
Verify the current task without turning the main session into a diagnostic dump.
-
Identify changed files:
git status --short
git diff --name-only
-
Load check context:
python3 scripts/codex_harness.py task agent-context <task> check
-
Run task-specific tests and focused syntax checks.
-
For harness changes, run:
python3 install.py
-
Use deeper diagnostics only when the focused check fails:
python3 scripts/codex_harness.py context --dashboard
python3 ~/.codex/harness/bin/verify_all_codex_harness.py --deep
python3 ~/.codex/harness/bin/verify_all_codex_harness.py --state-audit
Report product/task outcome first. Mention harness internals only if they block
the requested work or explain a failed verification.