__init__.py python
11 lines 286 B
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 11 hours 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:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199 fix(ISR): default require_independent_second_reviewer to require Human minor 11 hours ago