fix(mvp): Resolve protocol desync, TUI scoping, and installer fallthrough
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s

This commit is contained in:
2026-04-19 11:32:06 -04:00
parent d8236cb2cf
commit af55fa525e
2 changed files with 8 additions and 5 deletions

View File

@@ -156,6 +156,9 @@ if [ ! -f "$SCRIPT_DIR/src/package.lisp" ] || [ ! -f "$SCRIPT_DIR/.env" ]; then
setup_system
fi
# Exit after setup to prevent fallthrough into CLI fallback
if [ -z "" ]; then exit 0; fi
# --- 4. BOOT ---
if [[ "$1" == "--boot" ]]; then
export SKILLS_DIR="${SCRIPT_DIR}/skills"