Verification Before Merge Overview Final verification before merging. All gates must pass. Core principle: Never merge without complete verification. This is a HARD GATE. Do not merge with any failure. The Gates All must be GREEN to merge: Gate Details 1. CI Pipeline Green If not green: Use to resolve. 1.5. Local Integration Tests Pass CRITICAL: CI should validate, not discover. If CI found bugs, local testing was insufficient. If project has docker-compose services: - Services MUST be running locally - Integration tests MUST pass against real services - Migrations MUST apply successfully - N…