stop the run at the end of the rewritten sections

A WIP boundary after section 2 so the finished part can be run start to finish
on its own, without the untouched sections below acting on the machine. It moves
down as each section is worked through and goes away when the walk ends.

Also ignores .setup-progress, which the script writes beside itself and is
per-machine. The exit message names it, because with it in place a second run
skips section 2 and the rewritten part cannot be re-felt from scratch.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-12 17:25:38 +00:00
co-authored by Claude Opus 5
parent dbdef23d29
commit bba6d854bc
2 changed files with 16 additions and 0 deletions
@@ -120,6 +120,19 @@ if ! skip; then
step_ok
fi
# ─────────────────────────────────────────────────────────────────────────────
# WIP BOUNDARY — everything below is still the original script
# ─────────────────────────────────────────────────────────────────────────────
#
# Move this block down as each section is worked through, and delete it when the
# walk reaches the end. It exists so the rewritten part can be run start to
# finish on its own without the untouched sections acting on the machine.
echo ""
info "Stopping here — sections below this point have not been rewritten yet."
info "Run again from scratch with: sudo rm -f $PROGRESS_FILE"
echo ""
exit 0
# =============================================================================
# 3. Locale
# =============================================================================