Generate WORKFLOW.md owner map from PyAutoMind/repos.yaml#23
Merged
Conversation
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 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the developer workflow documentation to replace a stale, hand-maintained repo→owner mapping with a generated block intended to stay in sync with PyAutoMind/repos.yaml, keeping repo identity/ownership guidance consistent with the organism’s canonical registry.
Changes:
- Replaced the old owner-mapping markdown table with a
repos_syncgenerated block. - Documented the default GitHub org assumption and listed explicit exceptions.
- Added regeneration instructions pointing to
PyAutoMind/scripts/repos_sync.py --write.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | PyAutoArray, PyAutoGalaxy, PyAutoLens | `Jammy2211/<name>` | | ||
| | autofit_workspace, autogalaxy_workspace, autolens_workspace, autolens_workspace_test, HowToLens, euclid_strong_lens_modeling_pipeline | `Jammy2211/<name>` | | ||
| <!-- repos_sync:begin --> | ||
| All repos live at `PyAutoLabs/<local dir name>` on GitHub, except: `Jammy2211/autofit_workspace_developer`, `Jammy2211/euclid_assistant`, `Jammy2211/admin_jammy`. |
| **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`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the stale hand-maintained repo→owner table in
skills/WORKFLOW.md(it still saidrhayes777/PyAutoFit,Jammy2211/PyAutoArray) with a block generated fromPyAutoMind/repos.yaml— the body map, single source of repo identity (PyAutoLabs/PyAutoMind#36). Regenerate withpython3 PyAutoMind/scripts/repos_sync.py --write; never hand-edit between the markers.🤖 Generated with Claude Code