Status: IN
The automated code generation pipeline is the root cause of systematic naming errors across the repo — it produces both misnamed functions (names carried from unrelated problems via copy-paste templates) and vestigial aliases (dead references from prior solution scaffolding), creating a class of defects that is structurally different from manual typos because it affects function identity rather than spelling.
Root cause identification — naming errors are a systematic pipeline artifact, not random human error
Depends on (SL): pipeline-generates-misnamed-functions, stale-aliases-from-generation-pipeline