Current Version
v0.3.0 — Released February 23, 2026What’s New in v0.3.0
- Trailproof Audit Trail — Replaced custom event system (EventLedger, EventSigner, AsyncEventPipeline) with Trailproof for tamper-evident audit trails with SHA-256 hash chains and HMAC signing
- New public API methods:
verify_audit_trail()/verifyAuditTrail()andquery_audit_trail()/queryAuditTrail() - Simplified configuration:
trail_store,trail_store_path,trail_signing_key - Removed
start()/stop()lifecycle methods (no longer needed) - Added Makefiles following kyberon-workflow convention
Quality and Security Gates
Latest gate results:- TypeScript:
typecheck,test,build,npm auditpassed (68tests) - Python:
ruff,pytest,mypy,pip-auditpassed (90tests)
.github/workflows/ci.yml.github/workflows/perf-baseline.yml.github/workflows/release.yml
Baseline Performance Snapshot
Run profile: 250 iterations, 25 warmup, in-memory adapter.| Runtime | remember p95 | update p95 | search p95 | forget p95 |
|---|---|---|---|---|
| TypeScript | 0.022 ms | 0.022 ms | 0.040 ms | 0.017 ms |
| Python | 0.074 ms | 0.077 ms | 0.243 ms | 0.069 ms |