From 31212038d2aee1731e09e62de7511d110890ae06 Mon Sep 17 00:00:00 2001 From: ymq Date: Wed, 9 Sep 2026 19:26:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(models):=20sd=5Fprojects.pipeline=5Fid?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC=E5=8E=BBSDLC=E8=AF=AD=E4=B9=89(sdlc?= =?UTF-8?q?=5Fgeneral=E2=86=92general)=E2=80=94=E2=80=94=E4=B8=8Em0018?= =?UTF-8?q?=E5=90=8C=E6=A6=82=E5=BF=B5=E6=94=B6=E5=B0=BE,project=5Ftype?= =?UTF-8?q?=E5=B7=B2general=E8=80=8Cpipeline=5Fid=E4=BB=8Dsdlc=5Fgeneral?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E9=BB=98=E8=AE=A4=E5=80=BC=E8=AF=AD=E4=B9=89?= =?UTF-8?q?=E8=87=AA=E7=9B=B8=E7=9F=9B=E7=9B=BE;pipeline=5Fid=E6=98=AFwork?= =?UTF-8?q?space=20space=E5=90=8D(GENERAL=5FSPACE=3D'general')=E4=B8=8E?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E5=8C=85=E6=8C=82=E8=BD=BD=E9=94=AE,?= =?UTF-8?q?=E6=9F=A5=E8=AF=81core/agent=5Fconfig.py:454=20get=5Fability('g?= =?UTF-8?q?eneral')=E8=BF=94=E5=9B=9ENone=3D=E9=80=9A=E7=94=A8=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=B8=8D=E6=8C=82=E4=BA=A7=E7=BA=BF=E8=83=BD=E5=8A=9B?= =?UTF-8?q?(=E6=AD=A3=E7=A1=AE=E8=AF=AD=E4=B9=89),=E6=97=A7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BC=9A=E8=AE=A9=E9=80=9A=E7=94=A8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E9=94=99=E6=8C=82SDLC=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/sd_projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/sd_projects.json b/models/sd_projects.json index 41d0bb1..6221e91 100644 --- a/models/sd_projects.json +++ b/models/sd_projects.json @@ -17,7 +17,7 @@ {"name": "directory_name", "title": "项目目录名(创建时定死,工作空间解析只读此字段)", "type": "str", "length": 200}, {"name": "workspace_dir", "title": "项目工作目录", "type": "str", "length": 500}, {"name": "default_model", "title": "项目默认模型(llm_model.name,空=走治理链缺省)", "type": "str", "length": 128}, - {"name": "pipeline_id", "title": "关联Pipeline定义ID", "type": "str", "length": 32, "default": "'sdlc_general'"}, + {"name": "pipeline_id", "title": "关联Pipeline定义ID(general=通用项目,不挂产线)", "type": "str", "length": 32, "default": "'general'"}, {"name": "status", "title": "项目状态", "type": "str", "length": 20, "nullable": "no", "default": "'draft'"}, {"name": "org_id", "title": "组织ID", "type": "str", "length": 32, "nullable": "no", "default": "'0'"}, {"name": "created_by", "title": "创建人", "type": "str", "length": 32},