feat: DB管线补全 + 新增orchestrator_db/program_schema/to_sql + 清理临时脚本

This commit is contained in:
hangshuo652
2026-07-11 14:55:52 +08:00
parent 40e8a50ab4
commit af37e33b98
32 changed files with 3232 additions and 255 deletions
+6
View File
@@ -89,6 +89,12 @@ class VerificationRun:
total_retry: int = 0
llm_cost: float = 0.0
report_path: str = ""
# gixsql DB pipeline fields
gixsql_version: str = ""
sqlite_path: str = ""
cobol_db_path: str = ""
java_db_path: str = ""
step_reached: int = 0 # 0-6: which Step was completed
debug: dict = field(default_factory=dict)
def __post_init__(self):