jakubkrzysztofsikora/Reasoning Core PR Score
Score the files changed in a pull request with reasoning-core. Runs a fast local symbolic gate by default (no GPU / no model download) and can optionally use the SSM sidecar for neural scoring.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | Base git ref (e.g. origin/main). | yes | — |
| head-ref | Head git ref (default: HEAD). | — | HEAD |
| mode | Scoring backend: symbolic (default) or sidecar. | — | symbolic |
| include | Comma-separated file-extension globs to score (omit for default source-file list). | — | "" |
| fail-on-block | Exit non-zero when at least one changed file is blocked. | — | false |
| sidecar | Boot the SSM sidecar before scoring (requires heavy deps). | — | false |
| post-comment | Post the Markdown report as a PR comment. | — | true |
| github-token | Token used to post the PR comment. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| report | Path to the generated Markdown report. |
| json | Path to the generated JSON report. |
| blocked | 'true' if at least one file was blocked. |