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