diff --git a/.tool-versions b/.tool-versions deleted file mode 100644 index d02c53d1c..000000000 --- a/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -nodejs 25.2.1 diff --git a/scripts/run-plan-loop.sh b/scripts/run-plan-loop.sh deleted file mode 100755 index 0541e83f6..000000000 --- a/scripts/run-plan-loop.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -PLAN_FILE=${1:-plan.md} -if [[ ! -f "$PLAN_FILE" ]]; then - echo "Plan file not found: $PLAN_FILE" >&2 - exit 1 -fi - -REPO_ROOT=$(cd "$(dirname "$PLAN_FILE")" && pwd) -PLAN_PATH="$REPO_ROOT/$(basename "$PLAN_FILE")" -IMPLEMENT_PROMPT=$(cat <