__init__.py
python
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
1 day ago
| 1 | """Hosted governance dashboard — read-only remote glance surface (§HGD). |
| 2 | |
| 3 | Distinct from Track Q ``tools/app``: remote GitHub/MuseHub read APIs only; |
| 4 | no local engine mutations; no act endpoints. |
| 5 | """ |
| 6 | |
| 7 | from __future__ import annotations |
| 8 | |
| 9 | __all__ = ["DEFAULT_PORT"] |
| 10 | |
| 11 | DEFAULT_PORT = 8766 |
File History
1 commit
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
1 day ago