- Hub preview badge and GitHub Release title template now use Air-Gap Map (were still Crystal Seal on 3.6.4).
- Landing hero / FAQ cite v3.6.4.
llms.txtstates Air-Gap Map is current and Crystal Seal is 3.6.0-3.6.3. - Added
LIVE-SITES.md+live-sites-registry.json. Lockstep rejects a hardcoded Crystal Seal release title.
SEO_BASE,SEO_CONTENT_ALIAS, andSEO_CARD_URLmust be https URLs onghost.jonbailey.xyzorghost-continuum.pages.dev. Userinfo, http, loopback, and leading-dash values fail closed.- IndexNow
host/keyLocation/urlListare built from the sanitized origin so credentials cannot leak to IndexNow or Bing. - HEAD treats Cloudflare 403 as expected; 401, 429, 404, and 5xx fail (no false green on blocked assets).
- Both scripts read
VERSION/CODENAMEfromversion.js. curl passes--before URLs. PowerShell catch blocks are real PowerShell. - Apex challenge fallback still verifies Pages, but prints WARN so a custom-domain interstitial is visible.
- Tweet-card CLI takes origin + version first so a dropped empty
SEO_CARD_URLcannot HEAD the homepage. Card Content-Type falls back to the Pages alias like HTML does. PowerShell IndexNow POSTs via curl.exe.
- Command Nexus fabric map vendors Three.js r160 at
/vendor/three.module.jsso WebGL works with no CDN. - Import map points at the vendor file. Canvas 2D fallback remains if WebGL is blocked.
- Stopped using
cmd /c startto open the hub (that still flashes). Windows now usesexplorer.exeon the loopback URL. - Stopped using
detached: truefor Ghost LAN. On Windows that flag allocates its own console even withwindowsHide. - Hub and start-stack spawn
sentinel.jsas a hidden child of the hub process (spawnHidden).
- Ghost LAN background start no longer calls
cmd.exe /c start /MIN. The sentinel is spawned withwindowsHideso a black console does not flash on every start or restart. - Browser open helpers pass
windowsHideas well.
analyzeRequestnow scores header-starved clients, UUID/MAC/IPv4 list carriers, VM-sandbox path recon, and.cpl/ rundll32 / control.exe paths. High score still only switches morph to bare/stealth.- Ghost LAN classifies
encoded-blob,sideload, andanti-emuprobes as minimal-response. Anti-emu paths also trip the default trap list. - Threat-response tags those hits as
evasion-probe. NL query accepts "evasion" / "packer" / "sideload". npm testnow runspackages/ghost-lan/test/ops-verify.js.- Threat model documents that host packer residue (stolen certs, entropy padding, ETW stub patches) stays on the host integrity plane.
GhostContinuum.exeportable zip (bundled Node + thin launcher) is the GitHub Release artifact for operators who do not want to install Node.
GET /api/threat/watchis read-only. Quiet-hours morph ticks and threat notifications no longer run on GET (a foreign tab can fire a no-OriginGET via<img>, which bypasses the mutating-route CSRF lock).- Those jobs run on a hub timer instead (
hubWatchIntervalMs, default 15s,0disables). No tokens in HTML. Landing untouched.
- Every
/api/*method (GET included) requires the hub bearer whenhubToken/GC_HUB_TOKENis set - header orgc-hub-tokencookie (EventSource cannot sendAuthorization). - Extra (tunneled) hosts always require a configured token;
/api/*returns401without it. - Loopback HTML may set an HttpOnly
SameSite=Strictcookie. The bearer is never injected into JavaScript, so a tunneledGET /cannot leak write access.
- Command Nexus rejects non-loopback
Hostheaders (421) so a DNS-rebinding tab cannot read/api/statusor the HTML boot token. - Mutating
/api/*rejects a foreignOrigin(403) so a random website cannot CSRF the local hub. CLI / curl (noOrigin) still work. - Extra tunnel hostnames are opt-in via
hubAllowedHostsorGC_HUB_ALLOWED_HOSTS- hostnames only, never secrets. ghost-continuum doctorreports the lock and warns when extra hosts are declared without a hub token.
- Incident export now hashes evidence after files are written (portable relative paths in
MANIFEST.json). - Each seal includes a standalone
replay.html- open offline, print to PDF, step events with j/k. - Local CLI:
ghost-continuum seal [label]andghost-continuum verify [dir|.tgz]. - Hub returns
manifestHash+replayUrl; Forensics strip offers OPEN REPLAY. - Threat-response SEAL uses the same bundle path.
- Merkle ledger tracks its entry count incrementally instead of re-reading the entire chain on every append - event persistence is O(1) per event again (was O(n)/append, O(n²) under campaign/threat bursts, stalling the hub under sustained load).
verifyLedgeranchors on the first entry of its verification window, so chains longer than the window (default 5000) verify correctly and terminate at the stored root instead of falsely reporting a chain break.- Mutating
POST /api/*routes are protected by a per-IP fixed-window rate limit (default 120/10s,429withRetry-After; tune withwriteRateLimitMax/writeRateLimitWindowMs,0disables). A write flood can no longer monopolize the serialized persistence path; the read path stays responsive.
.github/workflows/release.ymlauto-publishes a GitHub Release from the matching CHANGELOG section on everyvX.Y.Ztag push.- Portable
scripts/deploy-site.sh(npm run deploy:site:unix) andscripts/post-deploy-seo.sh(npm run deploy:seo:unix) mirror the Windows-only deploy/SEO scripts so the site can be published from Linux/macOS/CI. - Release checklist for contributors:
docs/RELEASING.md.
- Single source of truth:
packages/core/src/version.js(VERSION,CODENAME). Hub omega status, continuum nexus status, and CLI banners interpolate it.ghost-continuum versionprints the same pair. - Command Nexus PWA CSS cache-bust and service-worker shell URLs now match 3.6.0 (were still
?v=3.5.0, so returning clients kept the old sheet). - Landing
dataset.version, deploy sitemap image title, and production manifest version/codename aligned to Crystal Seal. - Command Nexus badge fallbacks, README design badge, and hub-ui meta copy use Crystal Seal (were still Crystal Membrane).
test/version-lockstep.jsfails the suite if live product files drift offpackage.json.
test/seal-bundle.js(hash-after-write, tamper, HTML escape, CLI verify).test/hardening.js(write-side rate limiter + ledger counter/windowed verification).test/version-lockstep.js(package version vs API, PWA, landing, deploy copy).
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
- Natural-language query now honors time windows (last hour / 24h / 7d) and AND-filters a typed IPv4.
- Extra query intents: containment, Merkle/forensics, Home Shield.
- Command palette (Ctrl/Cmd+K) for views, LIVE/DEMO, RESPOND, evolve, seal, canned queries.
- Keyboard cockpit: 1-5 switch views, / focuses query, Esc closes palette then dossier.
- Node dossier: plain-language "why it matters", focus restore on close.
- Version truth unified to 3.5.0 Crystal Membrane (hub API, CLI, PWA shell).
test/nl-query.jsandtest/command-palette.js.
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
- Grok 4.6 craft pass on Luminous Membrane: semantic tokens, fluid type roles, full motion token set, reduced-transparency path, view transitions.
- Fleet chrome: brand island + @suddenlyjon X follow pill, discreet hits.jonbailey.xyz counter, tweet card ?v=3.4.0.
- Marketing UX: one primary CTA + quiet secondary; sticky install bar and mobile dock appear after the hero and are dismissible.
- A11y: 44px targets, skip-link, designed focus, install-tab arrow keys, FAQ schema matches visible questions.
- Perf: critical Fontshare faces only, font preload, idle Twitter pixel, LCP logo preload.
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
- Tabbed cockpit: Overview · Ghost LAN · Genome · Forensics · Home Shield.
- Banner fabric map with hover-expand over the full center bento; pin with EXPAND.
- Uniform under-map deck: Protection Layers · OPS · Household Devices · Progress Hygiene (hover expands upward).
- Best Decoy Personalities in left column; Operator chip follows @suddenlyjon on X.
- Simple help glass tips (plain language) on by default; TIPS ON/OFF toggle.
- Ghost LAN native tab via hub
/api/ghost-lanproxy (no second window required). - Membrane 3D palette, soft dust field, morph-reactive lighting; canvas fallback retained.
- Architecture infographic + OG share cards for Crystal Nexus v3.3.7.
- Hub preview + llms.txt / SEO suite refreshed.
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
Living Digital Immune System - polymorphic deception, holographic Command Nexus, Merkle forensics.
- Crystal Bento modular membrane dashboard: hero fabric map, efficacy gauges, operator sentinel, NSGA-II genome, eight sensor planes, morph modes, Ghost Intelligence, threat/ops, Forensic Time Machine, Merkle integrity strip.
- Refined Luminous Membrane tokens with legacy aliases preserved.
- Membrane micro-interactions, crystalline edge highlights, gauge breath, skeleton shimmer; full prefers-reduced-motion path.
- Version chrome, PWA shell cache, and API status codename -> 3.2.0 Crystal Bento.
- Static hub preview rebuilt as Crystal Bento showcase with FAQ + SoftwareApplication JSON-LD.
- Architecture infographic + OG share cards cache-bust ?v=3.2.0.
- SEO/AEO: llms.txt, sitemap, IndexNow.
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
- Full premium rebrand: Luminous Membrane / Crystal Sentinel art direction.
- Design tokens: soft teal, pearl, warm charcoal (no pure void, neon HUD, or CRT scanlines).
- Self-hosted Fontshare Clash Display + Satoshi; membrane microinteractions; WCAG-minded focus rings.
- Regenerated 1200x630 OG / share cards; architecture infographic; hub static preview.
- Docs:
docs/DESIGN-SYSTEM-LUMINOUS-MEMBRANE.md,docs/VISUAL-CHANGELOG-3.1-LUMINOUS-MEMBRANE.md.
- Same visual language as the public site; scanlines retired; softer operator chrome.
- Demo / holo / operator rain palettes remapped to membrane teal system.
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
- Complete redesign of
landing/into an immersive single-page Command interface (deep void aesthetic, glass panels, Orbitron + IBM Plex). - Cinematic hero with live Canvas holographic map preview and synthetic campaign loop.
- Interactive eight-plane architecture explorer (Ghost LAN through Trench Coat) with keyboard support.
- Client-side "Enter the Nexus" lifecycle demo: detect → morph → contain → seal with morph switcher and gauges.
- Home Shield spotlight, efficacy gauges (illustrative demo data), copy-to-clipboard install, first-5-minutes walkthrough, FAQ accordion.
- Modular assets:
landing/css/ascend.css,landing/js/*; deploy pipeline and CSP updated for static CSS/JS. - SEO suite refreshed for v3.0 (meta, JSON-LD,
llms.txt, sitemap, theme-color).
- Branding and version chrome → v3.0.0 OMEGA ASCENDANT.
- Deeper void palette alignment; Ghost Voice speaking/listening feedback; reduced-motion freezes idle map orbit.
- PWA service worker cache list expanded; cache name bumped to v3.
- Continuum nexus status version and CLI banners aligned to 3.0.0.
- Optional Docker + docker-compose convenience packaging (engine remains zero npm deps).
- Docs: README, OMEGA-v3, DEPLOY-JONBAILEY, SECURITY supported versions.
- Defensive-only · local-first · zero core npm dependencies · authorized networks only · MIT · no eval.
- Holographic Command Nexus (Three.js + canvas fallback), Forensic Time Machine, Ghost Voice.
- NSGA-II multi-objective genome evolution, Chad leaderboard, predictive cones.
- SSE live fabric, demo campaign, threat RESPOND pipeline, plane toggles including Trench Coat.
- Home Shield wizard, language packs, kid mode, quiet hours, alerts, PWA foundations.
- Merkle trust fabric, STIX/TAXII 2.1.
- Initial Living Deception Continuum: Ghost LAN, edge tripwires, genome pool, hub API/UI, sealed incidents.