mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-15 01:10:08 +00:00
rename: slopsmith -> feedBack, byron -> got-feedBack
Renames across the entire codebase: - slopsmith/Slopsmith/SLOPSMITH/SlopSmith -> feedBack/FeedBack/FEEDBACK/FeedBack - byron/Byron/Byrongamatos -> got-feedBack/got-feedBack/got-feedBack - /home/byron/ -> /opt/got-feedBack/ - byron@ougsoft.com -> hi@got-feedBack.org - github.com/byrongamatos/ -> github.com/got-feedback/ - com.byron. -> com.got-feedback. - SLOPSMITH_ env vars -> FEEDBACK_ with backward-compat fallback - Protocol/storage strings migrated with read-old/write-new pattern - window.slopsmith JS API -> window.feedBack (canonical) + backward-compat alias Refs: #rename-slopsmith
This commit is contained in:
committed by
byrongamatos
parent
fdbab2a9e1
commit
d3037b903e
@@ -3,8 +3,8 @@
|
||||
*
|
||||
* Bridges the highway note-detection scorer to the core song_stats store
|
||||
* (POST /api/stats). The scorer lives in the OPTIONAL external plugin
|
||||
* slopsmith-plugin-notedetect, which emits `note:hit` / `note:miss` per note
|
||||
* on window.slopsmith — note-detection is a DEFERRED capability domain, so we
|
||||
* feedBack-plugin-notedetect, which emits `note:hit` / `note:miss` per note
|
||||
* on window.feedBack — note-detection is a DEFERRED capability domain, so we
|
||||
* use those legacy events directly (design/05-capability-pipelines.md). If the
|
||||
* plugin isn't installed, no note events fire and nothing is recorded
|
||||
* (graceful degrade — the dashboard simply shows no accuracy).
|
||||
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
const sm = window.slopsmith;
|
||||
const sm = window.feedBack;
|
||||
if (!sm || typeof sm.on !== 'function') return;
|
||||
|
||||
let cur = null; // active session
|
||||
|
||||
Reference in New Issue
Block a user