mizcausevic-dev/Kinetic Gain Suite Spec-Version Tracker
Track Kinetic Gain Suite spec versions across a mixed-protocol fleet; flag drift on PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | Directory containing *.json Kinetic Gain Suite documents (mixed protocols supported). | yes | — |
| comment-on-pr | Post the Markdown summary as a PR comment. 'auto' (default) posts only on pull_request events; 'true' / 'false' force the behavior. | no | auto |
| fail-on-drift | Fail the run when any protocol has ≥ 2 distinct spec versions in use (default 'true'). | no | true |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| total-files | Number of JSON files analyzed. |
| protocols-detected | Number of distinct Suite protocols detected. |
| drift-buckets | Number of protocols with version drift (≥ 2 distinct versions). |
| unknown-docs | Number of JSON files that did not match any known Suite spec. |