Skip to content

delimit-ai/compatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delimit Compatibility Matrix

Automated daily testing of delimit lint against real-world OpenAPI specs from popular open-source projects.

View the live matrix: delimit-ai.github.io/compatibility

How it works

  1. Every day at 6am UTC, a GitHub Action downloads OpenAPI specs from 15+ public repositories
  2. Each spec is linted using delimit-cli to verify parsing and policy evaluation
  3. Results are published as a static page via GitHub Pages

Tested repositories

See repos.json for the full list. Includes projects like cal.com, Backstage, Supabase, Appwrite, PostHog, Mattermost, and more.

Adding a repository

Edit repos.json and add an entry:

{
  "owner": "org-name",
  "repo": "repo-name",
  "spec": "path/to/openapi.yaml",
  "description": "Short description"
}

Local testing

npm install -g delimit-cli
python3 test.py
open index.html

About

Delimit compatibility matrix — tested against 15+ popular OSS repos daily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors