chore: fix bat CRLF, add ko agent translations

- deploy-egbim-plugin.bat: LF → CRLF (Windows cmd 호환)
- .claude/agents/planner-ko.md: planner 한국어 번역본
- .claude/agents/evaluator-ko.md: evaluator 한국어 번역본

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-10 08:27:57 +09:00
parent 190cc6e596
commit 612cc8ac51
3 changed files with 103 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ set "OUTDIR=src\Sut\EgBim\Recordingtest.Sut.EgBim.PluginHost\bin\Debug\net8.0-wi
set "DEST=EG-BIM Modeler\Plugins\Recordingtest.Sut.EgBim.PluginHost"
echo ============================================================
echo [1/4] Safety check is EG-BIM Modeler running?
echo [1/4] Safety check ??is EG-BIM Modeler running?
echo ============================================================
tasklist /FI "IMAGENAME eq EG-BIM Modeler.exe" 2>nul | find /I "EG-BIM Modeler.exe" >nul
if not errorlevel 1 (
@@ -50,7 +50,7 @@ if exist "%DEST%" (
mkdir "%DEST%"
REM Copy plugin entry + HmEG-aware provider + generic contract.
REM Intentionally *not* copying HmEG.dll / Editor*.dll those are already
REM Intentionally *not* copying HmEG.dll / Editor*.dll ??those are already
REM provided by the SUT at runtime.
copy /y "%OUTDIR%\Recordingtest.Sut.EgBim.PluginHost.dll" "%DEST%\" >nul || goto :copy_fail
copy /y "%OUTDIR%\Recordingtest.Hmeg.Bridge.dll" "%DEST%\" >nul || goto :copy_fail
@@ -67,7 +67,7 @@ echo ============================================================
dir /b "%DEST%"
echo.
echo OK Recordingtest.Sut.EgBim.PluginHost deployed.
echo OK ??Recordingtest.Sut.EgBim.PluginHost deployed.
echo Next: launch EG-BIM Modeler, then in a shell:
echo curl http://localhost:38080/health
echo curl http://localhost:38080/scene