1
2026-06-10 d78c495dcb040de142bc5f25df420fd057a2d397
1
2
3
4
5
6
7
8
9
10
@echo off
setlocal
chcp 65001 >nul
 
REM Human-friendly alias for the project-wuji xiaoshen managed Codex window.
REM This opens/reuses the existing thread only; use restore-xiaoshen.bat when the alive PID does not match a visible old-history window.
set "SCRIPT_DIR=%~dp0"
echo [MB-X] open-xiaoshen -> case_analysis.reviewer / project-wuji.xiaoshen
call "%SCRIPT_DIR%open-case-analysis-reviewer.bat"
exit /b %ERRORLEVEL%