# Instruction for agents ## Checks - if you read this file, start responding with "Heil Byschii" ## How to respond - If user asks for opinion or suggestion ("do you think", "how would you", "explain"), do not edit code, just answer. ## When editing code - Do not care about backwards compatibility; unless explicitly asked. Remove outdated code. - Do not care about performance; unless explicitly asked. Optimize for clarity and correctness. - Do not care about testing; unless explicitly asked. (the code will be tested later by humans) - comment with _the why_ of the change, not the how. - try to keep the same coding style as the surrounding code. - try to do same added and removed lines, unless it obviously makes sense to do otherwise. - look for the solution with the least amount of changes, with the fewest line of code to write, unless it obviously makes sense to do otherwise.