From f2df2e019fc64f68998629a22489308fd41fff0f Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 8 Jul 2026 11:12:34 +0100 Subject: [PATCH] Note repo-list identity check against PyAutoMind/repos.yaml The run_workspace names are drift-checked against the PyAutoMind/repos.yaml body map (repos_sync.py --check); the per-repo flags remain Build policy and live only here (PyAutoLabs/PyAutoMind#36). Co-Authored-By: Claude Fable 5 --- pre_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pre_build.sh b/pre_build.sh index 68e5c66..163cb33 100644 --- a/pre_build.sh +++ b/pre_build.sh @@ -83,6 +83,8 @@ run_workspace() { # Positional args: repo project [generate=true] [slam=false] [readme_pkg=""] # readme_pkg: when non-empty, the README's " vYYYY.M.D.B" pin is bumped to # the new VERSION. Empty for workspaces with no README version pin. +# The repo names are checked against PyAutoMind/repos.yaml (the body map) by +# `repos_sync.py --check`; the flags are Build policy and live only here. run_workspace "autofit_workspace" "autofit" true false PyAutoFit run_workspace "autogalaxy_workspace" "autogalaxy" true false PyAutoGalaxy run_workspace "autolens_workspace" "autolens" true true PyAutoLens