What problem does it solve?
Provides a repeatable, principled workflow to start Tilt, monitor bootstrap progress, and fix Tiltfile or manifest errors so local Kubernetes development converges to a healthy state without hidden workarounds.
Core Features & Use Cases
- Automated session management: Start Tilt in a named zmx session (or use silo up for silo projects) and avoid duplicate sessions.
- Bootstrap monitoring and convergence: Poll Tilt UI resources for runtime and update states, detect pending/error conditions, and determine when resources are healthy.
- Config-first debugging: Inspect Tiltfile, manifests, and logs to root-cause config issues and apply fixes without adding brittle fallbacks or sleep loops.
Quick Start
Start a tilt session in zmx, monitor resource convergence, and iteratively fix any Tiltfile or manifest errors until all resources report runtime=ok and update=ok.