Skip to content

Land #226, #228, #235 and #239 together - #237

Merged
smaramwbc merged 12 commits into
smaramwbc:mainfrom
jhuynh-devcups:preview/combined-226-228-235
Aug 10, 2026
Merged

Land #226, #228, #235 and #239 together#237
smaramwbc merged 12 commits into
smaramwbc:mainfrom
jhuynh-devcups:preview/combined-226-228-235

Conversation

@jhuynh-devcups

@jhuynh-devcups jhuynh-devcups commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Lands four page and content PRs together, so they ship as one change instead of four sequential merges.

Merge this with a merge commit, not a squash. Every original commit is preserved with its own SHA, so a merge commit makes all four heads reachable from main and GitHub marks #226, #228, #235 and #239 as merged. A squash would create a new commit instead and leave the four showing as closed.

#228 does not build on its own - its iconOnly prop comes from #226's CodeCopyButton change - so the two can only land together or in that order.

Conflicts between #226/#228 and #235 are already resolved here: the route and metadata additions in src/App.tsx and src/lib/seo-meta.ts keep both sides, with the two PAGE_META entries written out in full because they share a trailing property block; src/index.css takes #235's comment; and the two route tests in tests/routes.test.tsx are written as separate blocks because they share the same waitFor scaffolding. #239 needed no resolution.

Verified on this branch: typecheck, lint, and the production build pass, and the test suite is green at 324 passed.

Preview: https://statewave-web-git-fork-jhuynh-devcups-preview-4ab2f0-statewave.vercel.app
Pages: /benchmarks, /use-cases/grounded-shop-assistant, /vs/mem0, /blog

jy7lsna and others added 7 commits August 7, 2026 11:33
Adds a detailed, reproducible benchmark writeup (scoreboard, methodology,
run-it steps, scope, governance comparison, FAQ) run on mem0's own eval
harness, plus the categorical chart palette and icon-only CodeCopyButton
variant it needed.
Grounded product advisor + ops assistant use case: cited answers from
retrieved evidence, citation validation against retrieved evidence, and
ungrounded questions routed to a coverage-gap episode the content team
resolves.

- New GroundedShopAssistantPage with hero, why/how sections, ops console
  mockup, subjects table, API reference, and run instructions
- Wires the route into App.tsx and seo-meta.ts
- Registers the page in the use-case switcher/registry (use-case-pages.ts)
- Adds the card to the UseCasesPage grid
Mem0 rewrote its OSS migration page on 2026-08-05 (mem0ai/mem0#6808),
retitling the graph section from entity linking as the OSS
successor to Platform-only graph memory, separate from entity
matching. No code changed, only the label - but the page's claim
was built on that label.

- Table row (Graph / relationship memory): split OSS vs Platform
  behavior instead of naming entity linking as an OSS graph
  successor.
- Footnote: replaced with claims checkable against deleted code,
  config surface, and response shape (graph_store config removed,
  relations field no longer returned, no graph payload in Platform
  responses) instead of Mem0's shifting terminology.

Source: mem0ai/mem0 docs/migration/oss-v2-to-v3.mdx at 3f717e5.
@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@jhuynh-devcups is attempting to deploy a commit to the Statewave Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
statewave-web Ready Ready Preview Aug 10, 2026 3:09pm

Request Review

jy7lsna and others added 4 commits August 10, 2026 19:53
… the closing CTA

The "Diff the fork against upstream" button compared
statewave-memory-benchmarks against itself. Extract UPSTREAM_DIFF_URL so it
compares against mem0ai/memory-benchmarks, the repo it was forked from.

Also brings the closing CTA in line with the site's cta-card treatment.
Each post now has its own on-brand banner + social card instead of
sharing the site-wide default og-image.png — the original problem
Kai-Uwe flagged (every post importing with the same generic image).

- Adds headerImage (optional) alongside the existing image field in
  BlogPostFrontmatter — image feeds og:image/twitter:image/JSON-LD
  (already wired), headerImage is new: rendered inline inside the
  post's title card in BlogPostPage.tsx, which had no image slot before.
- Images resized from the 2x/@retina source files (2-3.5MB each) down
  to their actual display size (1200x630 / 1600x640, ~500-650KB each)
  before committing, in line with the existing og-image.png's footprint.
- public/images/blog/<slug>/{og,header}.png per post.
@jhuynh-devcups jhuynh-devcups changed the title Preview only - combined pages #226, #228, #235 (do not merge) Preview only - combined pages #226, #228, #235, #239 (do not merge) Aug 10, 2026
@jhuynh-devcups jhuynh-devcups changed the title Preview only - combined pages #226, #228, #235, #239 (do not merge) Land #226, #228, #235 and #239 together Aug 10, 2026
@jhuynh-devcups
jhuynh-devcups marked this pull request as ready for review August 10, 2026 16:17
The reference build now lives at smaramwbc/statewave-grounded-shop-assistant
(TypeScript). Link there instead of the original development location.
@smaramwbc
smaramwbc merged commit 5d76012 into smaramwbc:main Aug 10, 2026
4 of 5 checks passed
@jy7lsna jy7lsna mentioned this pull request Aug 13, 2026
18 tasks
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.

3 participants