Ship Gate Pre-production audit that scans a codebase and reports pass/fail/manual across 8 categories before anything ships. Intercept Behavior When the user says "push to production", "deploy", "ship it", "go live", or similar deploy-intent phrases, do NOT proceed with deployment. Instead: 1. Ask: "Have you run the ship gate? Want me to scan now?" 2. If yes, run the full audit below. 3. If the user says they already ran it, ask when. If more than 24 hours ago or if code changed since, recommend re-running. How It Works Step 1: Detect Stack Run these checks in order to identify the project st…