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 54d54f2a06 fix: architect assessment remediation — 6 issues across backend, frontend, and infra
- Wire hardened scraper client into runtime (SSRF redirect validation was defined but unused)
- Stream scraper body with per-chunk size limit instead of post-download check (DoS/OOM)
- Persist user rate-limit overrides across generation jobs via AppState DashMap
- Roll back magic-link token on email send failure to prevent quota exhaustion
- Fix API error UX: prefer human message over machine error code in frontend
- Unwrap GET /syntheses { items } wrapper in frontend API layer (contract mismatch)
- Bind Postgres to localhost in docker-compose (was exposed on all interfaces)
- Fix CLAUDE.md: runtime queries not compile-time, 10 migrations not 9

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
.claude Updated Claude code config 3 months ago
backend fix: architect assessment remediation — 6 issues across backend, frontend, and infra 3 months ago
docs Updated architect assessment 3 months ago
e2e test: add E2E infrastructure and 5 Playwright test flows 3 months ago
frontend fix: architect assessment remediation — 6 issues across backend, frontend, and infra 3 months ago
.env.example Finished phase 1 3 months ago
.gitignore Remove legacy React/Firebase files, update project metadata 3 months ago
AGENTS.md Updated Claude code config 3 months ago
CLAUDE.md fix: architect assessment remediation — 6 issues across backend, frontend, and infra 3 months ago
docker-compose.yml fix: architect assessment remediation — 6 issues across backend, frontend, and infra 3 months ago