Changeset 0.28.3 (#187)

This commit is contained in:
2026-03-14 12:30:57 +00:00
parent b2c03be001
commit f68a58b073
46 changed files with 1589 additions and 107 deletions

View File

@@ -15,6 +15,11 @@
// - Multi-line: Shift+Enter for newline, Enter to run
// - Admin-gated OR ?debug=1 URL param
// ==========================================
//
// Exports: window.REPL
(function() {
'use strict';
const REPL = {
@@ -549,3 +554,7 @@ const REPL = {
// Initialized from app.js startApp() after auth is confirmed,
// ensuring API.user.role is available for admin gate check.
// ── Exports ─────────────────────────────────
window.REPL = REPL;
})();