# apps/api/src/models/config dir: apps/api/src/models/config index: apps/api/src/models/config/.pi-map.index.md ## role Provides SQLAlchemy ORM models for configuration profiles that store deployment settings like environment variables, mounts, and runtime hints. ## files - __init__.py | Exports config model classes from a subpackage for simplified importing | dep: src.models.config.config_profile - config_profile.py | Defines SQLAlchemy ORM models for configuration profiles and their include relationships, storing deployment settings like environment variables, mounts, and runtime hints. | exp: class:ConfigProfile, class:ConfigProfileInclude | dep: uuid, typing, sqlalchemy, sqlalchemy.orm, src.models.base, src.models.project, src.models, src.models.user, src.models.ToolType ## arch Package-level facade pattern with __init__.py exposing subpackage classes; domain model using SQLAlchemy ORM with relationship-based composition for profile includes. ## tags config, models, src, profile, sqlalchemy, include, init, orm ## symbols - ConfigProfile - ConfigProfileInclude ## workflows - change config behavior read: __init__.py, config_profile.py - change config config read: config_profile.py ## dirty -