yzm1/boundver

Detect whether component changes are internal, behavioral, boundary-affecting, or compatibility-breaking.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandboundver command to run. One of: verify, generate, validate-config, status, diff, discover. Default is 'verify'. noverify
argsAdditional arguments passed directly to the boundver command. Example: "--source head --components svc,worker" no""
versionpip install specifier for boundver. Defaults to installing from the main branch on GitHub. Once published on PyPI, set to e.g. "boundver==0.9.0". noboundver>=0.9.0
namedescription
exit-codeExit code from the boundver command (0=ok, 1=drift, 2=usage error).
issuesNewline-separated list of issues found (verify command only). Empty when the lockfile is up to date.