What problem does it solve? Keeping the TritonKit CLI, the bundled TritonKit.skills directory, and app package dependencies aligned to the same release is error-prone, especially when migrating from old top-level skill folders or mixing Homebrew and manual installs. ## Core Features & Use Cases - CLI Update Management: Uses triton update with JSON output or Homebrew (brew upgrade neptunekit/tap/triton) to install or upgrade the macOS CLI to a chosen release tag. - Skills Bundle Replacement: Downloads tritonkit-skills.tar.gz from the matching GitHub Release, removes legacy top-level skill folders, and verifies BUILD_INFO.json and per-skill versions. - App Dependency Alignment: Guides SwiftPM users to pin the release tag and CocoaPods users to run pod repo update and pod install with a Debug-only TritonKit pod. - Use Case: A developer wants to move their project to TritonKit v0.1.24; the skill updates the CLI, replaces the skills bundle, verifies versions, and reports what changed. ## Quick Start Update my TritonKit installation to the latest release, including the CLI, the skills bundle, and my app's package dependencies.