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

    Interface PathAccessRule

    Path access rule for filesystem sandboxing.

    interface PathAccessRule {
        path: string;
        access: "none" | "write" | "read";
    }
    Index

    Properties

    Properties

    path: string

    Path pattern (supports glob).

    access: "none" | "write" | "read"

    Access mode: 'read' | 'write' | 'none'.