__init__.py
python
sha256:1ccb8409daa5aabe577bd26d11b56ed12f3376d64011d0e75a247e81211a66ee
docs(mwp4/phase5): tick Phase 5 checkboxes, close musehub#109
Sonnet 4.6
20 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:1ccb8409daa5aabe577bd26d11b56ed12f3376d64011d0e75a247e81211a66ee
docs(mwp4/phase5): tick Phase 5 checkboxes, close musehub#109
Sonnet 4.6
20 days ago
sha256:2c523da45351334b5c4dbefed4dc3dd553b3faa8737a4e6caf301e5dc82141be
test(mwp4): Phase 0 RED reproduction tests for RC-4 ordering race
Sonnet 4.6
20 days ago