A dbt-first semantic assumption check for SQL changes
Catches semantic assumption breaks in dbt SQL that existing tools miss entirely.

Detects breaking JSON schema changes and generates test data.
Backend developers and API maintainers managing schema versions
OpenAPI Diff · Schemathesis
Catches semantic assumption breaks in dbt SQL that existing tools miss entirely.
Wraps chaotic USITC API into versioned JSON; nightly diffs + webhooks beat scraper maintenance.
Replaces tariff scraper maintenance with nightly diffs and webhooks, but solves a narrow domain problem.
Claude Code safety gate that blocks breaking changes; solves real foot-gun but limited to one AI tool.
TypeScript AST contracts feed LLMs correct props; stops AI from hallucinating missing fields.
Standardizes breaking change alerts so CI pipelines can gate deploys before production breaks.