__init__.py python
15 lines 536 B
Raw
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 1 day ago
1 """Active-slice independent second reviewer gate for status / governance-sync (§ISR.6)."""
2
3 from tools.independent_second_reviewer.surface import (
4 IndependentSecondReviewerGateReport,
5 build_independent_second_reviewer_gate,
6 format_independent_second_reviewer_gate_line,
7 independent_second_reviewer_gate_payload,
8 )
9
10 __all__ = [
11 "IndependentSecondReviewerGateReport",
12 "build_independent_second_reviewer_gate",
13 "format_independent_second_reviewer_gate_line",
14 "independent_second_reviewer_gate_payload",
15 ]
File History 1 commit
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 1 day ago