Minimal Kam module entrypoint scaffold.
kam.sh loads the module-local kamfw runtime from:
$MODDIR/lib/kamfw/.kamfwrcThen it delegates execution to:
kamfw run "$KAM_PHASE" -- "$@"KAM_PHASE defaults to install, so the script works as a basic install entry
unless a caller selects another lifecycle phase.
shellcheck -S warning -s bash kam.sh
bash -n kam.sh