REPOSITORY
metafarmers/fruit-robot-validation Private
[참조 MVP] 적과·적심 로봇 통합검증 — 인지·접근·작업·복귀 시나리오와 제품 기준선의 재현성을 확인하는 참조 검증 자산입니다.
https://git.agrithing.ai/metafarmers/fruit-robot-validation.git 7b9733d feat: 적과·적심 로봇 통합검증 구체 MVP 구현
f93f075 ci: add static dynamic and evidence gates
3ea79da feat: add executable institution reference MVP
a4765d3 docs: define product role and interface contract
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 800 B · 9a3cfbe 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": "metafarmers/fruit-robot-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" } }}