feat: Introduce AI code hinting, enforce single-tenant organization model, and add a Code Lab block component.

This commit is contained in:
2026-03-09 17:24:15 -03:00
parent b9c17ce67b
commit bde5be22e7
26 changed files with 822 additions and 1378 deletions
+2 -1
View File
@@ -238,7 +238,8 @@ if [ "$ADMIN_EXISTS" != "t" ]; then
read -s -p "Contraseña del Administrador [password123]: " ADMIN_PASS
ADMIN_PASS=${ADMIN_PASS:-password123}
echo ""
ORG_NAME="Default Organization"
read -p "Nombre de la Organización [OpenCCB]: " ORG_NAME
ORG_NAME=${ORG_NAME:-OpenCCB}
fi
# Selective Build/Rebuild