fix(tech): use rss() for CISA feed, drop build from pre-push hook#475
Merged
Conversation
- CISA Advisories used dead rss.worldmonitor.app domain (404), switch to rss() helper - Remove Vite build from pre-push hook (tsc already catches errors)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
koala73
added a commit
that referenced
this pull request
Mar 1, 2026
- CISA Advisories used dead rss.worldmonitor.app domain (404), switch to rss() helper - Remove Vite build from pre-push hook (tsc already catches errors)
Summary
rss.worldmonitor.app(dead domain, returns 404). Switch to standardrss()helper..husky/pre-push—tsc --noEmitalready catches all type errors, build added ~20s for no extra safety.Follow-up to #473 — these changes were pushed after that PR was merged and didn't make it into main.
Test plan