Feat/federalregister - #81
Merged
Merged
Conversation
|
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.




This pull request introduces comprehensive documentation and configuration updates to add full support for the Federal Register (FR) as a first-class source in the LexBuild project. It updates the monorepo structure, CLI documentation, and output formats to reflect the addition of the new
@lexbuild/frpackage, and details how FR documents are downloaded, converted, and organized. The changes also include several minor and patch-level changeset entries for versioning and maintenance.Federal Register (FR) source integration and documentation:
@lexbuild/fras a stable, documented package for Federal Register support, including updates to all relevant documentation (README.md,CLAUDE.md) to describe the FR workflow, CLI commands, output structure, and metadata fields. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]CLI and output enhancements:
download-fr,convert-fr), including options, usage examples, and output directory structure. [1] [2] [3] [4]Monorepo and changeset configuration:
.changeset/config.jsonto include@lexbuild/frin the fixed version group, ensuring proper versioning across all core packages.Design and architecture notes:
Maintenance and quality improvements:
These updates collectively ensure that the Federal Register is fully integrated into the LexBuild project, with robust documentation, CLI support, and consistent architecture and versioning.