You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(copy): correct fabricated/stale details found in display-accuracy audit (#218)
Display-detail accuracy sweep against prod reality (plans.yaml, live
/openapi.json, prod k8s config, provisioner naming, GitHub/npm):
- MarketingPage mock provision visual: region "iad-1 · us-east" was a
fabricated region we never ran in — prod is DigitalOcean nyc3 (US-East).
"postgres 16.2" → "postgres 16" (prod image is pgvector pg16; the patch
level was invented). STEP-01 "202 accepted" → "201 created" (/db/new
provisions synchronously and returns 201 per openapi.json; 202 belongs
to /deploy/new + /stacks/new).
- MarketingPage service-count copy: "Seven services" headline sat above
EIGHT rendered cards and "Seven provisioning tools" omitted vector —
both stale since /vector/new + mcp create_vector shipped 2026-05-20.
Test now derives the expected count word from the rendered cards
(rule 18: registry-iterating, not hand-typed).
- MarketingPage claim-card sample URL: u_/d_ prefixes → the provisioner's
canonical usr_/db_ scheme.
- ForAgentsPage playground response ("what hits the wire — no mocks"):
host "shared-1.instanode.dev" never existed → pg.instanode.dev
(POSTGRES_PUBLIC_HOST); token "res_…" → UUID (openapi format:uuid);
u_ → usr_; response meta "200" → "201".
- StatusPage: github.com/instanode is an unrelated third-party org →
github.com/InstaNode-dev.
Verified accurate (no change needed): all tier prices/limits on
Marketing/Pricing/Billing/PricingGrid vs plans.yaml; Team = contact-sales
only; cancel/downgrade = support-only copy; *.deployment.instanode.dev;
pg.instanode.dev terminal sample; nyc3 changelog entry.
Known gap reported separately (not fixable here): `instanode-mcp` is not
published on npm (404) while /for-agents + homepage instruct
`npx -y instanode-mcp` — operator must publish mcp v0.12.0.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments