chore(data): bump the registry pointer to 455bb27f - #95
Merged
Conversation
Picks up four merged registry pull requests: - textrefs/registry#21 — document `alternative_labels` in AGENTS.md - textrefs/registry#29 — correct the Perseus editions, record two verified negatives (closes registry textrefs#22 and textrefs#24) - textrefs/registry#30 — drop the three Wikisource resolver targets - textrefs/registry#31 — seed alternative labels on all twelve works (closes registry textrefs#27) `/find/` now resolves `NE 1094a1` to the Nicomachean Ethics through `TIER.EXACT_ALTERNATIVE_LABEL`. Before this pin it resolved to the New Testament through `TITLE_PREFIX`, which is the failure ADR-0007 was written to close. `npm run verify` and `npm run validate:data` both pass on the new pin: 68,005 records valid, 204,364 pages built, all internal links valid. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CD9MxbT2jSZmJyR9ywJGEs
maehr
force-pushed
the
chore/bump-registry-pointer
branch
from
August 25, 2026 19:41
bd66a88 to
61dbaa4
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the data/ git submodule (the textrefs/registry pointer) to 455bb27f, pulling in recently-merged registry changes so the site build picks up updated work labels and resolver targets.
Changes:
- Bump the registry submodule pointer from
237e39fto455bb27f. - Inherits registry updates including
alternative_labelsseeding (affecting/find/and/reg/label matching) and resolver-target adjustments for several works.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This was referenced Aug 27, 2026
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.
Picks up four merged registry pull requests.
alternative_labelsin the registryAGENTS.md, replacing the stalealt_labelspromisealternative_labelson all twelve worksCloses registry #22, #24 and #27. Registry #26 stays open on its remaining bullets.
What changes on the site
/find/now resolvesNE 1094a1to the Nicomachean Ethics throughTIER.EXACT_ALTERNATIVE_LABEL. Before this pin it resolved to the New Testament throughTITLE_PREFIX, becauseneis a literal prefix ofnew testament. That is the failure ADR-0007 was written to close, and the tier has been live but unexercised since #90 —src/lib/find.test.tsstill notes "No work indata/carriesalternative_labelsyet."/reg/filtering picks the labels up too, via thedata-reg-itemhaystack.Resolver-target changes: the Republic and the Nicomachean Ethics each gain a Greek OCT target beside the corrected English one; the Analects, the Daodejing and Genji each lose their Wikisource target. No reference UUID moves — no UUID seed field was touched in any of the four PRs (ADR-0002).
Checks on the new pin
npm run validate:data— 68,005/68,005 records valid (works=12, systems=10, refs=67,959, mappings=24)npm run compile:data— no dropped resolver targetsnpm run verify— passes; 204,364 pages built, all internal links validThe pinned SHA
455bb27fis the head of registrymain, so the ancestry check in.github/workflows/validate.ymlpasses.Follow-up
textrefs/registry#32 (the Qurʾān) is not in this pin. It is a draft, blocked on #94.