@lexbuild/cli 1.4.2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://github.com/chris-c-thomas/LexBuild/actions/workflows/ci.yml)
|
|
5
5
|
[](https://github.com/chris-c-thomas/LexBuild)
|
|
6
6
|
|
|
7
|
-
This package is part of the [LexBuild](https://github.com/chris-c-thomas/LexBuild)
|
|
7
|
+
This package is part of the [LexBuild monorepo](https://github.com/chris-c-thomas/LexBuild), a tool that converts U.S. legislative XML into structured Markdown optimized for AI, RAG pipelines, and semantic search. See the monorepo for full documentation, architecture details, and contribution guidelines.
|
|
8
8
|
|
|
9
9
|
It provides the CLI entry point for downloading and converting legal and civic texts. Built on [`@lexbuild/core`](https://www.npmjs.com/package/@lexbuild/core) for shared parsing and rendering infrastructure, and also [`@lexbuild/usc`](https://www.npmjs.com/package/@lexbuild/usc) for [United States Code](https://uscode.house.gov/) support. Implementing support for additional sources (CFR, state statutes) is planned.
|
|
10
10
|
|
|
@@ -111,14 +111,6 @@ Each file includes YAML frontmatter (identifier, title, chapter, section, status
|
|
|
111
111
|
|
|
112
112
|
The full U.S. Code — all 54 titles, 60,000+ sections, ~85 million estimated tokens — converts in about 20-30 seconds on modern machines. SAX streaming keeps memory bounded for even the largest titles (100MB+ XML).
|
|
113
113
|
|
|
114
|
-
## Documentation
|
|
115
|
-
|
|
116
|
-
- [LexBuild Monorepo](https://github.com/chris-c-thomas/LexBuild)
|
|
117
|
-
- [Architecture](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/architecture.md)
|
|
118
|
-
- [Output Format](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/output-format.md)
|
|
119
|
-
- [XML Element Reference](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/xml-element-reference.md)
|
|
120
|
-
- [Extending](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/extending.md)
|
|
121
|
-
|
|
122
114
|
## License
|
|
123
115
|
|
|
124
116
|
[MIT](https://github.com/chris-c-thomas/LexBuild/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lexbuild/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Compiler for legal and civic texts. Converts disparate statutory data into structured formats optimized for AI, RAG, and semantic search.",
|
|
5
5
|
"author": "Chris Thomas",
|
|
6
6
|
"license": "MIT",
|