Set VIBESAFE_ENV for subsequent Vibesafe commands (dev|prod).
Set Vibesafe environment mode (dev/prod) for all subsequent commands in this session. Use to switch between development and production environments.
/plugin marketplace add julep-ai/vibesafe/plugin install vibesafe@VibesafeSet the Vibesafe mode for this session by exporting VIBESAFE_ENV, then report the new value.
Steps (run in order):
export VIBESAFE_ENV="{{ env }}"echo "VIBESAFE_ENV=$VIBESAFE_ENV"Examples:
/vibesafe:set-mode dev/vibesafe:set-mode prod