blood-test-explainer / docs /COMMIT_AUTHORS.md
Codex
Add handoff docs, commit author rules, and fix Field Notes badge.
3072bfd
|
Raw
History Blame Contribute Delete
737 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

Commit authorship

Codex (agent) commits

All agent-generated commits must use:

Author: Codex <chatgpt-codex-connector[bot]@users.noreply.github.com>

Example:

git -c user.name="Codex" \
    -c user.email="chatgpt-codex-connector[bot]@users.noreply.github.com" \
    commit -m "$(cat <<'EOF'
Your message here.

Co-authored-by: Codex <chatgpt-codex-connector[bot]@users.noreply.github.com>
EOF
)"

Do not use:

  • Cursor <cursoragent@cursor.com>
  • chatgpt-codex-connector[bot] as the author name without the Codex display name
  • Codex <codex@openai.com> (legacy; rewritten in history)

Human commits (ro_d, Dimitris) stay on their own identities. Agent work is attributed to Codex only.