You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: rename catch (err|error) identifiers to catch (e)
Mechanical rename across 44 files in src/, scripts/, and test/ to
match the CLAUDE.md catch-binding convention. 79 catch clauses
converted; body references renamed including inside template literal
interpolations. Property keys and member-access expressions
(e.g. logger.error, console.error) are left untouched.
tsgo --noEmit -p .config/tsconfig.check.json clean post-sweep.
0 commit comments