#!/bin/sh
# selfhost-only (#594): the MoonBit host (src/) was retired, so `moon check` and
# `moon build src/cmd/vibe` no longer exist, and there are no .mbt sources to
# format. A selfhost-side fmt/normalize pre-commit check is not yet ported (#594),
# so this hook is intentionally a no-op until then. The active hook is installed
# by `pkf hooks install` (runs the `pre-commit` task); this file is kept for
# reference / manual `core.hooksPath` setups.
set -e
exit 0
