gabriel / musehub public
__init__.py python
10 lines 345 B
Raw
sha256:1dd27e6d5c24550177b01b0a171e8375c07cf046b549e7683364706b6522d3bc docs(#139): mark all 11 checklist items resolved, document … Sonnet 5 12 days ago
1 """Minimal muse_cli stub retained for MuseHub compatibility.
2
3 The full Muse CLI lives in gabriel/muse.
4 This package provides only the ORM models and DB helpers that MuseHub
5 reads directly from the muse_commits / muse_snapshots tables.
6 """
7
8 from musehub.db import muse_cli_models as models # noqa: F401 — register tables
9
10 __all__ = ["models"]
File History 2 commits
sha256:1dd27e6d5c24550177b01b0a171e8375c07cf046b549e7683364706b6522d3bc docs(#139): mark all 11 checklist items resolved, document … Sonnet 5 12 days ago
sha256:649011bedd713e22f7dca4c4be94bdefbf3b10950d9fc80235928d0b0b823be8 docs: track issue #139 (two-column app-shell refactor) plan… Sonnet 5 12 days ago