From 77c84a3f188ce6bd822b205c591db51aeee42697 Mon Sep 17 00:00:00 2001 From: serversdown Date: Wed, 17 Jun 2026 04:02:06 +0000 Subject: [PATCH] fix(web): broken JS string in mind page killed the whole script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The drive label "don\'t lose the thread" used \\' which closed the single-quoted string early — a syntax error that stopped self.html's script from running, so the page hung on "Reading her mind…". Reworded to "hold the thread". Co-Authored-By: Claude Opus 4.8 (1M context) --- lyra/web/static/self.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyra/web/static/self.html b/lyra/web/static/self.html index 5547afa..5f325f1 100644 --- a/lyra/web/static/self.html +++ b/lyra/web/static/self.html @@ -115,7 +115,7 @@

Drives — what's pulling at her

- ${meter('continuity (don\\'t lose the thread)', d.continuity)} + ${meter('continuity (hold the thread)', d.continuity)} ${meter('coherence (keep her understanding current)', d.coherence)} ${meter('curiosity (urge to think / reflect)', d.curiosity)} ${meter('stability (how settled she is)', d.stability)}