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 c1f2f1456f refactor: simplify recent changes — extract helper, named struct, atomic entry, pre-alloc
- Extract auth::create_and_send_magic_link() to deduplicate token rollback logic
- Replace (i32, i32, RateLimiter) tuple with named UserRateLimitEntry struct
- Use DashMap entry API for atomic rate limiter lookup (fixes TOCTOU race)
- Pre-allocate scraper body Vec from Content-Length when available

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
.claude Updated Claude code config 3 months ago
backend refactor: simplify recent changes — extract helper, named struct, atomic entry, pre-alloc 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: align frontend API types and error handling with backend contracts 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