AutoBE
    Preparing search index...

    Structured Debug phase report returned by Claude Code.

    interface IReport {
        commands: string[];
        modifiedFiles: string[];
        success: boolean;
        summary: string;
    }
    Index

    Properties

    commands: string[]

    Commands Claude Code ran to verify debug repair.

    modifiedFiles: string[]

    Relative files Claude Code changed while pursuing debug repair.

    success: boolean

    Whether all generated tests passed after the repair attempt.

    summary: string

    Concise explanation of the final outcome.