product/baseline.json +14−13 View file@@ -5,7 +5,7 @@
5 5
"displayName": "무인자율 농작업 통합 시스템",6 6
"owner": "한국생산기술연구원",7 7
"state": "DRAFT",8 −
"generatedAt": "2026-08-02T13:53:55.447Z", 8 +
"generatedAt": "2026-08-02T15:11:37.533Z",9 9
"components": [10 10
{11 11
"repository": "kitech/path-generation-asw",@@ -43,18 +43,6 @@
43 43
"interface-contract"44 44
]45 45
},46 −
{47 −
"repository": "kitech/mil-hil-validation",48 −
"ref": "main",49 −
"commitSha": "08fe1c01f4dccba9f7656edd0e96b43f3af90c69",50 −
"version": "0.1.0-mvp",51 −
"requiredChecks": [52 −
"static-analysis",53 −
"unit-test",54 −
"component-test",55 −
"interface-contract"56 −
]57 −
},58 46
{59 47
"repository": "tymict/icu-platform",60 48
"ref": "main",@@ -175,5 +163,18 @@
175 163
"interface-contract"176 164
]177 165
} 166 +
], 167 +
"validationAssets": [ 168 +
{ 169 +
"repository": "kitech/mil-hil-validation", 170 +
"ref": "main", 171 +
"commitSha": "08fe1c01f4dccba9f7656edd0e96b43f3af90c69", 172 +
"version": "0.1.0-mvp", 173 +
"requiredChecks": [ 174 +
"unit-test", 175 +
"component-test", 176 +
"interface-contract" 177 +
] 178 +
}178 179
]179 180
}