analyze_deployment_progress
Analyze deployment progress by tracking tasks, CI/CD status, and environment status. Verify completion with outcome rules and actual outcomes for comprehensive insight.
Instructions
Analyze deployment progress and verify completion with outcome rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysisType | No | Type of deployment analysis to perform | comprehensive |
| adrDirectory | No | Directory containing ADR files | docs/adrs |
| todoPath | No | Path to TODO.md file for task identification | TODO.md |
| cicdLogs | No | CI/CD pipeline logs for analysis | |
| pipelineConfig | No | CI/CD pipeline configuration | |
| deploymentTasks | No | Deployment tasks for progress calculation | |
| outcomeRules | No | Outcome rules for completion verification | |
| actualOutcomes | No | Actual deployment outcomes | |
| cicdStatus | No | CI/CD pipeline status data | |
| environmentStatus | No | Environment status data |