Skip to content

Commit b495501

Browse files
Jammy2211claude
andauthored
Allowlist PyAutoScientist in the Heart/Hands board-footer surfaces (#276)
The cross-board footer nav (every one-tap board links the family) names the organism board — the family's one non-organ member — from heart/dashboard.py and autohands/board.py. Both are declared board surfaces; the tokens are added deliberately, not casually. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0d8a516 commit b495501

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/repos_sync.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,8 @@ def write_claude_md_pointers(root, repos):
683683
"PyAutoBrain/tests/test_skill_install.py": {"PyAutoLabs"},
684684
"PyAutoBrain/tests/test_workspace_conductor.py": {"HowToGalaxy", "HowToLens", "autolens_workspace", "autoreduce_workspace"},
685685
"PyAutoHands/autohands/aggregate_results.py": {"PyAutoArray", "PyAutoNerves", "PyAutoFit", "PyAutoGalaxy", "PyAutoLabs", "PyAutoLens", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace"},
686+
# PyAutoScientist: the cross-board footer nav names the organism board.
687+
"PyAutoHands/autohands/board.py": {"PyAutoScientist"},
686688
"PyAutoHands/autohands/build_util.py": {"PyAutoNerves"},
687689
"PyAutoHands/autohands/bump_colab_urls.sh": {"HowToFit", "HowToGalaxy", "HowToLens", "PyAutoLabs", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace"},
688690
"PyAutoHands/autohands/check_search_memory.py": {"PyAutoFit", "PyAutoLabs"},
@@ -724,7 +726,9 @@ def write_claude_md_pointers(root, repos):
724726
"PyAutoHeart/heart/checks/version_skew.py": {"PyAutoLabs"},
725727
"PyAutoHeart/heart/checks/workspace_testmode_timing.py": {"PyAutoLabs", "autofit_workspace", "autogalaxy_workspace", "autolens_workspace"},
726728
"PyAutoHeart/heart/checks/worktree_drift.py": {"PyAutoLabs"},
727-
"PyAutoHeart/heart/dashboard.py": {"autolens_profiling", "pyautolabs.github.io"},
729+
# PyAutoScientist: the cross-board footer nav names the organism board
730+
# (the family's one non-organ member) — same surface as the Hands entry.
731+
"PyAutoHeart/heart/dashboard.py": {"autolens_profiling", "pyautolabs.github.io", "PyAutoScientist"},
728732
"PyAutoHeart/heart/fix.py": {"PyAutoFit", "PyAutoLabs"},
729733
"PyAutoHeart/heart/readiness.py": {"autolens_profiling", "autolens_workspace_test"},
730734
"PyAutoHeart/heart/shell/heart_prompt.sh": {"PyAutoLabs"},

0 commit comments

Comments
 (0)