Fix build blockers and rewrite README with authorized-use warning.

Restore server/agent compile fixes, wire remote actions end-to-end, harden run.bat, and document AetherForge with a severity-ranked audit in PROBLEMS.md.
This commit is contained in:
drjones
2026-05-28 07:36:59 -07:00
parent 830c755235
commit a9aeaefb1b
12 changed files with 615 additions and 186 deletions

View File

@@ -158,7 +158,10 @@ if not exist "node_modules" (
echo Building frontend with Vite...
call npm run build
if errorlevel 1 (
echo WARNING: Frontend build failed, server will run without dashboard.
echo ERROR: Frontend build failed
cd ..\..
pause
exit /b 1
) else (
echo Frontend built successfully: server\web\dist
)