fix(marketing): close 3 P0s from dogfood (install.sh + /app/* shells + npm name)#148
Merged
Merged
Conversation
DOG-41: serve /install.sh from public/ so the cli#18 documented install path (curl -fsSL https://instanode.dev/install.sh | sh) actually resolves instead of 404'ing. The README, .goreleaser.yml release notes, and the For Agents page all point at this URL. DOG-42: extend prerender.mjs authShellRoutes to cover every /app/* page reachable from authenticated nav: dashboard, resources, deployments, team, settings, audit, vault. Before this PR only /app/checkout and /app/billing returned HTTP 200; the rest returned HTTP 404 with the SPA shell hydrating correctly via the catch-all 404.html, which broke deep links, refresh, share-link, and uptime monitoring. DOG-37: landing page MarketingPage.tsx referenced '@instanode/mcp' (the stale-fossilized scoped name published at v0.7.3) while ForAgentsPage.tsx already uses 'instanode-mcp' (the current name per mcp/package.json). Align landing page so users following EITHER surface get the same install instruction. (Operator gap remains: instanode-mcp is not yet published to npm; v0.12.0 of mcp source needs npm publish.) Verified locally: npm run gate green — 76 files / 1072 tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
size-limit report 📦
|
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.
Manual-dogfood findings (DOG-41 / DOG-42 / DOG-37) — see
/tmp/qa-session/MANUAL/personal-dogfood-log.md.public/install.shauthShellRoutesinstanode-mcp@instanode/mcp(stale fossil v0.7.3 on npm); For Agents already uses canonicalinstanode-mcpOperator follow-up:
instanode-mcpv0.12.0 still needs npm publish — code-side surfaces now agree on the name once that lands.Verified locally:
npm run gategreen — 76 files / 1072 tests pass before push.🤖 Generated with Claude Code