Check Operational Integrity
check_operational_integrityPrevent unsafe operations by evaluating repository state against governance rules before PR, merge, release, or publish actions.
Instructions
Evaluate whether the current repo state is safe for PR, merge, release, and publish operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Optional repository path to inspect | |
| baseBranch | No | Protected base branch to compare against (defaults to main) | |
| command | No | Optional git, PR, or publish command to evaluate against the current governance state | |
| requirePrForReleaseSensitive | No | When true, release-sensitive changes on non-base branches require an open PR | |
| requireVersionNotBehindBase | No | When true, release-sensitive changes cannot lag behind the base branch package version |