If $X = (X_1,...,X_n)$ is a random vector from $N(\mu, \Sigma)$, where $$ \Sigma = \begin{bmatrix} 1 & \rho & \dots & \rho \\ \rho & 1 & \dots & \rho \\ \vdots & \vdots & \ddots & \vdots \\ \rho & \rho & \dots & 1 \end{bmatrix}, $$ we can get that $S^2$ is independent with $\bar{X}$, since $\Sigma = \sigma^2[(1-\rho)I + \rho11^T]$. If we set $$ A = \begin{bmatrix} 1-1/n & 1/n & \dots & 1/n \\ -1/n & 1-1/n & \dots & -1/n \\ \vdots & \vdots & \ddots & \vdots \\ -1/n & -1/n & \dots & 1-1/n \end{bmatrix}, $$ then we can get that $AX \sim N(A\mu, A\Sigma A^T)$ and then we can verify $S^2$ and $\bar{X}$ are independent because of the independence between $\bar{X}$ and $X_i - \bar{X}$. However, do we know that $(n-1)S^2/\sigma^2$ still follows a $\chi^2$ distribution with $df = n-1$? Since from the covariance\variance matrix of $AX$ we know the $X_i - \bar{X}$ and $X_j - \bar{X}$ are not independent, where $i$ is not equal to $j$.
If yes, how can we prove it? If no, which distribution does it follow?