@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface Diagnostic

    @suluk/cockpit — the PURE cockpit core: the cycle model, the builder model, codegen, deploy planning, and the validate/audit/preview helpers. No host API. Two shells consume this exact core: the vscode extension (suluk-vscode) and the web admin panel (@suluk/admin, served under /superadmin). One brain, two faces. CANDIDATE tooling — NOT official OAS.

    interface Diagnostic {
        severity: "error" | "warning" | "info";
        path: string;
        message: string;
    }
    Index

    Properties

    Properties

    severity: "error" | "warning" | "info"
    path: string
    message: string