π¦ ClawHub
SchemGuard
by @sethclawd-prog
Detect breaking changes in OpenAPI specs. Use when reviewing API changes, validating PRs that modify API specs, checking backward compatibility, or linting O...
β‘ When to Use
π‘ Examples
# Diff two specs (breaking vs non-breaking)
npx @sethclawd/schemaguard diff old.yaml new.yamlCI check (exit 0=safe, 1=breaking, 2=error)
npx @sethclawd/schemaguard ci --spec ./openapi.yaml --baseline ./baseline.yamlLint spec quality
npx @sethclawd/schemaguard lint ./openapi.yamlJSON output for programmatic use
npx @sethclawd/schemaguard diff old.yaml new.yaml --format json
TERMINAL
clawhub install schemaguard