Check Deploy Readiness
check_deploy_readinessIs it safe to deploy these changes? Cross-references your changed modules against active constraints, recent incidents, knowledge freshness, and active alerts. Returns a composite verdict (ready/caution/block) with per-module breakdown and actionable recommendations. Use BEFORE deploying to catch constraint violations, recent regressions in the same area, stale knowledge that needs verification, and active alerts that might interact with your changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changed_files | No | Specific files changed (for constraint matching) | |
| deploy_target | No | Deploy target environment (default 'production') | |
| changed_modules | Yes | Modules being deployed (e.g. ['Engine', 'VaultCrux']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||