chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
+6
-6
@@ -1,14 +1,14 @@
|
||||
# 2026-06-14-completed-specs-archive/database-models
|
||||
dir: 2026-06-14-completed-specs-archive/database-models
|
||||
# openspec/changes/archive/2026-06-14-completed-specs-archive/database-models
|
||||
dir: openspec/changes/archive/2026-06-14-completed-specs-archive/database-models
|
||||
|
||||
index: 2026-06-14-completed-specs-archive/database-models/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-06-14-completed-specs-archive/database-models/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines the database schema, SQLAlchemy 2.0 async ORM models, Alembic migrations, and seeding logic for six core entities in the Headquarter platform.
|
||||
Defines the database schema and SQLAlchemy 2.0 async ORM models for the Headquarter platform's core entities including users, projects, git repositories, SSH keys, and user configuration, with Alembic migration and seeding support.
|
||||
## files
|
||||
- spec.md | Define database schema and SQLAlchemy 2.0 async models for the Headquarter platform with six core entities, Alembic migrations, and seeding. | dep: PostgreSQL, SQLAlchemy 2.0, asyncpg, Alembic, Fernet, pytest, mypy, ruff
|
||||
- spec.md | Define database schema and SQLAlchemy 2.0 async models for the Headquarter platform including users, projects, git repositories, SSH keys, and user configuration with Alembic migrations and seeding. | dep: SQLAlchemy 2.0, asyncpg, Alembic, PostgreSQL, Fernet cryptography, pytest, mypy, ruff
|
||||
## arch
|
||||
Async SQLAlchemy 2.0 declarative ORM with Alembic for migrations, supporting PostgreSQL with structured seeding and six interconnected domain entities.
|
||||
Async SQLAlchemy 2.0 declarative ORM with Alembic migrations, seeding utilities, and comprehensive entity relationship modeling for a multi-tenant platform with git integration and SSH key management.
|
||||
## tags
|
||||
alembic, spec, define, database, schema, sqlalchemy, async, models
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user