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-commerce.tsx b/website/src/pages/public-pages-commerce.tsx index 63b25aa..11e9b82 100644 --- a/website/src/pages/public-pages-commerce.tsx +++ b/website/src/pages/public-pages-commerce.tsx @@ -86,7 +86,7 @@ export function PricingPage() {
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',