Honey Village: six model builds + hub frontend, Dockerized for Dokploy

This commit is contained in:
2026-07-15 10:50:12 -04:00
commit 67253bded5
523 changed files with 58879 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
cd /Users/leidianyayi/Documents/GitHub/ModelTest20260714/GLM5.2
echo "=== smoke1 (load+render) ==="
node tools/smoke.mjs 2>&1 | grep -E "canvas|CONSOLE ERRORS"
echo "=== smoke4 (state) ==="
node tools/smoke4.mjs 2>&1 | grep "ERRORS"
echo "=== smoke5 (transitions+endings) ==="
node tools/smoke5.mjs 2>&1 | grep -E "transition_to_plaza|house_stopped|ending_E|ERRORS"
echo "=== probeclue ==="
node tools/probeclue.mjs 2>&1 | tail -1
echo "=== probeT14 ==="
node tools/probeT14.mjs 2>&1 | tail -1
echo "=== probechoice ==="
node tools/probechoice.mjs 2>&1 | tail -1
echo "=== ALL DONE ==="