step 5 (continued): prune stale root files, drop frontend split
Some checks failed
CI/CD / detect-changes (push) Successful in 22s
CI/CD / test-go-pg (push) Failing after 21s
CI/CD / test-frontend (push) Successful in 25s
CI/CD / test-sqlite (push) Failing after 37s
CI/CD / build-and-deploy (push) Has been skipped

Delete Dockerfile.frontend and docker-entrypoint-fe.sh (single-image
decision per ROADMAP). Remove gutted /chat, /notes, /projects routes
from nginx.conf. Fix Chat Switchboard branding in entrypoint and
.env.example. Update DB names to switchboard_core, remove dead
Extraction config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 09:27:22 +00:00
parent 7b6e54d5b7
commit a9c652ff59
6 changed files with 9 additions and 276 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# ============================================
# Chat Switchboard - Backend Launcher
# Switchboard Core - Backend Launcher
# ============================================
# Runs as an nginx entrypoint.d hook.
# Starts the Go backend in the background
@@ -9,7 +9,7 @@
set -e
echo "🔀 Starting Chat Switchboard backend..."
echo "🔀 Starting Switchboard Core backend..."
# Launch Go backend in background (from /app so migrations are found)
cd /app