#!/usr/bin/env bash
# Run wire-contract tests pinning the JSON shape of every public Lifeloop type.
# Discipline: docs/playbooks/wire-contract-review.md.
set -euo pipefail
exec cargo test --test wire_contract -- --include-ignored
