I'm with STUPID ⤴️

TL;DR AI
2 min readKey summary
The post proposes adding a STUPID.md file to document strange but necessary workarounds and patches in a codebase.
It would explain fragile build or integration hacks, temporary fixes, and upstream-bug workarounds so future maintainers understand why they exist.
The goal is to prevent well-meaning cleanup from removing critical oddities and causing regressions.
Used alongside files like README, BUILD.md, and CONTRIBUTING, it helps preserve maintainer knowledge about project fragility.

