Skip to content

Instantly share code, notes, and snippets.

@fragmede
Last active December 19, 2025 21:07
Show Gist options
  • Select an option

  • Save fragmede/6252e99f31268a5caac18ebc0ac2201d to your computer and use it in GitHub Desktop.

Select an option

Save fragmede/6252e99f31268a5caac18ebc0ac2201d to your computer and use it in GitHub Desktop.
Simple agents.md for codex to commit to git, save as ~/.codex/AGENTS.md

Important Instructions

ALWAYS commit changes to git after completing any task. After making any code changes, modifications, or additions, run:

# If not in a git repository, initialize it first:
git init

# Then commit changes:
git add .
git commit -m "Description of changes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment