From 8192cf147e9db47c62289ce3e0332d063b59c89a Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 26 Aug 2025 00:27:19 -0700 Subject: [PATCH] [chore] Tweak AGENTS.md so agent doesn't always have to test (#2706) --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 672c0086..a6e2e565 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,6 +11,7 @@ In the codex-rs folder where the rust code lives: Before finalizing a change to `codex-rs`, run `just fmt` (in `codex-rs` directory) to format the code and `just fix -p ` (in `codex-rs` directory) to fix any linter issues in the code. Additionally, run the tests: 1. Run the test for the specific project that was changed. For example, if changes were made in `codex-rs/tui`, run `cargo test -p codex-tui`. 2. Once those pass, if any changes were made in common, core, or protocol, run the complete test suite with `cargo test --all-features`. +When running interactively, ask the user before running these commands to finalize. ## TUI style conventions