#!/usr/bin/env bash
# PreToolUse hook for ks plugin.
#
# Path authorization is enforced server-side by the Tools RBAC guards. This
# hook is intentionally a no-op so new clients do not pre-block writes based on
# deprecated `.locked` path checks. Old clients remain compatible through the
# server-side /tools/permissions/locked shim.

set -euo pipefail

cat >/dev/null || true
exit 0
