feat(fetcher): CLI entry point + observability metrics#157
Merged
williamzujkowski merged 1 commit intomainfrom Apr 2, 2026
Merged
feat(fetcher): CLI entry point + observability metrics#157williamzujkowski merged 1 commit intomainfrom
williamzujkowski merged 1 commit intomainfrom
Conversation
) CLI (packages/fetcher/src/cli.ts): - `openlaw-fetch list` — list current release point titles - `openlaw-fetch history` — list all 250+ historical release points - `openlaw-fetch download --title <N>` — download specific title XML - `openlaw-fetch download --all` — download all titles - Minimal arg parsing, human-readable table output Metrics (packages/fetcher/src/metrics.ts): - FetcherMetrics class: discovered, downloaded, skipped, errors, durations - Integrated into OlrcFetcher: auto-tracks all operations - getSnapshot() for reporting with shallow-copy isolation - 25 new tests (metrics unit + integration) Tests: 118 passing across 4 files (up from 68) 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
openlaw-fetch): list, history, download commands for standalone fetcher operationFetcherMetricsclass tracks discovered/downloaded/skipped/errors/durations, integrated intoOlrcFetcherChanges
packages/fetcher/src/cli.tspackages/fetcher/src/metrics.tspackages/fetcher/src/__tests__/metrics.test.tspackages/fetcher/src/fetcher.tspackages/fetcher/src/index.tspackages/fetcher/package.jsonbinfield for CLIRelated
Test plan
🤖 Generated with Claude Code