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:
Bret Mogilefsky
2026-06-23 10:04:23 +02:00
committed by byrongamatos
parent fdbab2a9e1
commit d3037b903e
248 changed files with 2244 additions and 2244 deletions
+6 -6
View File
@@ -26,13 +26,13 @@
let openPop = null; // { btn, pop }
// ── v3 UI signal + plugin-control slot API ───────────────────────────────
// Lets plugins detect v3 (window.slopsmith.uiVersion === 'v3') and mount
// Lets plugins detect v3 (window.feedBack.uiVersion === 'v3') and mount
// controls into a stable slot instead of the auto-hiding transport.
window.slopsmith = window.slopsmith || {};
window.slopsmith.uiVersion = 'v3';
window.slopsmith.ui = window.slopsmith.ui || {};
window.slopsmith.ui.version = 'v3';
window.slopsmith.ui.playerControlSlot = function () { return $('v3-plugin-controls-slot'); };
window.feedBack = window.feedBack || {};
window.feedBack.uiVersion = 'v3';
window.feedBack.ui = window.feedBack.ui || {};
window.feedBack.ui.version = 'v3';
window.feedBack.ui.playerControlSlot = function () { return $('v3-plugin-controls-slot'); };
// ── Plugin-control re-homing shim ────────────────────────────────────────
// Legacy plugins inject controls into #player-controls (now an auto-hiding