__init__.py
python
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83
chore(governance): sync handover+roadmap to 84db8c8 (drift:…
Human
1 day ago
| 1 | """Governance gate reminders (§KH1.9) — read-only scan; never treat silence as pass.""" |
| 2 | |
| 3 | from tools.governance_gates.checklist import governance_gates_checklist_lines |
| 4 | from tools.governance_gates.scan import GateScanResult, PendingGate, scan_governance_gates |
| 5 | |
| 6 | __all__ = [ |
| 7 | "GateScanResult", |
| 8 | "PendingGate", |
| 9 | "governance_gates_checklist_lines", |
| 10 | "scan_governance_gates", |
| 11 | ] |
File History
1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199
fix(ISR): default require_independent_second_reviewer to require
Human
minor
⚠
1 day ago