Registry backbone: the depth-2 families - #9
Open
roed-math wants to merge 1 commit into
Open
Conversation
Closed
roed-math
force-pushed
the
split/07-backbone-roots
branch
from
August 8, 2026 16:12
7b5eb40 to
310d74e
Compare
roed-math
force-pushed
the
split/08-backbone-mid
branch
from
August 8, 2026 16:12
620bdde to
1f35125
Compare
roed-math
force-pushed
the
split/07-backbone-roots
branch
from
August 9, 2026 02:43
310d74e to
9906259
Compare
roed-math
force-pushed
the
split/08-backbone-mid
branch
from
August 9, 2026 02:43
1f35125 to
1002dc8
Compare
roed-math
force-pushed
the
split/07-backbone-roots
branch
from
August 9, 2026 05:01
9906259 to
c15ed57
Compare
roed-math
force-pushed
the
split/08-backbone-mid
branch
from
August 9, 2026 05:01
1002dc8 to
f2743bc
Compare
roed-math
force-pushed
the
split/07-backbone-roots
branch
from
August 9, 2026 05:21
c15ed57 to
92e9627
Compare
roed-math
force-pushed
the
split/08-backbone-mid
branch
from
August 9, 2026 05:21
f2743bc to
efe5d3f
Compare
roed-math
force-pushed
the
split/07-backbone-roots
branch
from
August 9, 2026 08:23
92e9627 to
aae6ce1
Compare
roed-math
force-pushed
the
split/08-backbone-mid
branch
from
August 9, 2026 08:23
efe5d3f to
c612f72
Compare
The second layer of the family DAG. Same shape as the previous PR: parent families only, so that the 38 one-family PRs at the end of the series can be reviewed and merged in any order. Part of the series that splits #1 into reviewable pieces: 1. `01-bibliography` — packaging, docs, annotated bibliography 2. `02-parsing` — equation strings to a term model 3. `03-registry` — the YAML family registry (3 seed families) 4. `04-matchers` — shape recognizers 5. `05-classify` — the classification pipeline 6. `06-solvers` — solver framework, two seed solvers, and the CLI 7. `07..09-backbone` — the 23 parent families of the DAG, by depth 8. one PR per remaining family (38 of them, mutually independent) 9. `99-polish` — restore the full doctests and tighten the invariants
roed-math
force-pushed
the
split/07-backbone-roots
branch
from
August 9, 2026 20:35
aae6ce1 to
86aa728
Compare
roed-math
force-pushed
the
split/08-backbone-mid
branch
from
August 9, 2026 20:35
c612f72 to
d4fcad7
Compare
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.
The second layer of the family DAG.
Same shape as the previous PR: parent families only, so that the 38 one-family
PRs at the end of the series can be reviewed and merged in any order.
Part of the series that splits #1 into reviewable pieces:
01-bibliography— packaging, docs, annotated bibliography02-parsing— equation strings to a term model03-registry— the YAML family registry (3 seed families)04-matchers— shape recognizers05-classify— the classification pipeline06-solvers— solver framework, two seed solvers, and the CLI07..09-backbone— the 23 parent families of the DAG, by depth99-polish— restore the full doctests and tighten the invariants