__init__.py
python
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
56 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
1 commit
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
56 days ago