Conversation
Text-only live sessions + Stripe-metadata-driven subscriptions (Council 004)
Fix chunks confusion on translation function #86exw91re
docs: add sibling repos (extension, pilotui) and cross-repo testing workflow
…ms for L3+ fill-in #86exnxph5 Surface two flat fields on every item returned by get-review-session (getDueItems) and get-custom-review-session (getCustomReviewItems): - confirmed_chunk: text of the phrase's primary chunk (highest confidence, tie-break earliest), or null when the phrase has no chunks so the renderer falls back to the recognition card. - source_sentence: the phrase's context, kept whole (no AI-trim), or null. Read-path only; no schema change. Ratified by Council 005 (primary-chunk rule). Adds a ReviewItem type and unit tests covering highest-confidence selection, tie-break, and the null-fallback cases. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
🎉 This PR is included in version 1.0.0-dev.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
📋 Summary
This PR enhances the Leitner review system by returning both the confirmed chunk and the source sentence for review items at level 3 and above that use fill-in-the-blank type questions.
🔗 Related Tasks
#86exnxph5 - Return confirmed chunk and source sentence on review items for L3+ fill-in
📝 Additional Details
This change improves the data returned during the review process, enabling better context and validation for advanced-level fill-in-the-blank exercises.
📜 Commit List
2856a3b feat(leitner): return confirmed_chunk + source_sentence on review items for L3+ fill-in #86exnxph5
06cb6e2 Merge pull request #51 from codebridger/dev
d1bcd99 Merge pull request #50 from codebridger/dev
ed3611a Merge pull request #48 from codebridger/dev