From 7d3a2b2c220c2964af2e1ced307fd773ec5cf8ed Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 8 Jul 2026 11:12:10 +0100 Subject: [PATCH] Generate WORKFLOW.md owner map from PyAutoMind/repos.yaml The hand-maintained owner table was stale (rhayes777/Jammy2211 owners from before the PyAutoLabs org migration). The section is now generated between repos_sync markers by PyAutoMind/scripts/repos_sync.py --write, from the repos.yaml body map (PyAutoLabs/PyAutoMind#36). Co-Authored-By: Claude Fable 5 --- skills/WORKFLOW.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/skills/WORKFLOW.md b/skills/WORKFLOW.md index 22ef330..5db6ab1 100644 --- a/skills/WORKFLOW.md +++ b/skills/WORKFLOW.md @@ -177,11 +177,11 @@ Build is reached only for the release/packaging step (PyPI/tags/notebooks). ## Repo → GitHub owner mapping -| Local dir | GitHub repo | -|-----------|-------------| -| PyAutoConf, PyAutoFit | `rhayes777/` | -| PyAutoArray, PyAutoGalaxy, PyAutoLens | `Jammy2211/` | -| autofit_workspace, autogalaxy_workspace, autolens_workspace, autolens_workspace_test, HowToLens, euclid_strong_lens_modeling_pipeline | `Jammy2211/` | + +All repos live at `PyAutoLabs/` on GitHub, except: `Jammy2211/autofit_workspace_developer`, `Jammy2211/euclid_assistant`, `Jammy2211/admin_jammy`. **Library repos:** PyAutoConf, PyAutoFit, PyAutoArray, PyAutoGalaxy, PyAutoLens. -**Workspace repos:** the `*_workspace*` repos, HowToLens, euclid pipeline. +**Workspace repos:** autofit_workspace, autogalaxy_workspace, autolens_workspace, autofit_workspace_test, autogalaxy_workspace_test, autolens_workspace_test, HowToFit, HowToGalaxy, HowToLens, euclid_strong_lens_modeling_pipeline. + +Generated from `PyAutoMind/repos.yaml`; edit there, then run `python3 PyAutoMind/scripts/repos_sync.py --write`. +