Skip to content

warden 0.2.0

Choose a tag to compare

@Lockyc Lockyc released this 29 Jun 05:16

Second release. Headline: warden now installs from source with one command.

Added

  • Claude-Code installer — a self-sufficient install.sh (builds from source, installs warden.app to /Applications, manages a persistent ~/.warden clone, seeds ~/.config/warden/config.toml) plus a guided /warden:install command that checks prerequisites and walks through setup. One-liner:
    curl -fsSL https://raw.githubusercontent.com/lockyc/warden/main/install.sh | bash
  • Click a terminal-notification banner to surface its window and focus the originating tab.
  • Blank-background placeholder shown when a window has no tab selected.

Changed

  • House-style TOML formatter + colour parsing extracted to the shared config-core crate (shared with curator).
  • just deploy now delegates its build+install to install.sh (single source of truth for the deploy flow).

Docs

  • README Features/badges/hero refresh; CSP-shipped and public-repo status reconciled across docs.

Install: curl -fsSL https://raw.githubusercontent.com/lockyc/warden/main/install.sh | bash (macOS; needs Xcode CLT + Rust — the installer handles the Tauri CLI). Unsigned local build, not notarized.