doctorfixes/Vireon Gatekeeper
Governance kernel with PR comments, contract diff, and schema-driven severity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| contract | Path to Gatekeeper contract JSON | yes | .gatekeeper/contract.json |
| schema | Path to Gatekeeper/schema.json | yes | .gatekeeper/schema.json |
| mode | observe | enforce | no | observe |
| github_token | GitHub token for posting PR comments | no | — |
Outputs
| name | description |
|---|---|
| should_block | true if the PR should be blocked |
| reason | Explanation for the decision |
| score | Drift/risk score between 0 and 1 |
| failure_type | policy_violation | config_error | engine_error | schema_error | contract_error | none |