Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ PostgreSQL with pgvector. Schema managed via Alembic migrations in `hindsight-ap

Key tables: `banks`, `memory_units`, `documents`, `entities`, `entity_links`

### Helm Health Probes

Keep readiness probes independent of database health so database pressure does not
cascade into Kubernetes probe failures. The API readiness probe uses `/version`,
and the worker readiness probe uses `/metrics`; reserve `/health` for explicit
database-aware health checks.

### Adding Database Migrations

Hindsight runs the same Alembic tree against PostgreSQL and Oracle 23ai. Each
Expand Down