#!/usr/bin/env bash
# ca.sh — RETIRED. Cursor is no longer part of this fleet.
# audience: AI coding agents first. Every cursor dispatch route ends here and refuses.
# Exit 3 = engine down / precondition unmet, per WRAPPER-CONTRACT. No fallback, no override flag.

set -uo pipefail

echo "We dont have cursor anymore." >&2
echo '{"ok":false,"detail":"We dont have cursor anymore. ca.sh is retired — route the work to another executor."}' >&2
exit 3
