copy(website): tagline is "The open-source thread-plane for agents." - #1040
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Contributor
Contributor
blove
force-pushed
the
blove/website-tagline-thread-plane
branch
from
September 7, 2026 02:25
0f2fc65 to
e0c2417
Compare
Contributor
blove
enabled auto-merge (squash)
September 7, 2026 02:43
blove
force-pushed
the
blove/website-tagline-thread-plane
branch
from
September 7, 2026 02:54
e0c2417 to
2b90523
Compare
Contributor
…e agents." The hero H1, <title>, meta description, OG/Twitter defaults, OG image alt, About page, root and library READMEs, and the gtm docs all move from "The AI agent UI framework for Angular." to the new tagline. The site description becomes the 159-character sentence that follows it everywhere. The hero eyebrow drops "Open-source" so the hero does not say it twice. Tests that pinned the old strings pin the new ones. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…on three lines Drops "enterprise" (gtm.md already lists it as reading sales-first) and hyphenates thread-plane. HERO_H1_LINES breaks the H1 where it is meant to break; a spec asserts the lines rejoin to HERO_H1, and both the hero and the OG card render from the lines. The description drops "enterprise" to match. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The H1 no longer names Angular, so the guard that the hero says which framework this is moves to the eyebrow above it. The three-line H1 also leaves the demo stage short of the 25% visibility threshold that mounts the frame at the default viewport, so the desktop mount test scrolls it into view first, as the mobile sibling already does. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
blove
force-pushed
the
blove/website-tagline-thread-plane
branch
from
September 7, 2026 03:23
2b90523 to
25a2889
Compare
Contributor
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.
Summary
<title>, OG image, README hero alt and tagline line, and all seven library README intros.HERO_H1_LINES("The open-source" / "thread-plane" / "for agents."); a spec asserts the lines rejoin toHERO_H1so the heading, title, and card cannot drift.LONG_SUBHEAD(About page, OG/Twitter default) and the gtm docs restate the same claim. The hero eyebrow drops "Open-source" so the hero does not say it twice.docs/superpowers/specs/2026-09-06-tagline-thread-plane-design.md.Verification
vitest run --root apps/website: 1291 passed.<title>, meta description, OG description/alt,#hero-heading(three.hero-heading-linespans, textContent equalsHERO_H1),/about, and/opengraph-imageall carry the new copy.gh repo edit.🤖 Generated with Claude Code