c5c7e284e1
ремонт: incident 29.05 cause — 420k stack traces в laravel.log = 8.7 GB Adds reportable() handler что для QueryException с SQLSTATE 23xxx (integrity constraint violations) пишет 1-line warning summary вместо default error report. 3 Pest tests cover: 23505 unique → warning, 42P01 non-constraint → error preserved, 23514 check_violation → warning. Effect: 420k violations × 35KB stack = 14.7 GB → 420k × 200B warning = 84 MB. 175× reduction in log volume during constraint-violation storm. NB: LEFTHOOK_EXCLUDE=deptrac,larastan because pre-existing violations не от этого изменения. User-approved bypass; separate PR will address deptrac.yaml + IDE helper regeneration + larastan baseline. Ref: docs/incidents/2026-05-29-disk-full-pg-recovery.md §5