kiai-dev/SelectiveCI Decision Engine
Safety-first CI optimization using selective execution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to SelectiveCI config file | no | .selectiveci.yml |
Outputs
| name | description |
|---|---|
| mode | Final CI mode: skip|selective|full |
| targets | Comma-separated impacted areas (only meaningful when mode=selective) |
| targets_json | JSON array string of impacted areas |
| reasons | JSON array string of reason codes |
| fallback | Whether fallback to FULL was used (true|false) |
| confidence | Legacy confidence score (compat) |
| run-groups | Legacy groups to run (compat) |
| skip-groups | Legacy groups to skip (compat) |