Run offline heuristics in CI and block merges when waste or efficiency scores exceed policy.
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. |