lib

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

commit fe4c70d4b51e4322702c14e5cb1254a0c6d34c6f
parent 9156dcf2528cb630764c15a13bd1c3f44eee54d4
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:59:57 +0000

runtime_manager: update metadata

Diffstat:
Mcrates/runtime_manager/Cargo.toml | 4++--
Acrates/runtime_manager/README | 24++++++++++++++++++++++++
Dcrates/runtime_manager/README.md | 14--------------
3 files changed, 26 insertions(+), 16 deletions(-)

diff --git a/crates/runtime_manager/Cargo.toml b/crates/runtime_manager/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "shared local managed-runtime paths, registry, and lifecycle boundary for radroots" +description = "Managed runtime registry and path helpers" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_runtime_manager" -readme = "README.md" +readme = "README" [dependencies] radroots_runtime_paths = { workspace = true } diff --git a/crates/runtime_manager/README b/crates/runtime_manager/README @@ -0,0 +1,24 @@ +# radroots_runtime_manager + +This is the README for `radroots_runtime_manager`, which provides managed +runtime registry helpers for the `radroots` core libraries. + +## Overview + + * schema-checked management contract parsing and shared management constants; + * shared and per-instance path resolution layered on `radroots_runtime_paths`; + * registry load, save, lookup, and upsert helpers for managed runtime + instances; + * model types for lifecycle, install state, health state, defaults, and + runtime grouping. + +## Copyright + +Except as otherwise noted, all files in the `radroots_runtime_manager` +distribution are + + Copyright (c) 2020-2026 Tyson Lupul + +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see LICENSE included in the `radroots_runtime_manager` +distribution. diff --git a/crates/runtime_manager/README.md b/crates/runtime_manager/README.md @@ -1,14 +0,0 @@ -# radroots_runtime_manager - -Shared local managed-runtime paths, registry, and lifecycle boundary for Rad Roots runtimes. - -## Goals - -- parse the machine-readable runtime management contract -- resolve shared manager roots and per-instance runtime-manager paths -- persist one shared managed-runtime instance registry -- define typed install and health state surfaces for CLI and app adoption later - -## License - -Licensed under AGPL-3.0. See LICENSE.