mizcausevic-dev/Kinetic Gain Suite Fleet Overview
One-page composition overview across all 5 Kinetic Gain Suite protocols, posted as a PR comment.
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 overview as a PR comment. 'auto' (default) posts only on pull_request events. | no | auto |
| fail-on-missing-protocol | Fail the run when any of the 4 core Suite protocols (AgentCard / Tool Card / Prompt Provenance / Evidence Bundle) is missing from the fleet. | no | false |
| fail-on-unrouted | Fail the run when any JSON file did not match a known Suite protocol. | no | false |
| max-unrouted | Maximum allowed unrouted documents before failing the run. Takes precedence over fail-on-unrouted when set. | no | — |
| 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 in the fleet. |
| missing-protocols | Number of core protocols missing from the fleet. |
| unrouted-files | Number of files that did not match any known Suite protocol. |