SysProM
    Preparing search index...

    Variable ConflictStrategyConst

    ConflictStrategy: ZodEnum<ConflictStrategy> = ...

    Conflict resolution strategy when both documents have diverged.

    • 'json': prefer the JSON document as source of truth
    • 'md': prefer the Markdown-parsed document as source of truth
    • 'interactive': (not yet supported) prompt user per-conflict
    • 'report': return summary without resolving