From 23905d2a8289d936e4eb14031c29da81aeee781d Mon Sep 17 00:00:00 2001
From: axiomlogicnexus
Date: Wed, 24 Jun 2026 22:29:12 +0000
Subject: [PATCH] Tighten HyperTwist-owned public surface copy
---
docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md | 4 ++++
website/src/pages/auth-pages.tsx | 2 +-
website/src/pages/public-pages-commerce.tsx | 2 +-
website/src/pages/public-pages-marketing.tsx | 4 ++--
website/src/site-data.ts | 5 +++++
5 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md b/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md
index d431843..3a45c98 100644
--- a/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md
+++ b/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md
@@ -285,6 +285,10 @@ Latest same-day browser/distribution continuity follow-up still on `2026-06-24`:
packaged-proof evidence already shown on the stronger public manual routes,
so those narrative/help surfaces no longer talk about maturity only in the
abstract
+- the remaining user-facing cross-project wording was then removed from the
+ live pricing, resources, capability, and auth-shell copy so the public web
+ surface now reads as fully HyperTwist-owned instead of leaning on sibling
+ product names in end-user text
- the public topic cards therefore no longer dead-end on broad public guidance when the real next step is signed-in protected follow-through
- the new shared callout posture explicitly separates:
- what still works
diff --git a/website/src/pages/auth-pages.tsx b/website/src/pages/auth-pages.tsx
index cdee20d..0ee11c0 100644
--- a/website/src/pages/auth-pages.tsx
+++ b/website/src/pages/auth-pages.tsx
@@ -262,7 +262,7 @@ export function LoginPage() {
/>
Need access? Create an account.
diff --git a/website/src/pages/public-pages-marketing.tsx b/website/src/pages/public-pages-marketing.tsx
index 20ea170..77402cb 100644
--- a/website/src/pages/public-pages-marketing.tsx
+++ b/website/src/pages/public-pages-marketing.tsx
@@ -332,7 +332,7 @@ export function HomeLanding() {
{capabilityPillars.map((pillar) => (
@@ -597,7 +597,7 @@ export function ResourcesPage() {
diff --git a/website/src/site-data.ts b/website/src/site-data.ts
index c6855c7..9099d8a 100644
--- a/website/src/site-data.ts
+++ b/website/src/site-data.ts
@@ -762,6 +762,11 @@ export const resourceCollections = [
] as const
export const changelogEntries = [
+ {
+ date: 'June 24, 2026',
+ title: 'Public and auth copy now reads as fully HyperTwist-owned',
+ details: 'Remaining public pricing, resources, capability, and auth-shell copy no longer references sibling-product shells or a generic broader product family. The live web surface now describes its structure and commerce posture in fully HyperTwist-native terms.',
+ },
{
date: 'June 24, 2026',
title: 'About and Support now surface live launch posture plus packaged desktop proof',