rtpi-ltc/Context Ray
Analyze effective coding-agent context and publish JSON, SARIF, and job summaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root | Repository root | — | . |
| target | Target file or directory used for scoped rules | — | . |
| agent | codex, claude, cursor, copilot, or gemini | — | codex |
| fail-on | none, note, warning, or error | — | error |
| baseline | Optional Context Ray JSON report path, resolved from root | no | — |
| fail-on-new | With baseline, replace fail-on and gate only added findings or severity increases | — | none |
| output-directory | Directory for generated reports | — | .context-ray |
Outputs
| name | description |
|---|---|
| report | JSON report path |
| sarif | SARIF report path |
| effective-tokens | Estimated effective context tokens |
| potential-waste-tokens | Estimated removable context tokens |
| conflicts | Number of policy conflicts |
| new-findings | Number of findings introduced since the baseline |
| resolved-findings | Number of findings resolved since the baseline |