REPOSITORY
cwsfa/following-amr-validation Private
[참조 MVP] 추종형 이송로봇 통합검증 — 추종·정지·레일 진입·적재 이송 시나리오를 확인하는 참조 검증 자산입니다.
https://git.agrithing.ai/cwsfa/following-amr-validation.git 33cdd75 feat: 추종형 이송로봇 통합검증 구체 MVP 구현
153f903 ci: add static dynamic and evidence gates
2898f91 feat: add executable institution reference MVP
28e1cdb docs: define product role and interface contract
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 797 B · 7913e72 Download
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "추종형 이송로봇 통합검증 reference interface", "type": "object", "required": [ "component", "accepted", "status", "target", "verdict", "passed", "total", "missingRequired", "results" ], "properties": { "component": { "const": "cwsfa/following-amr-validation" }, "accepted": { "type": "boolean" }, "status": { "type": "string" }, "target": { "const": "validation" }, "verdict": { "type": "string" }, "passed": { "type": "integer" }, "total": { "type": "integer" }, "missingRequired": { "type": "array" }, "results": { "type": "array" } }}