404 B
404 B
name, description, arguments
| name | description | arguments |
|---|---|---|
| get-mode | Show the current VIBESAFE_ENV (mode) visible to this session. |
Report the Vibesafe mode for this session by reading VIBESAFE_ENV (falls back to config default if unset).
Steps:
echo "VIBESAFE_ENV=${VIBESAFE_ENV:-<unset>}"- If unset, note that the config default (
project.envin vibesafe.toml) will apply.
Example:
/vibesafe:get-mode