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

    Function validateSource

    @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.

    • Parse + meta-schema validate a document source. Parse failure → a single error diagnostic.

      Parameters

      • text: string

      Returns { ok: boolean; diagnostics: Diagnostic[] }