nexus-agents - v2.80.0
    Preparing search index...

    Interface ActionContext

    Context for evaluating a policy decision.

    interface ActionContext {
        inputTrustTier: "1" | "2" | "3" | "4";
        hasWriteAccess: boolean;
        hasSecretAccess: boolean;
        existingLabels?: ReadonlySet<string>;
    }
    Index

    Properties

    inputTrustTier: "1" | "2" | "3" | "4"

    Trust tier of the primary input source.

    hasWriteAccess: boolean

    Whether the agent currently has write access to the repository.

    hasSecretAccess: boolean

    Whether the agent currently has access to secrets/tokens.

    existingLabels?: ReadonlySet<string>

    Set of labels that exist on the repository (for ProposeLabels validation).