Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
BeeBright's hints could select an unrelated headword, mix a definition with a different sense's example, or manufacture a generic sentence that did not fit the word. Bronze exposed this problem.
This change rejects unrelated headwords and circular definitions, pairs dictionary definitions and examples by sense, preserves etymology text, and removes the generic sentence fallback. The frontend masks the exact spelling with ___ and does not show stale hints after changing words.
Adds an attributed local catalog with 3,566 definitions, 3,397 origins, and 1,960 contextual examples across the 3,997 built-in words. Bronze has an explicit noun entry and an original sculpture sentence. The catalog includes source links, example references, license information, a reproducible builder, and an exact missing-field report.
This remains a draft: the requested complete catalog is not finished. Coverage counts do not mean every source selection has received editorial review. Missing hints are stated honestly rather than fabricated. No changes have been deployed to production.
Validation: 22 backend tests passed, including exact-word masking across the entire example catalog and coverage reconciliation; 2 frontend hint tests passed; Vite production build passed.