__init__.py
python
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
3 days 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:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
3 days ago