lib

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

README (962B)


      1 # radroots_runtime_manager
      2 
      3 This is the README for `radroots_runtime_manager`, which provides managed
      4 runtime lifecycle and inspection helpers for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * schema-checked management contract parsing and shared management constants;
      9  * shared and per-instance path resolution layered on `radroots_runtime_paths`;
     10  * registry load, save, lookup, and upsert helpers for managed runtime
     11    instances;
     12  * lifecycle helpers for archive install, process start and stop, managed-file
     13    writes, and secret-file handling;
     14  * managed runtime inspection and target-resolution helpers for status, logs,
     15    config, and action availability.
     16 
     17 ## Copyright
     18 
     19 Except as otherwise noted, all files in the `radroots_runtime_manager`
     20 distribution are
     21 
     22  Copyright (c) 2020-2026 Tyson Lupul
     23 
     24 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     25 WARRANTIES, see LICENSE included in the `radroots_runtime_manager`
     26 distribution.