Option Strict On
Option Explicit On

Namespace Nexamas.UI.CommandActions

    ''' <summary>
    ''' Friend-owned readiness vocabulary for the CommandPalette control route.
    ''' </summary>
    Friend Enum MASCommandPaletteReadinessStatus
        Ready = 0
        MissingRegistryRoute = 1
        MissingPublicSurface = 2
        ParallelCommandCatalogDetected = 3
        IncompleteEvidence = 4
    End Enum

End Namespace
