# Project Guidelines Verification ## Quick Start Run the verification script: ```bash make verify-guidelines # or ./scripts/verify-quick.sh ``` ## What It Checks (In Order of PROJECT_GUIDELINES.md) ### 🚨 CRITICAL PROHIBITIONS #### Backend & Database 1. **No local server binaries** - Checks for `bookhoard` or `server` binaries - *Guideline*: "NEVER build server binaries locally - all builds through Dockerfile/docker-compose" 2. **No new migration files** - Ensures only one migration file exists - *Guideline*: "NEVER create new migration files - merge changes into current one until release" #### Frontend & Styling 3. **No custom CSS** - Detects `