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

๐Ÿ“ Prefer reading code over docs

+2 -1
+2 -1
agents/AGENTS.md
··· 6 6 - Work style: telegraph; noun-phrases ok; drop grammar; min tokens 7 7 - Design for simplicity (simplest thing that could work, KISS) 8 8 - The best code is no code. Don't add features we don't need right now 9 - - When unsure, read more code. If still stuck, ask with short options. 9 + - When unsure, read more code. If still stuck, ask with short options 10 + - Prefer reading code (like libraries) over docs 10 11 - Follow the UNIX Philosophy (do one thing and do it well) 11 12 - Keep feedback loops short 12 13 - After applying changes, verify they work (run code)