@edgible-team/sdk
    Preparing search index...

    Interface CatalogVerificationResult

    One nightly verification outcome written back to the registry (Phase 8).

    interface CatalogVerificationResult {
        classification?: "app-failure" | "infra-failure";
        detail?: string;
        passed: boolean;
        ranAt: string;
    }
    Index

    Properties

    classification?: "app-failure" | "infra-failure"

    ADR-0009 classification — only app-failures count toward demotion.

    detail?: string

    Free-text detail for the maintenance issue (e.g. image-pull 404 → re-pin).

    passed: boolean

    Whether the deploy-and-probe run passed.

    ranAt: string

    ISO timestamp the verification ran.