Skip to content

Codex/optimization roadmap - #51

Merged
antoniwan merged 2 commits into
mainfrom
codex/optimization-roadmap
Sep 10, 2026
Merged

antoniwan merged 2 commits into
mainfrom
codex/optimization-roadmap

Conversation

@antoniwan

Copy link
Copy Markdown
Owner

No description provided.

antoniwan and others added 2 commits September 10, 2026 12:39
…he toolchain

R10 — SearchBar gets a polite live region and an aria-busy results container.
Loading, result counts, and no-result outcomes are announced with the query;
clearing empties the region so nothing stale is read back.

R11 — ImageRotator gets a persistent play/pause button. Rotation now holds for
an explicit reader pause, pointer hover, keyboard focus inside the rotator, and
a backgrounded tab, tracked separately so moving the pointer away never resumes
a slideshow the reader paused. Reduced motion starts paused and can be opted
into; turning the preference on mid-visit pauses.

R12 — Pin pnpm 12.3.4 via packageManager and Node 22.12.0 via .nvmrc, with CI
reading both instead of repeating versions. Two package scripts were broken:
`analyze` called @astrojs/vercel/static-build, which the adapter does not
provide, and `performance` chained into it after a redundant build; both are
removed. `astro preview` also fails here because the Vercel adapter delegates to
the Vercel CLI, so `preview` now serves dist/client from scripts/serve-dist.mjs
and `preview:vercel` keeps the old command. The Lighthouse scripts start and
stop that server themselves rather than assuming one on port 4321. Corrected
stale font, gate, and cache claims in the two docs, preserving their audit dates.

R15 — Remove FeaturedWritingsRotator and LazyPosts. No static, dynamic, or MDX
consumer references either; the repo has no import.meta.glob component loading.

Local gate: 261 tests, astro check (0/0/0), ESLint, Prettier, build, frontmatter,
structured-data, feeds, and Remark42 rewrite all pass. R10 and R11 were exercised
in a browser against the built output; R11's reduced-motion path is code-verified
only, as the automation surface cannot emulate the preference.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Adding `packageManager` makes pnpm 12 self-manage: it records itself under
`packageManagerDependencies` plus the per-platform `@pnpm/exe.*` entries. This is
generated, additive (+101 lines, no existing entry changed), and it keeps the
working tree from going dirty on every pnpm command.

Watch the first CI run: the workflow no longer names a pnpm version and resolves
it from `packageManager` instead, moving CI from pnpm 10 to 12.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
notes Ready Ready Preview Sep 10, 2026 4:45pm UTC

@antoniwan
antoniwan merged commit f34d0c7 into main Sep 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant