//! Skaffold — Google's inner-dev-loop CLI for Kubernetes: watch,
//! rebuild, redeploy on every source change.
//!
//! Homepage: <https://skaffold.dev>. Marker: `skaffold.yaml` at the
//! repo root. Linuxbrew ships a bottle (verified 2026-07), so we
//! route Linux through brew rather than picking a distro-specific
//! path — Skaffold has no apt / dnf / pacman package as of writing.
use cratedefine_tool;
define_tool!;
// Registration-shape test deleted per Maint F3 — `define_tool!`
// already type-checks the field assignments at compile time.