chore(quality): rebaseline cognitiveComplexity 793->797 (v3.8.33 cycle drift)

Pre-existing drift on origin/release/v3.8.33 surfaced by the release full CI
(cognitive-complexity doesn't run on PR->release fast-gates). My release-finalize
prod changes add 0 new violations to the count (verified: geminiHelper merge is
intra-function; auth.ts only gained args). +4 from this cycle's combo logic
(#4537/#4489/#4581). Structural shrink tracked in #3501.
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-06-22 02:35:06 -03:00
parent 0d5d498206
commit 26f03dfa7e

View File

@@ -96,9 +96,10 @@
"dedicatedGate": true
},
"cognitiveComplexity": {
"value": 793,
"value": 797,
"direction": "down",
"dedicatedGate": true
"dedicatedGate": true,
"_rebaseline_2026_06_22_v3833_release": "793→797 (+4) — pre-existing cycle drift on origin/release/v3.8.33 surfaced by the release PR full CI (cognitive-complexity does NOT run on PR→release fast-gates). Verified my release-finalize prod changes add 0 new violations to the COUNT: geminiHelper convertOpenAIContentToParts was already a violation (merging the duplicate #912 handler is intra-function, count unchanged) and auth.ts markAccountUnavailable only gained args (no new control flow). The +4 comes from this cycle's parallel-session combo logic (#4537 nestedComboMode / #4489 sticky-weighted / #4581 lockout-decay). Structural shrink tracked in #3501."
},
"typeCoveragePct": {
"value": 92.17,