You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
oabrivard d4cbcf47ae feat: add detect_and_parse_feed orchestration function
Adds detect_and_parse_feed which orchestrates feed caching/freshness logic:
uses cached feed URL directly if fresh (< 30 days), otherwise re-discovers
from source URL via discover_feed. Returns FeedResult::Found or NotFound.
Includes 4 new tests covering fresh cache, no cache, no feed, and stale cache cases.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
.claude
audits/2026-03-27
backend feat: add detect_and_parse_feed orchestration function 2 months ago
docs docs: add RSS feed integration implementation plan 2 months ago
e2e
frontend fix: skip 401 redirect for auth endpoints to prevent login interference 2 months ago
scripts
.env.example Updated port mapping in docker config 2 months ago
.gitignore
.markdownlint.json
AGENTS.md
CLAUDE.md fix: pass Turnstile sitekey to frontend Docker build 2 months ago
docker-compose.yml fix: pass Turnstile sitekey to frontend Docker build 2 months ago