#!/usr/bin/env bash
# Phase 0 Spike runner
# Transpiles and runs the spike PoC
set -e
cd "$(dirname "$0")"
echo "=== Building spike.ts ==="
npx --yes tsx extensions/remote-control/spike.ts