From c56aeecbd397a1cfce72f7ce9e6ef28e997a36f5 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 30 Jan 2026 10:27:32 -0500 Subject: [PATCH] update AGENTS.md --- AGENTS.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9d7121e..5733af1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,6 +14,9 @@ - Use .cpp extensions (for future C++ features if needed) - Small, focused functions - Follow existing patterns in src/ +- Minimal comments - code should be self-documenting +- No decorative comment blocks (===, ---, etc.) +- Only comment non-obvious logic ## File Reading Policy - Ask before reading files unless immediately necessary for current task @@ -22,11 +25,6 @@ - File explicitly mentioned by user - When reading multiple files or large files (>200 lines), always verify first -## Code Style -- Minimal comments - code should be self-documenting -- No decorative comment blocks (===, ---, etc.) -- Only comment non-obvious logic - ## Git Workflow - Small commits with logical separation - Concise commit messages