From f53bbe983aa9c566f8d5ab9332e505d5e07b858b Mon Sep 17 00:00:00 2001 From: Tyler Longwell Date: Wed, 29 Oct 2025 10:01:29 -0400 Subject: [PATCH] Reduce LLMism comments --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index a4d3d3d361af..6f10190d2d7d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -82,6 +82,7 @@ Never: Edit ui/desktop/openapi.json manually Never: Edit Cargo.toml use cargo add Never: Skip cargo fmt Never: Merge without ./scripts/clippy-lint.sh +Never: Comment self-evident operations (`// Initialize`, `// Return result`), getters/setters, constructors, or standard Rust idioms ## Entry Points - CLI: crates/goose-cli/src/main.rs