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 bd4f101d16 fix: use invalid session token instead of no cookie for auth rejection tests
Unauthenticated requests (no Cookie header) hang with oneshot() in tests.
Using an invalid session token achieves the same 401 result without hanging.
3 months ago
.claude Changed Claude code configuration 3 months ago
backend fix: use invalid session token instead of no cookie for auth rejection tests 3 months ago
docs docs: add implementation plan for integration tests with mock LLM provider 3 months ago
e2e feat: add test runner scripts for integration and E2E tests 3 months ago
frontend refactor: standardize createResource and use Button component 3 months ago
scripts fix: pass all args to cargo test in integration test script 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 Updated Claude code config 3 months ago
CLAUDE.md feat: add use_brave_search setting 3 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 3 months ago