From b7a5adca8501762afadf182b62e6d381c381dd93 Mon Sep 17 00:00:00 2001 From: Spicer Matthews Date: Mon, 15 Jun 2026 22:37:06 -0700 Subject: [PATCH] Reword "extension platform" to "an extension for herdr" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit herdr-plus is an extension — a handful of tools that make herdr better — not a platform. Drop the "extension/add-on platform" positioning everywhere it appeared: - Site: hero pill, the what-is-it heading + paragraph, the meta description, the subtagline, and the footer. - Plugin manifest description (what the Marketplace index shows). - goreleaser brews description + the committed Homebrew formula (regenerated from goreleaser on the next release; updated both so they match now). - GitHub repo description (updated via the API, outside this commit). Leaves the legitimate `platforms = ["linux", "macos"]` OS list and the "Supported platforms" docs heading untouched. Site rebuilds clean (17 pages). --- .goreleaser.yml | 2 +- Formula/herdr-plus.rb | 2 +- herdr-plugin.toml | 2 +- www/hugo.toml | 4 ++-- www/layouts/index.html | 6 +++--- www/layouts/partials/footer.html | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 73283c7..1df03bc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -78,7 +78,7 @@ brews: directory: Formula commit_msg_template: "Update {{ .ProjectName }} brew formula to {{ .Tag }} [skip ci]" homepage: "https://github.com/cloudmanic/herdr-plus" - description: "herdr-plus — an add-on platform for the herdr terminal multiplexer." + description: "herdr-plus — an extension for the herdr terminal multiplexer." license: "MIT" commit_author: name: github-actions[bot] diff --git a/Formula/herdr-plus.rb b/Formula/herdr-plus.rb index 656be54..7a43de6 100644 --- a/Formula/herdr-plus.rb +++ b/Formula/herdr-plus.rb @@ -3,7 +3,7 @@ # This file was generated by GoReleaser. DO NOT EDIT. class HerdrPlus < Formula - desc "herdr-plus — an add-on platform for the herdr terminal multiplexer." + desc "herdr-plus — an extension for the herdr terminal multiplexer." homepage "https://github.com/cloudmanic/herdr-plus" version "0.1.5" license "MIT" diff --git a/herdr-plugin.toml b/herdr-plugin.toml index c541b09..52aa7a7 100644 --- a/herdr-plugin.toml +++ b/herdr-plugin.toml @@ -17,7 +17,7 @@ name = "Herdr Plus" # Kept in sync with internal/version/version.go by .github/workflows/release.yml. version = "0.1.6" min_herdr_version = "0.7.0" -description = "An add-on platform for herdr. Projects: fuzzy-pick a declarative template to spin up a whole workspace — every tab, pane, and startup command. Quick Actions: a fuzzy launcher for one-off scripts, run in the directory you launched from." +description = "An extension for herdr — a collection of tools that make it better. Projects: fuzzy-pick a declarative template to spin up a whole workspace — every tab, pane, and startup command. Quick Actions: a fuzzy launcher for one-off scripts, run in the directory you launched from." platforms = ["linux", "macos"] # Produce the binary at install time. herdr runs this once, after you confirm a diff --git a/www/hugo.toml b/www/hugo.toml index ae5b8b1..28f2c41 100644 --- a/www/hugo.toml +++ b/www/hugo.toml @@ -29,9 +29,9 @@ disableKinds = ["taxonomy", "term", "RSS"] [params] # The one-liner that fills in meta tags, og: tags, and the footer. - description = "herdr-plus supercharges herdr with quick actions and projects — an open-source extension platform for the herdr terminal. Free, by Cloudmanic Labs." + description = "herdr-plus is a collection of tools that supercharge herdr — quick actions and projects for your terminal. Free and open-source, by Cloudmanic Labs." tagline = "Supercharge herdr." - subtagline = "Quick actions in any tab. Whole workspaces from one file. An open-source extension platform for the herdr terminal." + subtagline = "Quick actions in any tab. Whole workspaces from one file. An open-source extension for the herdr terminal." # The product-tour video. Paste a YouTube/Vimeo *embed* URL here (e.g. # https://www.youtube.com/embed/XXXX) and the hero swaps the animated diff --git a/www/layouts/index.html b/www/layouts/index.html index d0244a0..55a32b1 100644 --- a/www/layouts/index.html +++ b/www/layouts/index.html @@ -10,7 +10,7 @@
{{ partial "icon.html" (dict "name" "puzzle" "class" "h-3.5 w-3.5") }} - An extension platform for herdr + An extension for herdr

@@ -87,13 +87,13 @@

New here? Start with this

-

It’s a plugin layer for your terminal.

+

It’s an extension for your terminal.

herdr is a terminal multiplexer and agent runtime — tmux-style panes, persistent sessions, and an API that agents can drive. herdr-plus is the open-source - extension platform that sits on top of it. + extension that sits on top of it — a handful of tools that make it better.

Installed as a first-class herdr plugin diff --git a/www/layouts/partials/footer.html b/www/layouts/partials/footer.html index 2249881..9c639eb 100644 --- a/www/layouts/partials/footer.html +++ b/www/layouts/partials/footer.html @@ -6,7 +6,7 @@

{{ partial "brand.html" (dict "size" "md") }}

- An open-source extension platform for the herdr terminal. Quick actions and projects, free forever. + An open-source extension for the herdr terminal — a handful of tools that make it better. Free forever.