refactor(relay): add --smoke entrypoint

This commit is contained in:
Peter Steinberger
2026-01-07 03:12:30 +00:00
parent 59cc15f3cc
commit aa87d6cee8
4 changed files with 84 additions and 7 deletions

View File

@@ -255,7 +255,7 @@ if [[ "${SKIP_GATEWAY_PACKAGE:-0}" != "1" ]]; then
rm -rf "$RELAY_BUILD_DIR"
echo "🧪 Smoke testing bundled relay QR modules"
CLAWDBOT_SMOKE_QR=1 "$RELAY_OUT" >/dev/null
"$RELAY_OUT" --smoke qr >/dev/null
echo "🎨 Copying gateway A2UI host assets"
rm -rf "$RELAY_DIR/a2ui"