Editorial sweep: drop zoneless claims, honest LTS commitment#275
Merged
Conversation
… commitment (Group A) Two factual changes flagged in PR #270 for review before final ship: 1. Drop "zoneless" mentions sitewide. - HomeFAQ: remove "Is it zoneless-compatible?" question; remove "zoneless support" from the "How is this different…" answer. - Promises: nothing here mentioned zoneless directly. - ProofStrip: replace "Built for Angular 20+ / Zoneless ready" with "Built for / Angular 20+". - /angular page: drop "zoneless-safe signals" from the hero subhead, "zoneless-safe handle" from the Providers feature-block body, the "Zoneless ready" Pill from the trust row, and "+ zoneless" from the "OnPush + zoneless tested" bullet. 2. Soften the Angular LTS commitment to what we can actually hold. - Promises #3 ("No abandoned majors"): was "We follow Angular's LTS. When Angular ships, we ship." → now "We support Angular's current and previous LTS versions." - HomeFAQ Q "Is this production-ready today?": was "...We track Angular's release cadence and ship against current and one previous major." → now "...We support Angular's current and previous LTS versions." Other drafts flagged in the PR (ProofStrip "LangChain Awesome", solutions-data speculative metrics) were already honest in the shipped code — no changes needed. All 35 website e2e tests pass. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merged
4 tasks
blove
added a commit
that referenced
this pull request
May 13, 2026
…fresh, HomeFAQ expansion (#283) * docs(spec): homepage content fills — ProofStrip / Promises / HomeFAQ Editorial pass on the three Phase-4 landing components: add a ProofStrip claim line, fix the redundant adapter signal, reframe the npm signal to gesture at the package family, collapse two overlapping Promises and add No telemetry + No model lock-in, soften two over-stated FAQ answers, and add Q9/Q10/Q11 covering CopilotKit migration, SSR, and testing. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * feat(website): refresh Promises — consolidate openness beats, add telemetry + model lock-in * style(website): apply prettier to Promises.tsx (single-quote) * feat(website): expand HomeFAQ — soften CopilotKit + production claims, add migration/SSR/testing Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * docs(plan): homepage content fills implementation plan Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * feat(website): polish ProofStrip — claim line, adapter signal, npm scope Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * docs(spec): revise homepage content fills spec post-#275 reconciliation #275 (editorial sweep — drop zoneless claims, honest LTS commitment) landed in main while drafts were in-flight. Revise the spec to: - keep ProofStrip signal #2 as #275 set it ("Built for / Angular 20+"), - use #275's LTS phrasing in Promises "No abandoned majors" and FAQ production-ready answer, - drop the resurrected zoneless FAQ question, - replace the "(signals, DI, zoneless-first)" parenthetical in Q1 with substrate-not-port framing, - hedge Q-migration on CopilotKit hook naming and Q-SSR on built-in loading-state claims. Final FAQ count: 10 (was 11 before reconciliation). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * feat(website): reconcile homepage drafts with #275 Apply final state per revised spec, post-zoneless-removal: - ProofStrip signal #2 follows #275 ("Built for / Angular 20+") - Promises "No abandoned majors" follows #275 ("current and previous LTS versions") - HomeFAQ Q1 drops "(signals, DI, zoneless-first)" → substrate-not-port - HomeFAQ Q-production ends with #275's LTS phrasing - HomeFAQ Q-migration hedged on CopilotKit hook naming - HomeFAQ Q-SSR drops unverifiable loading-state claim Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.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.
Summary
Two factual edits flagged in #270 for review before final ship — Group A of the post-merge cleanup.
1. Drop "zoneless" mentions across the site. Six references across 4 files (HomeFAQ.tsx, Promises.tsx wasn't affected, ProofStrip.tsx, /angular page.tsx) made claims about zoneless support / zoneless testing that aren't substantiated by actual test coverage. Removed entirely rather than softened.
2. Soften the Angular LTS commitment. Two spots — Promises #3 ("No abandoned majors") and the HomeFAQ "Is this production-ready today?" answer — previously promised "When Angular ships, we ship" (implies same-week support for new majors). Replaced both with the honest version: "We support Angular's current and previous LTS versions."
Other drafts originally flagged in #270:
Test plan
🤖 Generated with Claude Code