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
complexity and long-function extraction autofix disabled — the automated extraction engine produced unreliable output in some cases (name collisions, invalid function signatures, missing returns), causing build failures after lint --fix. Both autofixes are disabled until the extractor is hardened; recommend --reduce-complexity --apply and recommend --reduce-length --apply are unaffected.
Changed
Applied safe auto-fixes repo-wide: error-not-wrapped and funcorder issues resolved across analyzer/, doctor/, and test files.