From fe57bb88466a7e8549f649da81cb51d7b9c2a17b Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 19 May 2026 21:40:39 +0000 Subject: [PATCH] docs: do not discourage agents from running integration tests Agents are totally capable of setting up the host and run dev_cli.sh. The removed text discouraged them to do that even when asked to. Signed-off-by: Wei Liu --- AGENTS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a1d380dc4..fc164c081 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -55,9 +55,7 @@ reviewable, and compatible with the project's normal engineering constraints. host privileges, workloads, and container setup. To build the integration-test code directly without the infrastructure from `./scripts`, set the Rust cfg `devcli_testenv` or simply build through `clippy` which automatically includes - these code paths; otherwise the integration-test code is not included. Do not - assume the tests can be run directly in a restricted agent environment; ask - the developer to run them when real integration coverage is needed. + these code paths; otherwise the integration-test code is not included. ### Commit and Patch Formatting