Reviewer Suggestion
    Preparing search index...

    Interface OwnerRule

    Parsed rule with section-specific exclusion and precedence semantics.

    interface OwnerRule {
        exclude: boolean;
        owners: string[];
        pattern: string;
        section: string;
    }
    Index
    exclude: boolean
    owners: string[]
    pattern: string
    section: string