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