lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 00eef2ed75f4d4a0e02719df175c4926828dea94
parent e7073d4c62b5d77c51e36d3081b18811823d071b
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:59 +0000

docs: update `radroots-runtime` readme

Diffstat:
Mcrates/runtime/README.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/crates/runtime/README.md b/crates/runtime/README.md @@ -1,13 +1,13 @@ # radroots-runtime -Runtime config, IO, and process helpers for Rad Roots services and apps. +Runtime configuration, I/O, and process primitives for Rad Roots services and apps. ## Goals -- define stable runtime primitives for config loading, JSON IO, and process wiring +- define stable runtime interfaces for config loading, JSON I/O, and process wiring - keep runtime behavior deterministic across development and production environments -- provide reusable tracing, signal, and service configuration helpers -- support CLI-driven runtime entrypoints through feature-gated interfaces +- support tracing, signal, and service configuration integration surfaces +- provide reusable runtime primitives for higher-level Rad Roots crates ## License