__init__.py python
11 lines 301 B
Raw
sha256:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor ⚠ breaking 6 days 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:c07f2f34a0db9f43fe866f157d1935322008545ff8940c06c7c921eb219c55ab NXP-b DONE: independent BV-r2 pass + ISR (SD-17) Human minor 6 days ago