new stuff

This commit is contained in:
deamonkai
2026-02-17 21:28:50 -06:00
parent a2b1600cf7
commit 9ce36d2385
14 changed files with 426 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# RFC-0009: Event Ledger Primitive
**Status:** Draft \| **Updated:** 2026-02-17
## Properties
- Append-only
- Hash-chained per stream
- Schema-validated
- Tamper-evident
- Supports proof construction for policy enforcement
## Envelope
Each event includes: id, ts, stream_id, type, body, prev_hash, hash.