[feat] Add component directory scripts - #4
Merged
Conversation
Merged
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jan 27, 2026
Merged
sfc-gh-bnisco
marked this pull request as ready for review
January 27, 2026 21:15
sfc-gh-bnisco
force-pushed
the
01-26-_feat_add_jsonschemas
branch
from
January 27, 2026 22:22
e1aa345 to
909d426
Compare
sfc-gh-bnisco
force-pushed
the
01-26-_feat_add_component_directory_scripts
branch
from
January 27, 2026 22:22
5ca21bc to
8a55ec8
Compare
sfc-gh-bnisco
changed the base branch from
01-26-_feat_add_jsonschemas
to
graphite-base/4
January 27, 2026 22:30
sfc-gh-bnisco
force-pushed
the
graphite-base/4
branch
from
January 27, 2026 22:31
909d426 to
f8d7dcb
Compare
sfc-gh-bnisco
force-pushed
the
01-26-_feat_add_component_directory_scripts
branch
from
January 27, 2026 22:31
8a55ec8 to
d47eab6
Compare
mayagbarnes
reviewed
Jan 27, 2026
mayagbarnes
approved these changes
Jan 27, 2026
sfc-gh-bnisco
force-pushed
the
01-26-_feat_add_component_directory_scripts
branch
2 times, most recently
from
January 29, 2026 17:10
3a189b4 to
0c7c242
Compare
sfc-gh-bnisco
force-pushed
the
01-26-_feat_add_component_directory_scripts
branch
from
January 29, 2026 17:27
0c7c242 to
3615421
Compare
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.

TL;DR
Add component directory infrastructure with scripts for validation, enrichment, and ranking.
What changed?
.gitattributesto mark compiled files as generatedHow to test?
pip install -r requirements.txtpython directory/scripts/run_pipeline.pyexport GH_TOKEN=your_tokenpython directory/scripts/validate.pypython directory/scripts/enrich_images.py --check-onlypython directory/scripts/enrich.pyWhy make this change?
This infrastructure enables automated processing of component submissions with:
The system is designed to be maintainable, with separate modules for different concerns and configurable parameters for flexibility.