__init__.py python
13 lines 388 B
Raw
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 4 days ago
1 """Governance Hygiene Agent (Phase 9A-5)."""
2
3 from tools.governance_hygiene.drift import detect_drift
4 from tools.governance_hygiene.engine import run_governance_sync
5 from tools.governance_hygiene.types import DriftReport, GovernanceSyncResult, VerifiedReads
6
7 __all__ = [
8 "DriftReport",
9 "GovernanceSyncResult",
10 "VerifiedReads",
11 "detect_drift",
12 "run_governance_sync",
13 ]
File History 2 commits
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1 docs: MuseHub-first before ISR #74 — staging solidify NEXT Human 4 days ago
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439 feat: K1-P1 complete — agent provenance, build-verification… Sonnet 4.6 patch 55 days ago