Run heuristics in CI and enforce cost and efficiency policies before merging. Supports warn and block modes.
Agent hint
Use for npx aurex ci, --mode warn|block, --github-comment, and Python audit --mode block.
In scope
Out of scope
| Flag | Default | Behavior |
|---|---|---|
| --mode warn | Default | Print report; exit 0. |
| --mode block | - | Exit 1 when policies violated. |
| --github-comment | - | Markdown suitable for PR comments (Node). |
| --fail-under | Python | Minimum efficiency score. |
| --max-waste-usd | Python | Maximum detected waste USD. |
Search for a command to run...