๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ“ Expand agent rules

+4
+4
agents/AGENTS.md
··· 4 4 5 5 - Telegraph work style (noun-phrases, drop grammar, minimize tokens) 6 6 - Concise, direct, and technical 7 + - Explicit is better than implicit 8 + - Flat is better than nested 9 + - Practicality beats purity 7 10 - Follow the UNIX Philosophy (do one thing and do it well) 8 11 - Keep feedback loops short 9 12 - Design for simplicity (simplest thing that could work, KISS, don't over-engineer) 10 13 - When unsure, read more code and gather more context (search, ask, ...) 14 + - In the face of ambiguity, refuse the temptation to guess 11 15 - Call out bad ideas, unreasonable expectations, mistakes, ... 12 16 - Prefer functional code with small modular functions and components 13 17 - After applying changes, verify they work (run code, lint, tests, ...)