docs(frontend): add TypeScript error baseline and delta-check script (#5096)#5825
Merged
mrveiss merged 1 commit intoDev_new_guifrom Apr 24, 2026
Merged
docs(frontend): add TypeScript error baseline and delta-check script (#5096)#5825mrveiss merged 1 commit intoDev_new_guifrom
mrveiss merged 1 commit intoDev_new_guifrom
Conversation
…5096) Baseline audit run 2026-04-24 on Dev_new_gui: 2005 errors total (top codes: TS7006 772, TS2307 686, TS2339 331). Script reads Total: from baseline doc and exits 1 when current error count exceeds baseline. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/developer/audits/typescript-baseline.md: current baseline is 2,005 errors (issue cited 169 — that was an earlier partial count); breakdown by error code (top: TS7006=772, TS2307=686, TS2339=331) and by file (top: PopoutChromiumBrowser.vue=170, App.vue=105)autobot-frontend/scripts/check-ts-delta.sh: runsnpx vue-tsc --noEmit -p tsconfig.app.json, compares count againstTotal:in baseline doc, exits 1 if new errors introduced (prints delta), exits 0 otherwiseTest Plan
bash autobot-frontend/scripts/check-ts-delta.shexits 0 on clean checkoutCloses #5096
🤖 Generated with Claude Code