GAIA 1.7.0 site updates: /gaia-react-perf section + global anchor-scroll fix#53
Draft
stevensacks wants to merge 1 commit into
Draft
GAIA 1.7.0 site updates: /gaia-react-perf section + global anchor-scroll fix#53stevensacks wants to merge 1 commit into
stevensacks wants to merge 1 commit into
Conversation
Add the /gaia-react-perf feature section to the Features page (3rd section, after Trust, before Load on demand): a measure-only render-performance diagnostic with a real ReducedSummary specimen and four meta cards. Marketing copy stays plain-English with no internal coinage (no "defeated memo" or "blast radius times cost"), and attributes the workflow correctly: GAIA diagnoses, Claude applies the fix you approve, then re-runs to confirm. Headline is "App performance, optimized". Right-align the specimen's over-budget value with the findings column. Structured data: add featureList (index.html), ItemList position 7, and a /gaia-react-perf FAQ entry (features/index.html), de-jargoned to match the section. Correct the stale "$5 cost cap per run" JSON-LD to the turn-limit framing. Fix the global anchor-scroll gap: section headings landed ~6rem below the sticky header because scroll-mt-20 stacked on each section's py-20 top padding. Drop to scroll-mt-16 across all anchor-target sections so headings land just under the header. Bump lint-rule count 1,314 to 1,450 (verified vs gaia README). Co-Authored-By: Claude Opus 4.8 (1M context) <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
Prep branch for the GAIA 1.7.0 site updates: a new
/gaia-react-perffeature section and a global anchor-scroll fix, plus structured-data and housekeeping changes.Warning
Gated: do not merge until GAIA tags 1.7.0. Version lockstep and the changelog are handled by GAIA's release flow, not this branch. Opened as a draft to prevent a premature merge; mark ready once 1.7.0 is tagged.
New
/gaia-react-perffeature sectionReducedSummaryspecimen (3 findings) + four meta cards. Headline: "App performance, optimized".memotag,memo-defeatedcount,react-doctorcross-refs) kept as real-output proof.gaia-react-perfskill).Global anchor-scroll fix
scroll-mt-20stacked on each section'spy-20top padding.scroll-mt-16across all anchor-target sections so headings land just under the header. Verified empirically (heading sits ~79px below the 65px header on desktop, clears on mobile).Structured data + housekeeping
index.htmlfeatureList +features/index.htmlItemList position 7 and a/gaia-react-perfFAQ entry, de-jargoned to match the section.Verification
pnpm lint-all(tsc + eslint + prettier) ✅pnpm build+ prerender ✅ — no React #418 hydration errors (thenet::ERR_FAILEDprerender lines are pre-existing/benign).dist/features/index.htmlconfirmed jargon-free.🤖 Generated with Claude Code