Rule DevOps

CI Runs Tests

CI must run the full test suite on every push

devopscitesting
CLAUDE.md

CI must run the full test suite, linting, and type checking on every push. A green CI pipeline is the minimum bar for merging. Don’t merge with broken CI — fix the build first.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl