#!/usr/bin/env bash
# Convenience wrapper for the canonical Cortex backup command.

set -euo pipefail

ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
exec "${ROOT}/.agents/scripts/cortex-backup" "$@"
