Releases: OrionArchitekton/schemafit
Releases · OrionArchitekton/schemafit
schemafit v0.1.0
Provider-aware structured-output / JSON-Schema CI linter — catch the schema incompatibilities that make one LLM provider 400 while another succeeds, before they hit production.
schemafit lint schema.json --provider openai,anthropic,gemini— static, offline lint; exits non-zero on violations with the JSON-Pointer path, the keyword, and the reason.schemafit repair— emits a provider-valid variant (lossy transforms flagged).- Ships a CLI (PyPI), Docker image (GHCR), GitHub Action, and pre-commit hook. Zero runtime deps; offline.
Install: pipx install schemafit · docker pull ghcr.io/orionarchitekton/schemafit:v0.1.0