Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/repos_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -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"},
Expand Down