diff --git a/scripts/organism_board.py b/scripts/organism_board.py index 743d56e..0f2848c 100644 --- a/scripts/organism_board.py +++ b/scripts/organism_board.py @@ -37,10 +37,12 @@ HOME = Path(__file__).resolve().parents[1] -# The four boards, in routing order. (name, repo, what the board is, -# the door command a 📋 chip copies.) +# The five boards, in routing order. (name, repo, what the board is, +# the door command a 📋 chip copies.) Brain publishes the same badge.json +# headline contract as Heart/Hands/Memory (brain_board.yml). BOARDS = ( ("Mind", "PyAutoMind", "tasks — pick what to work on", "/start_dev "), + ("Brain", "PyAutoBrain", "operations — the morning door: what needs you", "/board"), ("Heart", "PyAutoHeart", "health — is the organism ok?", "/health"), ("Hands", "PyAutoHands", "releases — what shipped", "/release"), ("Memory", "PyAutoMemory", "knowledge — papers and wikis", "/memory "),