agents md to skip validations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user