src/private/Get-AitherProjectRegistryPath.ps1

function Get-AitherProjectRegistryPath {
    $moduleRoot = Get-AitherModuleRoot
    return Join-Path $moduleRoot "AitherZero/config/projects.json"
}