commit cf62771a7ab896fb7948448dd331e9aa3d2c6e5e parent b38a598459fe35a146f01486628ac5608bc6a35e Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 14:59:36 +0000 docs: update `radroots-nostr-runtime` readme Diffstat:
| A | crates/nostr-runtime/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/nostr-runtime/README.md b/crates/nostr-runtime/README.md @@ -0,0 +1,14 @@ +# radroots-nostr-runtime + +Nostr protocol runtime primitives and orchestration interfaces for the Rad Roots SDK. + +## Goals + +- define stable runtime event, subscription, and connection interfaces +- keep runtime orchestration behavior deterministic across supported environments +- support feature-gated client and async runtime integration surfaces +- provide reusable runtime primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.