feat: add CI validation, index auto-builder, and contributor guides#7
Merged
ningzimu merged 2 commits intoMLT-OSS:mainfrom Feb 25, 2026
Merged
feat: add CI validation, index auto-builder, and contributor guides#7ningzimu merged 2 commits intoMLT-OSS:mainfrom
ningzimu merged 2 commits intoMLT-OSS:mainfrom
Conversation
- add GitHub Actions workflows for PR validation and auto index update - add scripts/build_indexes.py to generate all index and badge files - add pyproject.toml with uv project config and check-jsonschema dependency - add AGENTS.md as AI-oriented contributor guide - add dynamic shields.io badge JSON files for sources count and progress - remove duplicate bis-statistics.json (kept international/economics/bis.json) - update .gitignore to exclude .claude/ and CLAUDE.md - update README.md badge URLs to use dynamic endpoint - update firstdata/sources/README.md to reference statistics.json instead of hardcoded numbers
6 tasks
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
scripts/build_indexes.pyto programmatically generate all index and badge JSON filespyproject.tomlwith uv project config andcheck-jsonschemadependencyAGENTS.mdas an AI-agent-oriented contributor guidefirstdata/badges/) for live source count and progress displaybis-statistics.json(consolidated intointernational/economics/bis.json).gitignoreto exclude.claude/andCLAUDE.mdfirstdata/sources/README.mdto referencestatistics.jsoninstead of hardcoded numbersCI Workflows
validate-sources.yml(triggered on PR):datasource-schema.jsonidfields across all source filesupdate-indexes.yml(triggered on merge to main):firstdata[bot]Test plan
uv run check-jsonschemapasses on all 131 source filesscripts/build_indexes.pyruns successfully and generates correct outputbis-statistics.jsonupdate-indexesafter merge and committed updated indexes