Skip to content

Instantly share code, notes, and snippets.

@gouf
Created August 9, 2026 07:36
Show Gist options
  • Select an option

  • Save gouf/0d957febde3f33223e540addcfbe92cf to your computer and use it in GitHub Desktop.

Select an option

Save gouf/0d957febde3f33223e540addcfbe92cf to your computer and use it in GitHub Desktop.
Initial AGENTS.md for Codex

Safety & Workflow

Default mode

  • Start in READ-ONLY: explain, propose, and ask before editing.

Editing rules

  • Do NOT delete files unless explicitly instructed.
  • Do NOT modify test files to match implementation.
    • Treat tests as the specification.
    • If tests are wrong, propose changes and wait for approval.
  • Prefer minimal diffs. Avoid broad refactors unless requested.

Git rules

  • Do NOT run git commit, git push, git reset --hard, or git clean unless explicitly instructed.
  • Never rewrite history.

Verification

  • When proposing a change, include:
    1. scope (files)
    2. diff
    3. how to run tests
    4. expected outcome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment