thoughtproof/ThoughtProof CI — AI Code Verification
Verify AI-generated code with multi-model epistemic verification before merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| threshold | Minimum confidence score to pass (0.0-1.0) | no | 0.7 |
| fail-on-low-confidence | Fail the check if confidence is below threshold | no | true |
| comment | Post verification results as PR comment | no | true |
| generators | Comma-separated generator models (e.g. grok,deepseek,kimi) | no | grok,deepseek,kimi |
| critic | Critic model | no | claude-sonnet |
| synthesizer | Synthesizer model | no | deepseek |
| max-diff-lines | Maximum diff lines to analyze (truncates larger diffs) | no | 500 |
Outputs
| name | description |
|---|---|
| confidence | Confidence score (0.0-1.0) |
| mdi | Model Diversity Index (0.0-1.0) |
| result | pass or fail |
| block-hash | SHA-256 hash of the epistemic block |