Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function runDoctorCli

    • Parameters

      • workspace: string
      • options: DoctorOptions = {}

      Returns Promise<
          {
              checks: DoctorCheck[];
              liveProbes: boolean;
              mode: "WORKSPACE"
              | "INSTALL";
              ok: boolean;
              strict: boolean;
              text: string;
              workspaceInitialized: boolean;
          },
      >