Member Junction
    Preparing search index...

    Interface KnownIssueDiagnostic

    Result of a known-issue diagnostic check (used by mj doctor)

    interface KnownIssueDiagnostic {
        Description: string;
        Id: string;
        RelativePath: string;
        Status: "skipped" | "needs_patch" | "ok";
    }
    Index

    Properties

    Description: string

    Description of the issue

    Id: string

    Patch ID

    RelativePath: string

    File path relative to repo root

    Status: "skipped" | "needs_patch" | "ok"

    Whether the issue was found, already fixed, or couldn't be checked