feat: add the Loaf registry#14
Merged
Merged
Conversation
Loaves were absent from the site: the daily index generation covered Slice_* and Grain_* repos but not Loaf_*, so the two real backplanes never appeared -- while the Grain registry, which has no repos, did. - scripts/generate_loaf_index.py: builds _data/loaf-index.json from loaf.yaml in each Loaf_* repo, mirroring the Slice and Grain generators - _pages/loaves.md: Loaf Registry, grouped by role - pages.yml: run the loaf generator in the daily build - grains.md: nav_order 2 -> 3, so Projects reads Slice, Loaf, Grain Grouped by `role` rather than category, because that is the axis that matters for a Loaf: a backplane provides Slice attachment; a controller provides the controller interface and chains onto a backplane, with no Slice slots of its own. The table surfaces slot count and bus type.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Loaves were absent from the site. The daily index generation covered
Slice_*andGrain_*repos but notLoaf_*— so the two real backplanes never appeared, while the Grain registry, which has no repos at all, did.Changes
scripts/generate_loaf_index.py— builds_data/loaf-index.jsonfromloaf.yamlin eachLoaf_*repo, mirroring the Slice and Grain generators._pages/loaves.md— Loaf Registry, grouped byrole.pages.yml— runs the loaf generator in the daily build.grains.md—nav_order2 → 3, so Projects reads Slice, Loaf, Grain.Grouped by role, not category
roleis the axis that matters for a Loaf: abackplaneprovides Slice attachment; acontrollerprovides the controller interface and chains onto a backplane, with no Slice slots of its own. The table surfaces slot count and bus type.Verified against the live org
Run against the Loaf branches (the manifests aren't on
mainyet):Sorting puts backplanes before controllers, as intended.
Against
mainit currently returns 0 loaves — correct, sinceloaf.yamllands with the Loaf remediation PRs. The index regenerates on the daily cron once those merge.Depends on
bread-infra#9 (merged) — the Loaf schema — and theloaf.yamlmanifests in the two Loaf repos' open PRs.