Create a Mermaid ER diagram in docs/architecture/database_schema.md covering the tables in python/database/models/ (model configs, results tables, and their relationships) and a brief note on how Alembic migrations evolve the schema over time.
Before drawing: work with Claude Code to identify the specific tables/models to anchor each node on, and to settle the right level of abstraction — don't rely on this issue description alone, the codebase may have moved on by the time this is picked up.
Create a Mermaid ER diagram in
docs/architecture/database_schema.mdcovering the tables inpython/database/models/(model configs, results tables, and their relationships) and a brief note on how Alembic migrations evolve the schema over time.Before drawing: work with Claude Code to identify the specific tables/models to anchor each node on, and to settle the right level of abstraction — don't rely on this issue description alone, the codebase may have moved on by the time this is picked up.