#!/usr/bin/env bash
set -euo pipefail
ROOT="${PROJECT_ROOT:-$(pwd)}"
cat "$ROOT/docs/freedommoney_handoff/NEXT_AGENT_FIRST_PROMPT.md"
