feat(board): add readable physical board signs
Release / release (push) Successful in 2m29s
CI / build (push) Successful in 1m9s

This commit is contained in:
dmg
2026-09-05 09:26:45 -04:00
parent bb537b0556
commit 72e58383a2
18 changed files with 667 additions and 23 deletions
@@ -46,6 +46,10 @@ final class BoardRegistry {
return boards.size();
}
synchronized Map<BoardId, RegisteredBoard> registeredBoards() {
return Map.copyOf(boards);
}
private static Map<BoardId, RegisteredBoard> index(BoardState state) throws IOException {
Map<BoardId, RegisteredBoard> indexed = new LinkedHashMap<>();
for (RegisteredBoard board : state.boards()) {