feat(reject-history): finalize sql runtime and archive completed openspec changes

This commit is contained in:
egg
2026-03-04 16:32:00 +08:00
parent 1d2786e7a8
commit 5517f7e85c
36 changed files with 2095 additions and 179 deletions

View File

@@ -167,6 +167,7 @@ check_dependencies() {
python -c "import gunicorn" 2>/dev/null || missing+=("gunicorn")
python -c "import pandas" 2>/dev/null || missing+=("pandas")
python -c "import oracledb" 2>/dev/null || missing+=("oracledb")
python -c "import duckdb" 2>/dev/null || missing+=("duckdb")
if [ ${#missing[@]} -gt 0 ]; then
log_error "Missing dependencies: ${missing[*]}"