agnes-the-ai-analyst/app
ZdenekSrotyr 44b99f25ca fix: address Devin review round 5 — empty secret file, CI .env
- secrets.py: validate file content is non-empty before using it;
  regenerate if file exists but is empty/corrupted
- release.yml: touch .env before docker compose in smoke test
  (env_file: .env in docker-compose.yml requires the file to exist)

663 tests pass.
2026-04-10 14:55:31 +02:00
..
api fix: address Devin review round 3 — retry exhaustion, discover path, WAL snapshot 2026-04-10 14:11:17 +02:00
auth feat: multi-instance deployment — all 14 must-have items from spec 2026-04-10 11:57:42 +02:00
web fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +02:00
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
instance_config.py fix: address PR review findings — config write, CalVer, error handling 2026-04-10 13:16:40 +02:00
main.py feat: multi-instance deployment — all 14 must-have items from spec 2026-04-10 11:57:42 +02:00
secrets.py fix: address Devin review round 5 — empty secret file, CI .env 2026-04-10 14:55:31 +02:00
utils.py feat: add graceful shutdown handler 2026-04-09 07:03:45 +02:00