lib

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

README (931B)


      1 # radroots_runtime_paths
      2 
      3 This is the README for `radroots_runtime_paths`, which provides canonical
      4 runtime path selection and contract helpers for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * default file-name and bootstrap-path helpers for local runtime layouts;
      9  * platform, host-environment, namespace, and path-profile types for path
     10    decisions;
     11  * resolver, override, and runtime-selection helpers that produce structured
     12    `RadrootsPaths` outputs;
     13  * service and app contract helpers for active profile, override, and root
     14    selection reporting;
     15  * migration and legacy-path inspection helpers for runtime relocation audits.
     16 
     17 ## Copyright
     18 
     19 Except as otherwise noted, all files in the `radroots_runtime_paths`
     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_paths` distribution.