Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
usestd::path::PathBuf;/// Returns the Stakpak home directory: `~/.stakpak/`
pubfnstakpak_home_dir()-> PathBuf{dirs::home_dir().unwrap_or_else(||PathBuf::from(".")).join(".stakpak")}