check_operational_integrity
Evaluates if the repository state is safe for PR, merge, release, and publish operations by enforcing governance rules.
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 |