DEJAN's dead-link pruner scans candidate drafts using live HTTP socket probes and unwraps broken hyperlinks back into plain text while protecting the core target money link.
flowchart TD
A[Raw AI Draft] --> B[Extract Hyperlinks]
B --> C{Probe HTTP Status}
C -->|2xx/3xx OK| D[Retain Link]
C -->|4xx/5xx/Timeout| E{Target Money Link?}
E -->|Yes| F[Keep Link & Flag Broken Target]
E -->|No Supporting Source| G[Unwrap Markdown to Plain Text]
D --> H[Cleaned Draft to Blue Team]
F --> H
G --> HReferenced by