@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface DoctorOutput

    System-health diagnostic — verifies tokens, bundle, state, scout, rate limit.

    interface DoctorOutput {
        checks: DoctorCheck[];
        summary: { errors: number; ok: number; warnings: number };
    }
    Index

    Properties

    Properties

    checks: DoctorCheck[]
    summary: { errors: number; ok: number; warnings: number }