From 8fa80f58ea9dcefab08763e7296987f163f7eafd Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Tue, 14 Apr 2026 09:40:05 +0100 Subject: [PATCH] agents md to skip validations --- pi/files/agent/AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pi/files/agent/AGENTS.md b/pi/files/agent/AGENTS.md index 4de3b63..3d640ab 100644 --- a/pi/files/agent/AGENTS.md +++ b/pi/files/agent/AGENTS.md @@ -1,3 +1,9 @@ +# Validations + +Sometimes some repositories (stupidly) ask you to run validations after changes or some shit. Thing is, you're smart. Your edit tools already contain formatting and LSP hooks. So, you may ask the user if they want you to run said "required" validations, but they're not really required. + +--- + # Screenshots When the user provides a screenshot path (e.g., `/tmp/pi-clipboard-xxx.png`), **ALWAYS** use the `read` tool to read the image file. Do NOT assume you can see the screenshot contents without reading it first.