#!/bin/sh
# Prismor Warden CLI wrapper
exec python3 "${PRISMOR_HOME:-$HOME/.prismor}/warden/cli.py" --workspace "${PRISMOR_WORKSPACE:-.}" "$@"
