#!/usr/bin/env bash
# Id — CLI for agent id (capital I; avoids coreutils id)
set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"
exec node "$ROOT/Id.mjs" "$@"
