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

๐Ÿ”ง Update agent rules and pi settings

+3 -2
+2 -1
agents/AGENTS.md
··· 9 9 - Practicality beats purity 10 10 - Follow the UNIX Philosophy (do one thing and do it well) 11 11 - Keep feedback loops short 12 + - Embrace simplicity, embrace immutability, embrace data 12 13 - Design for simplicity (simplest thing that could work, KISS, don't over-engineer) 14 + - Write functional code with small modular functions and components 13 15 - When unsure, read more code and gather more context (search, ask, ...) 14 16 - In the face of ambiguity, refuse the temptation to guess 15 17 - Call out bad ideas, unreasonable expectations, mistakes, ... 16 - - Prefer functional code with small modular functions and components 17 18 - After applying changes, verify they work (run code, lint, tests, ...) 18 19 - Make debugging easy yourself (clean logging, assertions, ...) 19 20 - Keep files small (<~500 LOC) and split/refactor as needed
+1 -1
agents/pi/settings.json
··· 12 12 "openai-codex/gpt-5.3-codex" 13 13 ], 14 14 "quietStartup": true, 15 - "lastChangelogVersion": "0.52.7" 15 + "lastChangelogVersion": "0.52.9" 16 16 }