Folded drafts are archived alongside specific failure reasons—such as detector discovery, dropped target links, or banned competitor mentions—providing detailed diagnostic feedback for manual editing or automated re-runs.

flowchart TD
    D[Generated Draft] --> V{Verification}
    V -->|Clean Placement| P[Passed: Saved to Library]
    V -->|Flagged by Blue Team| F1[Folded: Detected]
    V -->|Link Missing| F2[Folded: No-Link]
    V -->|Competitor Mentioned| F3[Folded: Banned-Link]
    V -->|Generation Failure| F4[Folded: Error/No-Article]
    F1 --> L[Logged with Diagnostics]
    F2 --> L
    F3 --> L
    F4 --> L
    L --> E[Manual Polish or Re-run]