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 0963559e0f fix: resolve all clippy warnings in test files (zero warnings remaining)
- api_auth_test.rs: replace len() > 0 with !is_empty() (3 occurrences)
- api_admin_test.rs: suppress type_complexity on complex tuple Vec annotation
- api_sources_preferred_test.rs: replace assert_eq!(x, false) with assert!(!x)
- api_sources_test.rs: remove needless & on format!() in .uri() calls (5 occurrences)
- api_syntheses_test.rs: remove needless & on format!() in .uri() call

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
.claude
audits/2026-03-27 Code improvement after a code review with Codex 2 months ago
backend fix: resolve all clippy warnings in test files (zero warnings remaining) 2 months ago
docs fix: P2 audit items — use API client for stop, replace raw buttons, remove deprecated doc refs 2 months ago
e2e fix: return 204 No Content from preferred sources endpoint 2 months ago
frontend refactor: decompose ThemeSourceList into SourceAddForm + SourceImport 2 months ago
scripts fix: run seed.ts before E2E tests to create test users and sessions 3 months ago
.env.example
.gitignore
AGENTS.md
CLAUDE.md docs: update CLAUDE.md for consolidated documentation and current features 3 months ago
docker-compose.yml