__init__.py
python
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
4 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:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
4 days ago