shipwithjev

Catalog / Tools & apps

0062GitHub

jev-oas-sentinel

OpenAPI compatibility checks, structural and semantic.

Shuhan Sun’s checker diffs two OpenAPI specs structurally, then asks Jev the part a diff cannot answer: whether the contract still means the same thing.

ShuhanSun/jev-oas-sentinelREADME ↗
# JEV OAS Sentinel — System One Semantic Compatibility for OpenAPI

[](https://github.com/ShuhanSun/jev-oas-sentinel/actions/workflows/ci.yml)
[](https://pypi.org/project/jev-oas-sentinel/)
[](https://pypi.org/project/jev-oas-sentinel/)
[](LICENSE)
[](https://github.com/marketplace/actions/jev-oas-sentinel)



Catch behavioral breaking changes hidden in OpenAPI prose—changes that structural schema diff tools cannot see.

`jev-oas-sentinel` compares two OpenAPI documents in two layers:

1. deterministic checks find definite structural compatibility problems;
2. TypeSafe Jev evaluates bounded semantic questions about changed descriptions, examples, defaults, retry behavior, ordering, pagination, authorization, and error semantics.

JEV never writes a review or changes a specification. It returns typed decisions and probabilities; deterministic Python code decides whether to pass, request review, or block.

> [!NOTE]
> JEV OAS Sentinel is an independent community project. It is not affiliated with, maintained by, or endorsed by TypeSafe AI.

## Try it in 30 seconds

No API key or network call to JEV is needed for this preview:



```bash
git clone https://github.com/ShuhanSun/jev-oas-sentinel.git
cd jev-oas-sentinel
uvx jev-oas-sentinel compare \
  --base examples/base-openapi.yaml \
  --head examples/head-openapi.yaml \
  --dry-run \
  --format markdown
```

The example changes an operation's consumer-facing prose. The structural schema remains compatible, but Sentinel identifies the operation that needs semantic review:

```text
| Block | Review | Notice |
|---:|---:|---:|
|0|1|0|

| Severity | Operation | Rule | Finding |
|---|---|---|---|
| review | GET /orders | semantic-evaluation-planned | Contract prose changed and would be sent to JEV |
```

The reproducible [`ben

Also filed under Tools & apps

  1. 0573

    Support chat: agent offered a human escalation path

    A frustrated customer hits a bot loop twice; the judge checks whether a human handoff was offered.

    everyai-com · Tools & apps

  2. 0572

    Subscription cancel: effective date is explicit

    An agent cancels a subscription; the judge checks the exact date the cancellation takes effect.

    everyai-com · Tools & apps

  3. 0571

    Sales quote: numbers match the official price list

    An agent quotes $29/seat against a price list; the judge checks the quote matches exactly.

    everyai-com · Tools & apps

  4. 0570

    Refund chat: agent stated the amount before issuing it

    A support agent issues a $42.50 refund; the judge checks the exact amount was stated before the refund was confirmed.

    everyai-com · Tools & apps