Mercurial
diff mrjunejune/production_entrypoint.sh @ 265:056790c4fb0d
add role-aware Epi assistant prompts
Add verified June knowledge, guest/member/admin Copilot profiles, profile-isolated session recovery, animated Epi greetings, and a single authoritative runtime config workflow for inference.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 10:50:30 -0700 |
| parents | 1f9877b637e9 |
| children | a78f5986011f |
line wrap: on
line diff
--- a/mrjunejune/production_entrypoint.sh Fri Aug 07 07:34:12 2026 -0700 +++ b/mrjunejune/production_entrypoint.sh Fri Aug 07 10:50:30 2026 -0700 @@ -2,6 +2,7 @@ set -euo pipefail bundle_root="$(cd "$(dirname "$0")" && pwd)" +cd "$bundle_root" exec "$bundle_root/mrjunejune/inference_stack.sh" \ "$bundle_root/mrjunejune_server_binary" \