You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(xsd): default fetch URL + sha256 to data/sources.json
`bun run xsd:fetch` no longer requires --url. The script reads the
URL and expected sha256 from data/sources.json's ecma-376-transitional
entry by default; CLI flags and XSD_PART4_URL still override for
testing a new edition before pinning it.
Common case becomes a single command:
bun run xsd:fetch
The manifest is the canonical pin (already used to upsert
reference_sources via sources:sync), so making it the default for the
fetch script keeps a single source of truth instead of asking
contributors to remember a long URL or paste it into a .env.
Docs (CLAUDE.md, scripts/ingest-xsd/README.md) updated to show the
short form and explain how to override.
0 commit comments