This commit is contained in:
2026-03-04 19:33:47 +03:00
parent 42def69dcc
commit 2820e491d5
28 changed files with 972 additions and 365 deletions

18
run_clean_tui.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
# [DEF:run_clean_tui:Script]
# Helper script to launch the Enterprise Clean Release TUI
set -e
# Get the directory where the script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$SCRIPT_DIR"
echo "Starting Enterprise Clean Release Validator..."
# Set up environment
export PYTHONPATH="$SCRIPT_DIR/backend"
export TERM="xterm-256color"
# Run the TUI
./backend/.venv/bin/python3 -m backend.src.scripts.clean_release_tui