yzm1/boundver
Detect whether component changes are internal, behavioral, boundary-affecting, or compatibility-breaking.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | boundver command to run. One of: verify, generate, validate-config, status, diff, discover. Default is 'verify'. | no | verify |
| args | Additional arguments passed directly to the boundver command. Example: "--source head --components svc,worker" | no | "" |
| version | pip 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". | no | boundver>=0.9.0 |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from the boundver command (0=ok, 1=drift, 2=usage error). |
| issues | Newline-separated list of issues found (verify command only). Empty when the lockfile is up to date. |