SteadySentinel.psm1

# SteadySentinel (ste-sen) — placeholder module reserving the PSGallery name (Data Boar beastiary).
# Real implementation forthcoming. See: https://github.com/FabioLeitao/data-boar
function Get-SteadySentinelInfo { [pscustomobject]@{ Name = 'SteadySentinel'; Mnemonic = 'ste-sen'; Status = 'placeholder' } }
Export-ModuleMember -Function Get-SteadySentinelInfo