Documentation
README
Codex Audit
Gather Context
Collect the recent changes for review:
- Git diff (staged + unstaged): !
git diff HEAD - Recent commits on this branch: !
git log --oneline -10 - Git status: !
git status --short
Your Task
-
Prepare a summary of what was changed by reviewing the diff and recent commits above.
-
Run the following command, replacing
<DIFF_SUMMARY>with a concise description of the changes, and piping the full diff via stdin:
This is the opening of the README. Read the full README on GitHub.