v1: executing-plans 模式生成,54 文件 1320 行 Python

This commit is contained in:
hangshuo652
2026-05-24 10:02:52 +08:00
commit 06b295f780
55 changed files with 1749 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.backends._legacy:_Backend"
[project]
name = "verify-cli"
version = "0.1.0"
description = "COBOL->Java/Spark Migration Verification Platform"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.27",
"pyyaml>=6.0",
]