commit ddf9d9a1d8f4e5975fd07e1f3742588389dfa29c parent b5cfa6c6f49559d960d5956488bcc90e805b67de Author: triesap <tyson@radroots.org> Date: Mon, 2 Mar 2026 23:08:57 +0000 docs: update `radroots-events` readme Diffstat:
| M | crates/events/README.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/crates/events/README.md b/crates/events/README.md @@ -1,13 +1,13 @@ # radroots-events -Nostr event models, kinds, and tag helpers for the Rad Roots SDK. +Nostr event models, kinds, and tag mappings for the Rad Roots SDK. ## Goals -- define canonical event shapes for Rad Roots domain records -- keep kind and tag encoding rules deterministic across targets +- define stable event models for Rad Roots domain records +- keep kind and tag mapping behavior deterministic across targets - support feature-gated serialization and type export for SDK consumers -- provide stable event primitives for codec and runtime crates +- provide reusable event primitives for higher-level Rad Roots crates ## License