koreaelonmusk/Entropy Loop Core
Compare a baseline and current regression report, write a local CI evidence bundle, and optionally append a step summary. No GitHub API, no token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| baseline-report | Path to the baseline regression JSON report. | yes | — |
| current-report | Path to the current regression JSON report. | yes | — |
| fail-on | Failure policy: new-failures, any-failures, or never. | no | new-failures |
| evidence-dir | Directory to write the CI evidence bundle into. | no | entropy-loop-evidence |
| json-report | Extra path to also write the triage JSON. | no | entropy-loop-evidence/triage.json |
| markdown-report | Extra path to also write the triage Markdown. | no | entropy-loop-evidence/triage.md |
| junit-report | Optional path to write a JUnit XML report. Empty means none. | no | "" |
| html-report | Optional path to write a self-contained HTML report. Empty means none. | no | "" |
| html-locale | Locale for the optional HTML report. Supported values: en, ko. | no | en |
| write-step-summary | Append a summary to the GitHub Actions step summary. | no | true |
| install-package | Install entropy-loop-core from PyPI before running. | no | true |
| package-version | Specific entropy-loop-core version to install (optional). | no | "" |
| python-command | Python command to use for install and run. | no | python3 |
Outputs
no outputs