@tikoci/centrs
    Preparing search index...

    Type Alias InspectRequestKind

    InspectRequestKind: "child" | "completion" | "highlight" | "syntax"

    The /console/inspect request modes (lsp's InspectRequest). Only child and completion are wired today (the two the InspectBackend seam exposes); highlight (token-level error detection) and syntax (parse tree), plus the input/.query/.proplist request fields, are the documented Phase-2 extension point for value-level validation — widen the adapter seam when adding them.