Packages

Prompt Runner SDK - packet-first prompt execution for Elixir and CLI workflows with verifier-owned completion, retry, repair, and git-aware repository orchestration.

Current section

Files

Jump to
prompt_runner_sdk examples simulated_recovery_packet cleanup.sh
Raw

examples/simulated_recovery_packet/cleanup.sh

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
rm -rf "$ROOT/.prompt_runner" "$ROOT/workspace"
echo "Cleaned $ROOT"