gabriel / musehub public
models.py python
17 lines 459 B
Raw
sha256:f65847c6a4ae29872f3ccbc2420f91a8948949b84a06320bdaf2ac281c89ff8a docs(F7b): governance sync — BUILT awaiting Gabriel; carry … Human patch 26 days ago
1 """Muse CLI ORM model re-exports for MuseHub consumers.
2
3 The canonical definitions live in ``musehub.db.muse_cli_models``.
4 This module provides a stable import path (``musehub.muse_cli.models``)
5 so internal services and tests can reference Muse CLI DB rows without
6 coupling to the internal DB package structure.
7 """
8
9 from musehub.db.muse_cli_models import (
10 MuseCliSnapshot,
11 MuseCliCommit,
12 )
13
14 __all__ = [
15 "MuseCliSnapshot",
16 "MuseCliCommit",
17 ]
File History 2 commits
sha256:f65847c6a4ae29872f3ccbc2420f91a8948949b84a06320bdaf2ac281c89ff8a docs(F7b): governance sync — BUILT awaiting Gabriel; carry … Human patch 26 days ago
sha256:417c976b0b9320bb758749eb014d9087354fa3186e2abd2fc949e74a670237e7 merge(F7b B1): carry overseer provenance onto dev; resolve … Human minor 26 days ago