Skip to content

fix(tech): use rss() for CISA feed, drop build from pre-push hook#475

Merged
koala73 merged 1 commit into
mainfrom
fix/cisa-feed-and-prepush
Feb 27, 2026
Merged

fix(tech): use rss() for CISA feed, drop build from pre-push hook#475
koala73 merged 1 commit into
mainfrom
fix/cisa-feed-and-prepush

Conversation

@koala73

@koala73 koala73 commented Feb 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • CISA Advisories feed in tech variant used rss.worldmonitor.app (dead domain, returns 404). Switch to standard rss() helper.
  • Remove Vite build step from .husky/pre-pushtsc --noEmit already 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

  • Verify CISA feed loads on tech.worldmonitor.app
  • Verify pre-push hook runs typecheck + version check only (no build)

- CISA Advisories used dead rss.worldmonitor.app domain (404), switch to rss() helper
- Remove Vite build from pre-push hook (tsc already catches errors)
@vercel

vercel Bot commented Feb 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worldmonitor Building Building Preview, Comment Feb 27, 2026 5:40pm
worldmonitor-finance Building Building Preview, Comment Feb 27, 2026 5:40pm
worldmonitor-happy Building Building Preview, Comment Feb 27, 2026 5:40pm
worldmonitor-startup Building Building Preview, Comment Feb 27, 2026 5:40pm

Request Review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@koala73
koala73 merged commit e71e794 into main Feb 27, 2026
6 checks passed
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)
koala73 added a commit that referenced this pull request Mar 1, 2026