REPOSITORY
nas/thinning-end-effector Private
[참조 MVP] 적과 엔드이펙터 제어 — 과실 후보에 대한 접근·분리·회수 시퀀스를 표현하는 참조 MVP입니다.
https://git.agrithing.ai/nas/thinning-end-effector.git 9073cca feat: 적과 엔드이펙터 제어 구체 MVP 구현
61be75a ci: add static dynamic and evidence gates
bf80881 feat: add executable institution reference MVP
71123d9 docs: define product role and interface contract
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 734 B · 3067e4d Download
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "적과 엔드이펙터 제어 reference interface", "type": "object", "required": [ "component", "accepted", "status", "target", "targetId", "sequence", "interlocks", "estimatedCycleMs" ], "properties": { "component": { "const": "nas/thinning-end-effector" }, "accepted": { "type": "boolean" }, "status": { "type": "string" }, "target": { "const": "mcu" }, "targetId": { "type": "string" }, "sequence": { "type": "array" }, "interlocks": { "type": "array" }, "estimatedCycleMs": { "type": "integer" } }}