fix(voice): don't exclude Linux in body copy - #92
Merged
Conversation
WaveKat Voice runs on Mac and Linux today, but much of the marketing copy said "Mac" only. Reword the body copy to "computer"/"desktop" so it no longer excludes Linux, per the GEO platform-naming rule. Platform specifics stay in the download/meta rows and FAQ answers that already name both Mac and Linux. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
wavekat-eason
pushed a commit
that referenced
this pull request
Jun 9, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.32](wavekat-com-v0.0.31...wavekat-com-v0.0.32) (2026-06-09) ### Bug Fixes * **voice:** don't exclude Linux in body copy ([#92](#92)) ([e36d005](e36d005)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
WaveKat Voice runs on both Mac and Linux today (Windows maybe later), but a lot of the site copy said "Mac" only. This reswords the body copy to be platform-neutral ("your computer" / "your desktop") so it no longer excludes Linux, following the GEO platform-naming rule in
CLAUDE.md("never exclude Linux").Platform specifics are left where they belong — the download/meta rows and FAQ/install steps that already name both Mac and Linux.
Changes
src/pages/voice/index.astro— hero h1/intro, page title + description, feature cards, how-it-works step, and FAQ answers: "Mac" → "computer"/"desktop"; "menu bar" → "out of the way".src/pages/voice/download.astro— hero, highlight, and launch step reworded; dropped Mac-specific "Applications"/"menu bar" from the platform-neutral step.src/pages/voice/use-cases.astro— "turns your Mac into" → "turns your computer into".src/pages/index.astro— homepage hero + Voice product card: "Mac app" → "desktop app", "your Mac" → "your computer/desktop".Left untouched: copy that already names both platforms (docs descriptions, alternatives page, comparison data), download button labels, arch/install specs, and all code/variable names.
Verify
astro buildpasses (20 pages).🤖 Generated with Claude Code