# RuntimeChecks - Convention Enforcement System ## CRITICAL DISTINCTION: Runtime Requirements vs Convention Enforcement This directory contains **convention enforcement checks** that throw `YoureDoingItWrongException` when developers violate framework conventions. These are NOT runtime requirements. ### What BELONGS Here (Convention Enforcement) Convention checks are "best practice" validations that: - **Could technically work** if not enforced (the code would still execute) - Ensure **consistency and uniformity** across the codebase - Prevent **bad coding patterns** before they become technical debt - Are primarily checked **in development mode only** - Provide **verbose remediation guidance** explaining the right way Examples: - Bundle doesn't include the view/controller directory (organizational convention) - Views having inline `