Documentation
README
Codex Direct File Audit
Your Task
The user wants to audit specific files (not a git diff). They will provide file paths, or you should identify the relevant files from context.
-
Identify the files to audit. If the user provided paths, use those. Otherwise, determine the most relevant files from the conversation context.
-
Prepare a brief summary of what each file does and why it's being audited.
-
Run the following command, replacing
<FILE_PATHS>with the space-separated list of files, and<FILE_SUMMARY>with a concise description of each file's purpose:
This is the opening of the README. Read the full README on GitHub.