diff mrjunejune/test/production_inference_bundle_test.sh @ 261:b401627fc49e

Add JRPG mock flows and interactive previews Add scripted mock SSE commands, custom event forwarding, animated chat turns, full-height message navigation, and a cyberpunk resume dossier. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 20:38:32 -0700
parents 1f9877b637e9
children 056790c4fb0d
line wrap: on
line diff
--- a/mrjunejune/test/production_inference_bundle_test.sh	Wed Aug 05 09:19:41 2026 -0700
+++ b/mrjunejune/test/production_inference_bundle_test.sh	Wed Aug 05 20:38:32 2026 -0700
@@ -26,6 +26,11 @@
   fi
 done
 
+if grep -Eq '/mock_sidecar($|\\.)|/mock_responses\\.json$' <<<"$files"; then
+  echo "Production bundle contains the development mock inference runtime" >&2
+  exit 1
+fi
+
 config="$(find -L "$bundle" -type f -name litellm_config.yaml -print -quit)"
 grep -q 'os.environ/LITELLM_MASTER_KEY' "$config"
 if grep -Eq 'sk-[A-Za-z0-9_-]{16,}|gh[opurs]_[A-Za-z0-9]{16,}' "$config"; then