3.7 Deployment and CI/CD interaction
3.7 Deployment and CI/CD interaction
agent triggers CI/deploys end-to-end (Fastlane, TestFlight, staging) *and* reads results: test outcomes, build logs, historical run data, coverage and mutation reports
Levels
Level 0
Human-only
Level 1
Agent can trigger some steps; results remain human-only; **or** the deploy target is configured only via vendor dashboards (SaaS project creation, DNS, domain binding, CDN / WAF / edge config), so that even a fully-agent-driven trigger still rides on out-of-band state
Level 2
Agent ships to staging end-to-end *and* queries CI results and run history via MCP or equivalent. **The deploy target itself โ cloud project, DNS, TLS, CDN / proxy, WAF, edge config โ is declared in-repo as IaC; dashboard-configured infra is level-1 regardless of trigger capability**
Level 3
Deployment outcomes tracked; failed deploys auto-classified by cause; deploy and test patterns optimised over time
Recipes that advance this criterion
No recipes yet.