All notable changes to this project are documented in this file.
The format is inspired by Keep a Changelog and this project follows semantic versioning.
- API contract documentation (
docs/api-contract.md) and Python integration guide (docs/python-integration.md). - Structured library errors (
core/errors) with machine-readable kind/code metadata. - Dedicated bundle domain package (
core/bundle) with explicit pure and file-mutating signing APIs. - New built-in framework definition files for AIUC-1 and OWASP Agentic Top 10.
- OSS hygiene docs:
CONTRIBUTING.md,SECURITY.md.
- Public
proofpackage now aliases bundle types fromcore/bundle. - Added
ReadAndValidateRecordto make validated read behavior explicit. SignBundleandSignBundleCosignkept as deprecated wrappers over explicit file-mutating variants.- README examples updated to use explicit error handling and JSON-native artifact examples.