Skip to content

ci(frontend): wire check-ts-delta.sh into package.json and CI pipeline (#5830)#5835

Merged
mrveiss merged 1 commit intoDev_new_guifrom
issue-5830
Apr 25, 2026
Merged

ci(frontend): wire check-ts-delta.sh into package.json and CI pipeline (#5830)#5835
mrveiss merged 1 commit intoDev_new_guifrom
issue-5830

Conversation

@mrveiss
Copy link
Copy Markdown
Owner

@mrveiss mrveiss commented Apr 25, 2026

Summary

  • package.json: new check-ts-delta script that runs bash scripts/check-ts-delta.sh
  • frontend-test.yml: new "Check TypeScript error delta" step after type-check step — fails CI if current TS error count exceeds the 2005 baseline in docs/developer/audits/typescript-baseline.md

Without this, check-ts-delta.sh (added in #5825) was only runnable manually and provided no CI enforcement.

Closes #5830

🤖 Generated with Claude Code

@mrveiss mrveiss changed the title fix(planner): pass real tool descriptions to compress_description + use AsyncRedisClientLockedMixin (#5826 #5828) ci(frontend): wire check-ts-delta.sh into package.json and CI pipeline (#5830) Apr 25, 2026
#5830)

- package.json: new check-ts-delta script running scripts/check-ts-delta.sh
- frontend-test.yml: new "Check TypeScript error delta" step after type-check,
  fails if current error count exceeds the 2005 baseline in typescript-baseline.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mrveiss mrveiss merged commit dc77000 into Dev_new_gui Apr 25, 2026
1 of 4 checks passed
@mrveiss mrveiss deleted the issue-5830 branch April 25, 2026 09:52
@github-actions
Copy link
Copy Markdown

⚠️ SSOT Configuration Compliance: Violations Found

Metric Count
Total Violations 5
SSOT Violations (high priority) 1
Other Violations 4

⚠️ 1 values have SSOT config equivalents!

These should be replaced with SSOT config imports:

Python:

from src.config.ssot_config import config
# Use: config.vm.main, config.port.backend, config.backend_url

TypeScript:

import config from '@/config/ssot-config'
// Use: config.vm.main, config.port.backend, config.backendUrl

📖 See SSOT_CONFIG_GUIDE.md for documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant