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

    Interface PolicyRule

    A policy rule with priority-ordered evaluation.

    interface PolicyRule {
        id: string;
        priority: number;
        evaluate(context: PolicyContext): PolicyDecision;
    }
    Index

    Properties

    Methods

    Properties

    id: string
    priority: number

    Methods