commit 486fffc1b44af89b1874d0fa05c10440dad90b2a parent c74ae296c3d8e6fb23c9304fb2e472edc0a5f280 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 15:13:28 +0000 docs: update `radroots-app-core` readme Diffstat:
| A | crates/app-core/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/app-core/README.md b/crates/app-core/README.md @@ -0,0 +1,14 @@ +# radroots-app-core + +Core application runtime primitives for Rad Roots app surfaces. + +## Goals + +- define stable app runtime and error interfaces for Rad Roots clients +- provide unified logging and network integration points for app surfaces +- keep app runtime behavior deterministic across supported targets +- expose reusable app primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.