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 60494aeceb perf: cache CSS selectors with LazyLock to avoid re-parsing
Replace runtime Selector::parse calls on static strings with module-level
LazyLock statics in source_scraper.rs (ANCHOR_SELECTOR) and scraper.rs
(SEL_TITLE, SEL_H1, SEL_BODY), so each selector is compiled once at
first use instead of on every function call.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
.claude Changed Claude code configuration 3 months ago
backend perf: cache CSS selectors with LazyLock to avoid re-parsing 3 months ago
docs docs: add implementation plan for polish and optimization items 3 months ago
e2e feat: add use_brave_search setting 3 months ago
frontend chore: align frontend DEFAULT_SETTINGS with backend defaults 3 months ago
.env.example chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 3 months ago
.gitignore test: add live generation UAT with real OpenAI API key 3 months ago
AGENTS.md
CLAUDE.md feat: add use_brave_search setting 3 months ago
docker-compose.yml