From 873ee3d5f2740822c5466165e66b3eef2349c5d4 Mon Sep 17 00:00:00 2001 From: Byron Gamatos Date: Tue, 23 Jun 2026 23:38:22 +0200 Subject: [PATCH] fix(onboarding): rename diagnostic sloppak to feedBack- so "Play it now" finds it (#586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The slopsmith→feedBack rename updated the diagnostic constant in server.py (_BUILTIN_DIAGNOSTIC_SOURCES), the build script, README, and the calibration test to `feedBack-diagnostic-basic-guitar.sloppak`, but the committed data file was never regenerated/renamed — it stayed `slopsmith-diagnostic-...`. Result: _seed_builtin_diagnostic_sloppaks() finds no matching source, silently skips seeding, and the onboarding "Play it now" button (profile.js step 4 → window.playSong) loads a file that isn't in the library. The server replies {"error":"File not found"} and highway.js surfaces it as a native `Error: File not found` popup. Affects all platforms. Pure file rename to match the (already-renamed) code; no logic change. Co-authored-by: Claude Opus 4.8 (1M context) --- ...pak => feedBack-diagnostic-basic-guitar.sloppak} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/diagnostics/{slopsmith-diagnostic-basic-guitar.sloppak => feedBack-diagnostic-basic-guitar.sloppak} (100%) diff --git a/docs/diagnostics/slopsmith-diagnostic-basic-guitar.sloppak b/docs/diagnostics/feedBack-diagnostic-basic-guitar.sloppak similarity index 100% rename from docs/diagnostics/slopsmith-diagnostic-basic-guitar.sloppak rename to docs/diagnostics/feedBack-diagnostic-basic-guitar.sloppak