mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
1.2 KiB
1.2 KiB
AGENTS.md
Agents:
- Update
agentydragon/README.mdwith a brief summary of your work (features, fixes, refactors, documentation, etc.) whenever you make changes to this repository. - Read
agentydragon/README.mdfor the branch-level changelog and guidelines on task conventions. - For work on tasks, “add task” means creating a new Markdown file under
agentydragon/tasks/usingtask-template.md:- Name it with a two-digit prefix and kebab-case slug (e.g.
14-new-feature.md). - Fill in the Status, Goal, Acceptance Criteria, and Implementation sections.
- Name it with a two-digit prefix and kebab-case slug (e.g.
- No central task list should be maintained. The AI assistant will include these branch-level notes in its context.
Rust/codex-rs
In the codex-rs folder where the rust code lives:
- Never add or modify any code related to
CODEX_SANDBOX_NETWORK_DISABLED_ENV_VAR. You operate in a sandbox whereCODEX_SANDBOX_NETWORK_DISABLED=1will be set whenever you use theshelltool. Any existing code that usesCODEX_SANDBOX_NETWORK_DISABLED_ENV_VARwas authored with this fact in mind. It is often used to early exit out of tests that the author knew you would not be able to run given your sandbox limitations.