You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src tests README.md docs api pyproject.toml 2>/dev/null || true
)"
if [[ -n "${violations}" ]]; then
echo "forbidden Hawk consumer references found:"
echo "${violations}"
echo
echo "hawk-sdk-python must depend on Hawk public APIs/contracts only; do not reference support engine repos, hawk/internal, or removed hawk/shared/types"