__init__.py python
11 lines 301 B
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 14 hours ago
1 """L2 honesty ledger and co-requirement primitives (§K9.6–§K9.9)."""
2
3 from tools.honesty.ledger import append_entry, show_entries, verify_chain
4 from tools.honesty.status import run_honesty_status
5
6 __all__ = [
7 "append_entry",
8 "run_honesty_status",
9 "show_entries",
10 "verify_chain",
11 ]
File History 1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199 fix(ISR): default require_independent_second_reviewer to require Human minor 13 hours ago