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
+3 -3
View File
@@ -1,10 +1,10 @@
# Browser Tests
This directory contains Playwright browser tests for Slopsmith keyboard shortcuts.
This directory contains Playwright browser tests for FeedBack keyboard shortcuts.
## Prerequisites
1. **Slopsmith web server**: Tests need the server reachable at `http://localhost:8000`.
1. **FeedBack web server**: Tests need the server reachable at `http://localhost:8000`.
Playwright auto-starts it via `webServer.command` in `playwright.config.ts`, so manual
startup is optional. Start it manually if you want to debug the server, run tests
outside Playwright, or skip the per-run boot delay:
@@ -92,7 +92,7 @@ Increase timeout in `playwright.config.ts` if needed.
### LIBRARY_PATH not set
Make sure to set the LIBRARY_PATH environment variable:
```bash
LIBRARY_PATH=~/slopsmith-library docker compose up -d
LIBRARY_PATH=~/feedBack-library docker compose up -d
```
## CI/CD