@oss-autopilot/core - v1.6.3
    Preparing search index...

    Function diagnoseCIFormatterFailure

    • Diagnose whether CI log output indicates a formatting failure.

      Pattern-matches known formatter error strings. When repoPath is provided, cross-references with detectFormatters to provide a targeted fix command.

      Parameters

      • logOutput: string

        Raw CI log output to analyze

      • OptionalrepoPath: string

        Optional repo path for cross-referencing with local formatter config

      Returns CIFormatterDiagnosis

      Diagnosis with matched formatter, fix command, and evidence strings