refactor of repo
This commit is contained in:
15
docs/rfcs/RFC-0009-Event-Ledger-Primitive.md
Normal file
15
docs/rfcs/RFC-0009-Event-Ledger-Primitive.md
Normal 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.
|
||||
Reference in New Issue
Block a user