__init__.py
python
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
2 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
2 commits
sha256:a78e7e5a8740e03315f325d19edeb3aa1b306b3337d04abbaa9a9e0f3bbeb7a1
docs: MuseHub-first before ISR #74 — staging solidify NEXT
Human
2 days ago
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
53 days ago