feat: Wire PrecedentDrawer to real case law citation data#116
Merged
williamzujkowski merged 1 commit intomainfrom Mar 31, 2026
Merged
feat: Wire PrecedentDrawer to real case law citation data#116williamzujkowski merged 1 commit intomainfrom
williamzujkowski merged 1 commit intomainfrom
Conversation
) - Add 'annotations' content collection for YAML case law files - Load annotation data at build time via getEntry() - Pass real cases to PrecedentDrawer (was empty []) - Map annotation fields to CaseAnnotation type with proper enums - 47 Title 18 sections have citation data (19K+ cases) The PrecedentDrawer now shows real case citations with court grouping, case names, dates, and CourtListener links for sections that have annotation data. Consensus approved 3-0 for integration approach. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Connects the existing PrecedentDrawer component to real case law data from CourtListener.
Consensus: 3-0 approved for integration approach.
Issues
🤖 Generated with Claude Code