chore(schema): re-sync vendored ingest.v1.json from data-ingestors master#79
Open
LukasWodka wants to merge 1 commit into
Open
chore(schema): re-sync vendored ingest.v1.json from data-ingestors master#79LukasWodka wants to merge 1 commit into
LukasWodka wants to merge 1 commit into
Conversation
…ster
The embedded CLI copy had drifted from tracebloc/data-ingestors master, so the
`Schema drift check` CI job (scripts/sync-schema.sh --check) fails on every cli
PR. Re-synced via `scripts/sync-schema.sh`.
Brings in the current upstream schema, including a target_size description
change ("[height, width]" -> "[width, height]", noting it matches PIL.Image.size
+ ImageResolutionValidator) and the latest category-conditional blocks.
Unblocks the drift check for open cli PRs (e.g. #78). Separate from data-ingestors
itself and from client-runtime#106 (which synced client-runtime's own vendored copy).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
👋 Heads-up — Code review queue is at 11 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
aptracebloc
approved these changes
Jun 15, 2026
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.
Re-syncs the CLI's embedded
internal/schema/ingest.v1.jsonwith tracebloc/data-ingestors master so the Schema drift check CI job passes again (it currently fails on every cli PR, including #78).Ran
scripts/sync-schema.sh; verified--checkis clean,go build, andgo test ./...all pass.Notable upstream content:
target_sizedescription[height, width]→[width, height](matchesPIL.Image.size/ImageResolutionValidator) + current category-conditional blocks.Distinct from client-runtime#106 (which synced client-runtime's vendored copy); this is the CLI's separate embedded copy. Once merged, #78 picks it up via a develop merge.
🤖 Generated with Claude Code