Skip to content

Add Tesseract configuration (tesseract_config.yaml) - #6277

Merged
madskristensen merged 1 commit into
SchemaStore:masterfrom
dionhaefner:feat/tesseract-config
Aug 31, 2026
Merged

Add Tesseract configuration (tesseract_config.yaml)#6277
madskristensen merged 1 commit into
SchemaStore:masterfrom
dionhaefner:feat/tesseract-config

Conversation

@dionhaefner

@dionhaefner dionhaefner commented Aug 31, 2026

Copy link
Copy Markdown

Adds a catalog entry for tesseract_config.yaml, the configuration file for a Tesseract — a tool for packaging simulation/ML components into differentiable, containerized units.

What this registers

  • fileMatch: tesseract_config.yaml / tesseract_config.yml — a distinctive, non-generic filename, so no false-positive risk against other configs.
  • url: points at our self-hosted schema, regenerated from the TesseractConfig model on every docs build and served from the stable docs alias, which always tracks the latest tagged release. No per-release re-submission needed.

Self-hosted, so catalog-only

Following the self-hosted/remote/external guidance, this PR only registers the catalog entry, no in-repo schema file or test fixtures, since those key to a local src/schemas/json/*.json that doesn't exist for an external URL.

Verified locally with node ./cli.js check (passes) and prettier --check.

Register a catalog entry for tesseract_config.yaml, the configuration
file for a Tesseract (https://github.com/pasteurlabs/tesseract-core).

The schema is self-hosted and regenerated on every docs build, so the
catalog url points at the stable docs alias which always serves the
schema for the latest tagged release. No re-submission is needed per
release.
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@madskristensen
madskristensen merged commit 16f1091 into SchemaStore:master Aug 31, 2026
5 checks passed
@madskristensen

Copy link
Copy Markdown
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants