Expand description
Code smell detection engine.
Runs structural rules against the Property Graph (SQLite) and tree-sitter
data to identify dead code, high complexity, god files, fan-out skew, etc.
Each rule is a pure function: &Connection -> Vec<SmellFinding>.