Competitor domain enforcement automatically screens drafts against property-level co-link policies using word-boundary regex checks, immediately folding any article that mentions or links to banned rival domains before the Blue Team detector evaluates it.

flowchart LR
    A[Red Team Draft] --> B[Prune Dead Links]
    B --> C{Banned Domain Found?}
    C -- Yes --> D["Fold: banned-link (Skip Blue Team)"]
    C -- No --> E[Blue Team Detector]
    E -- Undetected --> F[Save to Library]
    E -- Detected --> G["Fold: detected"]