__init__.py
python
sha256:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
55 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:4671b7f787ddbe63ced31c895b688c77ab495653b65a730b423329f26b3c1439
feat: K1-P1 complete — agent provenance, build-verification…
Sonnet 4.6
patch
55 days ago