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 0a0684e42e refactor: decompose ThemeManager into ThemeContentForm + ThemeSourceList sub-components
Extract content settings card and sources card into dedicated components,
reducing ThemeManager from 938 to 233 lines while keeping theme list CRUD
and selector in the parent.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
.claude
backend refactor: extract synthesis helpers (assign_category, filter_phase2_url, tracing) into helpers.rs 6 months ago
docs fix: P2 audit items — use API client for stop, replace raw buttons, remove deprecated doc refs 6 months ago
e2e fix: P0 audit bugs — theme-scoped imports/preferred, creation flow, scheduler timeout, job cleanup 6 months ago
frontend refactor: decompose ThemeManager into ThemeContentForm + ThemeSourceList sub-components 6 months ago
scripts fix: run seed.ts before E2E tests to create test users and sessions 6 months ago
.env.example chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 6 months ago
.gitignore
AGENTS.md
CLAUDE.md docs: update CLAUDE.md for consolidated documentation and current features 6 months ago
docker-compose.yml