@suluk/agents - v0.1.6
    Preparing search index...

    Interface ScopeEscalation

    interface ScopeEscalation {
        parent: string;
        childLocal: string;
        child: string;
        perms: string[];
    }
    Index

    Properties

    parent: string

    the agent whose declared grant is exceeded by a child.

    childLocal: string

    the local handle of the offending sub-agent.

    child: string

    the resolved child agent key.

    perms: string[]

    the permissions the child declares that the parent does NOT grant (silently dropped under intersection).