dashboard
repositories
filestore
activity
search
login
mbx
/
mb-project-wuji
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs: add Wuji strict note rerun package
1
2026-06-15
13eaa23e4e6b21d8ca33c974ced86848ff3a184e
[mbx/mb-project-wuji.git]
/
scripts
/
restore-sessions
/
restore-laoan.bat
1
2
3
4
5
6
7
8
9
10
@echo off
setlocal
chcp 65001 >nul
REM Human-friendly alias for the project-wuji laoan managed Codex window.
REM This restores the existing thread only; it does not create a new provider session.
set "SCRIPT_DIR=%~dp0"
echo [MB-X] restore-laoan -> case_analysis.analyst / project-wuji.laoan
call "%SCRIPT_DIR%restore-case-analysis-analyst.bat"
exit /b %ERRORLEVEL%