Check Operational Integrity
check_operational_integrityEvaluate whether a repo is safe for PR, merge, release, or publish. Get a clear thumbs-up/down to avoid costly mistakes.
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 |