4a8af7be39
Mix aliases should only compose mix tasks. Shell tool orchestration (shellcheck, fd) belongs in mise scripts. This removes the mix cmd escape hatch and makes the boundary clear: mix.exs for pure mix composition, scripts/ for cross-toolchain orchestration.
#!/usr/bin/env bash #MISE description="Render README.md with GitHub Flavored Markdown preview" set -e source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh" ensure_working_directory! gh gfm-preview README.md