__init__.py python
13 lines 296 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago
1 """Fail-closed governance freshness gate (§GFG)."""
2
3 from tools.governance_freshness.check import (
4 GovernanceFreshnessReport,
5 check_governance_freshness,
6 parse_sync_marker,
7 )
8
9 __all__ = [
10 "GovernanceFreshnessReport",
11 "check_governance_freshness",
12 "parse_sync_marker",
13 ]
File History 1 commit
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago