(eventyay-interpretation) - feat/tts-audio
close_old_connections() on caption SSE so streams don’t hoard DB slots.
(eventyay-interpretation) - Milestone 1 stack (m1-*)
Found PRs #40, #41, #44 all targeted main (independent, not stacked).
Rebuilt branches as real stack (m1-susi-client → … → m1-dashboard-redesign).
Prepared (#41) for merge
interpretation_susiconnection missing
DB had migrations from newer branch (0002 drops SusiConnection); code on m1-models still uses that table → migrate said “nothing to do.”
Fix: reset interpretation migrations or use a branch that matches the DB.
“Token invalid” but SUSI log shows 200
• Not a bug: SUSI returns 200 + {"authenticated": false} without a valid JWT.
• eventyay only succeeds when body has "authenticated": true.
• Tested locally: no token → false; valid Bearer JWT → true;
SusiClient.verify() passes.
• This PR = URL + pasted JWT, not email/password (that’s m1-email-password-connect).
Prepare milestone 2 prs for eventyay interpretation
Prepare interpretation plugin prs for eventyay