From a42901ba5ffc0dd61c59e711d42acf466bbdee4d Mon Sep 17 00:00:00 2001 From: mgros Date: Mon, 10 Aug 2026 00:21:39 +0200 Subject: [PATCH] update AGENTS.md to include GitHub CLI check --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 0f327f9cd..17fd6552e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,6 +34,7 @@ but add common mistakes of AI agents here instead. - Keep code/rule changes focused and validate with targeted tests first: `cargo test ` - do not do any git commands unless explicitly asked for - Rust coverage is in `target/coverage/`. +- When working with GitHub, e.g. looking at PRs and issues, check if the GitHub CLI is installed (`gh --version`). ## Fuzzing (`fuzz/` + cargo-fuzz) - Install: `cargo install cargo-fuzz`, use a **nightly** toolchain (`rustup run nightly cargo fuzz …`).