diff --git a/repos.yaml b/repos.yaml index 1857d4dd..c14381d9 100644 --- a/repos.yaml +++ b/repos.yaml @@ -137,6 +137,9 @@ repos: autocti_workspace: github: PyAutoLabs/autocti_workspace category: workspace + autoreduce_workspace: + github: PyAutoLabs/autoreduce_workspace + category: workspace autofit_workspace_test: github: PyAutoLabs/autofit_workspace_test category: workspace_test diff --git a/scripts/repos_sync.py b/scripts/repos_sync.py index adf9f54b..f8ed5208 100644 --- a/scripts/repos_sync.py +++ b/scripts/repos_sync.py @@ -619,7 +619,7 @@ def write_claude_md_pointers(root, repos): "PyAutoBrain/agents/conductors/release/nightly.sh": {"PyAutoLabs", "PyAutoLens"}, "PyAutoBrain/agents/conductors/release/rehearse.sh": {"PyAutoArray", "PyAutoNerves", "PyAutoFit", "PyAutoGalaxy", "PyAutoLabs", "PyAutoLens"}, "PyAutoBrain/agents/conductors/release/validate.sh": {"PyAutoArray", "PyAutoNerves", "PyAutoFit", "PyAutoGalaxy", "PyAutoLabs", "PyAutoLens"}, - "PyAutoBrain/agents/conductors/workspace/_workspace.py": {"HowToFit", "HowToGalaxy", "HowToLens", "PyAutoLabs", "PyAutoReduce", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace"}, + "PyAutoBrain/agents/conductors/workspace/_workspace.py": {"HowToFit", "HowToGalaxy", "HowToLens", "PyAutoLabs", "PyAutoReduce", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace", "autoreduce_workspace"}, "PyAutoBrain/agents/faculties/memory/_memory.py": {"autolens_assistant"}, "PyAutoBrain/agents/faculties/memory/memory.sh": {"autolens_assistant"}, "PyAutoBrain/agents/faculties/review/_review.py": {"PyAutoLabs"}, @@ -645,7 +645,7 @@ def write_claude_md_pointers(root, repos): "PyAutoBrain/tests/test_policy_seams.py": {"PyAutoFit", "PyAutoLens", "autolens_workspace"}, "PyAutoBrain/tests/test_review_inplace.py": {"PyAutoArray", "PyAutoLabs"}, "PyAutoBrain/tests/test_skill_install.py": {"PyAutoLabs"}, - "PyAutoBrain/tests/test_workspace_conductor.py": {"HowToGalaxy", "HowToLens", "autolens_workspace"}, + "PyAutoBrain/tests/test_workspace_conductor.py": {"HowToGalaxy", "HowToLens", "autolens_workspace", "autoreduce_workspace"}, "PyAutoHands/autohands/aggregate_results.py": {"PyAutoArray", "PyAutoNerves", "PyAutoFit", "PyAutoGalaxy", "PyAutoLabs", "PyAutoLens", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace"}, "PyAutoHands/autohands/build_util.py": {"PyAutoNerves"}, "PyAutoHands/autohands/bump_colab_urls.sh": {"HowToFit", "HowToGalaxy", "HowToLens", "PyAutoLabs", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace"},