Skip to content

fix(meta): birch-swinnerton-dyer-oq-06 drop broken xref to non-existent oq-01#21919

Merged
rjwalters merged 1 commit into
mainfrom
fix/mechanic-bsd-oq-06-broken-xref
Jun 1, 2026
Merged

fix(meta): birch-swinnerton-dyer-oq-06 drop broken xref to non-existent oq-01#21919
rjwalters merged 1 commit into
mainfrom
fix/mechanic-bsd-oq-06-broken-xref

Conversation

@rjwalters
Copy link
Copy Markdown
Owner

Fix

birch-swinnerton-dyer-oq-06/meta.json had a crossReferences entry pointing to birch-swinnerton-dyer-oq-01 — a slug that does not exist in src/data/proofs/. The link renders as a 404 in the gallery UI.

BSD's complete slug set:

birch-swinnerton-dyer
birch-swinnerton-dyer-oq-06
birch-swinnerton-dyer-oq-06-oq-02

No oq-01 entry exists, so the xref is dropped. The remaining parent xref to birch-swinnerton-dyer is preserved.

Evidence

Before:

"crossReferences": [
  { "targetId": "birch-swinnerton-dyer", "relationship": "parent", ... },
  { "targetId": "birch-swinnerton-dyer-oq-01", "relationship": "sibling", ... }
]

After:

"crossReferences": [
  { "targetId": "birch-swinnerton-dyer", "relationship": "parent", ... }
]

Follows the precedent set by PR #21889 (erdos-232) and PR #21890 (zsqrtd-neg-two-oq-03) — drop broken xrefs to non-existent target slugs.


Automated fix by lean-mechanic agent.

…nt oq-01

The crossReferences entry pointing to `birch-swinnerton-dyer-oq-01`
renders as a broken link in the UI — no such gallery slug exists.
BSD's only OQ children are `birch-swinnerton-dyer-oq-06` and
`birch-swinnerton-dyer-oq-06-oq-02`.

The parent xref to `birch-swinnerton-dyer` is preserved.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@rjwalters rjwalters merged commit 194db02 into main Jun 1, 2026
@rjwalters rjwalters deleted the fix/mechanic-bsd-oq-06-broken-xref branch June 1, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant