From 69bd650dc51dc02f40a0b1eb3ab86aa576a9821b Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:31:47 +0800 Subject: [PATCH] scratch: move u4_step3 loop-close scripts (fit4b/guard/retry) out of scripts/ top The U4 loop-close is a separate finished-enough goal from the demo; guard killed. scripts/ top level is now just fit.py + smoke.py. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com> --- scripts/{ => scratch}/u4_step3_fit4b.py | 0 scripts/{ => scratch}/u4_step3_guard.sh | 0 scripts/{ => scratch}/u4_step3_retry.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{ => scratch}/u4_step3_fit4b.py (100%) rename scripts/{ => scratch}/u4_step3_guard.sh (100%) rename scripts/{ => scratch}/u4_step3_retry.sh (100%) diff --git a/scripts/u4_step3_fit4b.py b/scripts/scratch/u4_step3_fit4b.py similarity index 100% rename from scripts/u4_step3_fit4b.py rename to scripts/scratch/u4_step3_fit4b.py diff --git a/scripts/u4_step3_guard.sh b/scripts/scratch/u4_step3_guard.sh similarity index 100% rename from scripts/u4_step3_guard.sh rename to scripts/scratch/u4_step3_guard.sh diff --git a/scripts/u4_step3_retry.sh b/scripts/scratch/u4_step3_retry.sh similarity index 100% rename from scripts/u4_step3_retry.sh rename to scripts/scratch/u4_step3_retry.sh