a bunch of changes

This commit is contained in:
2026-04-17 15:49:58 +01:00
parent ca0708a8ee
commit a2d283a5c5
5 changed files with 16 additions and 27 deletions
+4
View File
@@ -1,3 +1,7 @@
# Tool usage
FUCKING ALWAYS use timeout on tool usage because sometimes you're stupid, and hang on things because you assume its non interactive. And by that I don't mean appending `timeout` to bash or something, but you have a way to add a timeout to tool calling somehow. I don't know the inner workings of the harness.
# 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.