feat(scratchnode): re-add wiki Continue-in-NodeBench CTA (route now real)#497
Merged
Conversation
feat(scratchnode): re-add the wiki reader Continue-in-NodeBench CTA (route now real) The public /wiki/<slug> reader shipped WITHOUT this CTA because the receiving route nodebenchai.com/events/<slug>/wiki 404d at the time. PR-D built that route (now the canonical NodeBench public receiver per the coordination ledger), so the CTA can no longer dead-end. _snRenderWiki re-adds a ghost "Continue in NodeBench" footer CTA pointing at nodebenchai.com/events/<eventSlug>/wiki?source=scratchnode&room=<code>& publicArtifact=event-wiki. Frontend-only (Vercel), independent of the Convex incident. Test: wiki e2e flips from asserting the CTA absence to asserting it targets the real route + attribution. 3/3 wiki spec green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> @
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
✅ Dogfood Visual QA Gate: PASSED
ArtifactsDownload the Generated by Dogfood QA Gate |
|
Demo: walkthrough of the surfaces this PR changed is available as a workflow artifact ( |
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.
@
Completes the bridge round-trip. The
/wiki/<slug>reader shipped without a "Continue in NodeBench" CTA because the receiving route 404d at the time. PR-D (#489) built that route (nodebenchai.com/events/<slug>/wiki, now the canonical NodeBench public receiver per the ledger), so the CTA can no longer dead-end._snRenderWikire-adds a ghostContinue in NodeBenchfooter CTA →nodebenchai.com/events/<eventSlug>/wiki?source=scratchnode&room=<code>&publicArtifact=event-wiki. Frontend-only (Vercel) — independent of the open Convex deploy incident. Wiki e2e flips from asserting the CTA absence to asserting the real-route href + attribution. 3/3 wiki spec green.🤖 Generated with Claude Code
@