CI Policy Gate

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

  • CI flags and exit codes
  • GitHub comment output

Out of scope

  • Heuristic categories - see Heuristics CLI
FlagDefaultBehavior
--mode warnDefaultPrint report; exit 0.
--mode block-Exit 1 when policies violated.
--github-comment-Markdown suitable for PR comments (Node).
--fail-underPythonMinimum efficiency score.
--max-waste-usdPythonMaximum detected waste USD.

See also

Command Palette

Search for a command to run...