From 79b8dd90399cabc8c9dafc8fa06901e80b2189ca Mon Sep 17 00:00:00 2001 From: axiomlogicnexus Date: Tue, 30 Jun 2026 10:20:49 +0000 Subject: [PATCH] Thread offline operator manual into protected release surfaces --- ...T_AND_OPERATOR_MANUAL_PACKET_2026-06-22.md | 27 ++++++++++++++++ .../HyperTwist/DEVELOPMENT.md | 31 +++++++++++++++++++ website/README.md | 31 +++++++++++++++++++ .../__tests__/protected-app-pages.test.tsx | 2 ++ website/src/pages/app-pages.tsx | 8 +++-- 5 files changed, 97 insertions(+), 2 deletions(-) diff --git a/docs/ops/HYPERTWIST_PUBLIC_WEBSITE_CONTENT_AND_OPERATOR_MANUAL_PACKET_2026-06-22.md b/docs/ops/HYPERTWIST_PUBLIC_WEBSITE_CONTENT_AND_OPERATOR_MANUAL_PACKET_2026-06-22.md index eacd09d..47cf90a 100644 --- a/docs/ops/HYPERTWIST_PUBLIC_WEBSITE_CONTENT_AND_OPERATOR_MANUAL_PACKET_2026-06-22.md +++ b/docs/ops/HYPERTWIST_PUBLIC_WEBSITE_CONTENT_AND_OPERATOR_MANUAL_PACKET_2026-06-22.md @@ -1202,3 +1202,30 @@ Latest feature-atlas capability-FAQ continuity follow-up on `2026-06-29`: - `npm --prefix website test -- --run src/__tests__/public-marketing-pages.test.tsx` - `1` file passed - `16` tests passed + +Latest same-family offline-manual continuity follow-up on `2026-06-30`: + +- the public site now also ships one same-origin downloadable operator manual + at `website/public/manual/hypertwist-operator-manual.md` +- homepage, resources, docs, getting-started, and download now all expose that + same offline manual so the desktop-first product story, first-session path, + and XR/controller non-claims can travel outside the browser intact +- the adjacent protected-surface continuation then threaded that same manual + into the signed-in release-reference bundle too, so dashboard, launch-status, + account, browser-access, download, and notices follow-through no longer fall + back to public-only manual links once the operator is already signed in +- focused validation for that continuation stayed green under: + - `npm --prefix website test -- --run src/__tests__/public-marketing-pages.test.tsx src/__tests__/protected-app-pages.test.tsx` + - `npm --prefix website run type-check` + - `npm --prefix website run build` +- the owned continuity/tooling rerun also stayed green under: + - `scripts/run-hypertwist-sentrux-source-only.sh` -> `Quality: 6248` + - `scripts/run-hypertwist-gitnexus-analyze.sh` -> `Indexed commit: 1b4adda` + with the already-documented local post-index non-zero exit salvaged by + follow-up status proof + - `scripts/run-hypertwist-gitnexus-status.sh` -> `Status: up-to-date` + - `scripts/run-hypertwist-web-surface-validation.sh` + - website focused route/auth/release suite: `14` files, `84` tests passed + - website deployment/readiness tooling suite: `4` files, `34` tests passed + - website/server suite: `10` files, `36` tests passed + - successful website and `Content/Browser` production builds diff --git a/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md b/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md index 57e759f..4fdc1c6 100644 --- a/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md +++ b/docs/v6_5_deep_manual_pack/HyperTwist/DEVELOPMENT.md @@ -358,6 +358,37 @@ Latest same-family website hardening follow-up on `2026-06-30`: - `683` clusters - `300` flows - fallback completion time `87.1s` + +Latest same-family offline-manual and protected-reference continuity follow-up +on `2026-06-30`: + +- the public website now also exposes a same-origin downloadable operator + manual at `website/public/manual/hypertwist-operator-manual.md` +- homepage, docs, resources, getting-started, and download now all surface + that same offline manual so the desktop-first operator story can leave the + browser intact without widening the optional full-browser client branch +- the adjacent protected continuation then threaded that same manual into the + release-reference bundle used by the signed-in dashboard plus protected + launch-status, browser-access, account, downloads, and notices routes +- this keeps the signed-in operator shell from dropping back to thinner + public-only manual references once account context is already present +- focused continuity validation stayed green under: + - `npm --prefix website test -- --run src/__tests__/public-marketing-pages.test.tsx src/__tests__/protected-app-pages.test.tsx` + - `npm --prefix website run type-check` + - `npm --prefix website run build` +- the owned continuity/tooling rerun also stayed green under: + - `scripts/run-hypertwist-sentrux-source-only.sh` -> `Quality: 6248` + - `scripts/run-hypertwist-gitnexus-analyze.sh` -> `Indexed commit: 1b4adda` + with the already-documented local post-index non-zero exit salvaged by + follow-up status proof + - `scripts/run-hypertwist-gitnexus-status.sh` -> `Status: up-to-date` + - `scripts/run-hypertwist-web-surface-validation.sh` + - focused website route/auth/release validation: `14` files passed, + `84` tests passed + - website deployment/readiness tooling validation: `4` files passed, + `34` tests passed + - website/server suite: `10` files passed, `36` tests passed + - successful website and `Content/Browser` production builds - `scripts/run-hypertwist-gitnexus-status.sh` then again reported the bounded mirror `Status: up-to-date` diff --git a/website/README.md b/website/README.md index 52a85ac..7ff2133 100644 --- a/website/README.md +++ b/website/README.md @@ -67,6 +67,11 @@ manual: - the website now also ships a same-origin downloadable operator manual at `website/public/manual/hypertwist-operator-manual.md` so the desktop-first onboarding and boundary truth can travel offline with the product +- the protected release-reference surfaces now also expose that same + downloadable operator manual beside docs, release notes, source, and + notices so signed-in operators can carry one offline guide through launch, + account, and download follow-through instead of dropping back to public-only + route fragments - the public browser-account method lineup is now also visible on the homepage, pricing, download, support, docs, and getting-started routes so high-traffic decision pages no longer hide provider truth until the auth @@ -233,6 +238,32 @@ Latest refactor-tool ownership follow-up on `2026-06-30`: - the same already-documented upstream auth-server residual: `supertokens-node -> nodemailer` +Latest same-family offline-manual and protected-reference continuity follow-up +on `2026-06-30`: + +- the public website now exposes one same-origin downloadable operator manual + across homepage, docs, resources, getting-started, and download so the + desktop-first product story can leave the browser intact +- the protected release-reference bundle now also surfaces that same + downloadable manual inside the signed-in dashboard and protected launch, + browser-access, account, download, and notices lanes beside docs, release + notes, corresponding source, and notices links +- focused continuity validation stayed green under: + - `npm --prefix website test -- --run src/__tests__/public-marketing-pages.test.tsx src/__tests__/protected-app-pages.test.tsx` + - `npm --prefix website run type-check` + - `npm --prefix website run build` +- the owned continuity/tooling rerun also stayed green under: + - `scripts/run-hypertwist-sentrux-source-only.sh` -> `Quality: 6248` + - `scripts/run-hypertwist-gitnexus-analyze.sh` -> `Indexed commit: 1b4adda` + with the already-documented local post-index non-zero exit salvaged by + follow-up status proof + - `scripts/run-hypertwist-gitnexus-status.sh` -> `Status: up-to-date` + - `scripts/run-hypertwist-web-surface-validation.sh` + - focused website route/auth/release suite: `14` files, `84` tests passed + - website deployment/readiness tooling suite: `4` files, `34` tests passed + - website/server suite: `10` files, `36` tests passed + - successful website and `Content/Browser` production builds + Latest auth-shell hardening follow-up on `2026-06-24`: - the website now carries a first-party HyperTwist auth-shell backdrop module diff --git a/website/src/__tests__/protected-app-pages.test.tsx b/website/src/__tests__/protected-app-pages.test.tsx index ba6286a..966973d 100644 --- a/website/src/__tests__/protected-app-pages.test.tsx +++ b/website/src/__tests__/protected-app-pages.test.tsx @@ -404,6 +404,7 @@ describe('protected app pages', () => { expect(screen.getAllByRole('link', { name: 'Protected launch status' }).every((link) => link.getAttribute('href') === '/app/launch-status')).toBe(true) expect(screen.getByRole('link', { name: 'Protected notices' }).getAttribute('href')).toBe('/app/notices') expect(screen.getByRole('link', { name: 'Public notices' }).getAttribute('href')).toBe('/open-source-notices') + expect(screen.getAllByRole('link', { name: 'Download operator manual (.md)' }).every((link) => link.getAttribute('href') === '/manual/hypertwist-operator-manual.md')).toBe(true) expect(screen.getByRole('link', { name: 'Download Windows' }).getAttribute('href')).toBe('https://downloads.hypertwist.app/windows.exe') }) @@ -433,6 +434,7 @@ describe('protected app pages', () => { expect(await screen.findByText(byExactTextContent('Windows: Primary shipping lane (Version 1.0.0, Channel candidate)', 'LI'))).toBeTruthy() expect(screen.getAllByRole('link', { name: 'Open downloads' }).every((link) => link.getAttribute('href') === '/app/downloads')).toBe(true) expect(screen.getAllByRole('link', { name: 'Protected launch status' }).every((link) => link.getAttribute('href') === '/app/launch-status')).toBe(true) + expect(screen.getAllByRole('link', { name: 'Download operator manual (.md)' }).every((link) => link.getAttribute('href') === '/manual/hypertwist-operator-manual.md')).toBe(true) expect(screen.getByRole('link', { name: 'Get help' }).getAttribute('href')).toBe('/support?topic=operator-access') expect(screen.getByText('Desktop access follow-through')).toBeTruthy() expect(screen.getByText('Verify the current training lanes')).toBeTruthy() diff --git a/website/src/pages/app-pages.tsx b/website/src/pages/app-pages.tsx index 9e0fce9..1009614 100644 --- a/website/src/pages/app-pages.tsx +++ b/website/src/pages/app-pages.tsx @@ -29,7 +29,7 @@ import { roadmapHonestyCards, supportEscalationCards, } from '../site-data' -import { supportTopicDirectory } from './public-page-helpers' +import { downloadablePublicManualHref, supportTopicDirectory } from './public-page-helpers' function Panel({ title, @@ -304,7 +304,8 @@ function ReleaseAuthorityLinks({ includeProtectedNoticesLink?: boolean }) { const hasLinks = Boolean( - releaseManifest.public_docs_url + downloadablePublicManualHref + || releaseManifest.public_docs_url || releaseManifest.release_notes_url || releaseManifest.corresponding_source_url || releaseManifest.open_source_repo_url @@ -319,6 +320,9 @@ function ReleaseAuthorityLinks({ return (
+ + Download operator manual (.md) + {releaseManifest.public_docs_url ? ( Public docs