A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

kitech/mil-hil-validation Private

[참조 MVP] MIL/HIL 검증 하네스 — 구성요소별 시험 시나리오의 허용오차를 판정하고 감사 가능한 요약을 만듭니다.

https://git.agrithing.ai/kitech/mil-hil-validation.git
8 commits
COMMIT DETAIL

docs: register validation manifest

A-SW Catalog <[email protected]> · 2026. 8. 2. 오후 3:11:32
d4135e20311122fbe36c03aa8ca9ec3c107a3709
1 changed files +34 −0 parent 08fe1c0
added .asw/validation.json +34−0 View file
@@ -0,0 +1,34 @@
1 + {
2 + "schemaVersion": "asw.validation/v1",
3 + "id": "mil-hil-validation",
4 + "name": "MIL/HIL 검증 하네스",
5 + "description": "고정된 농기계 제품 기준선에 대해 모델·하드웨어 연계 시나리오와 허용오차를 검증하는 자산입니다.",
6 + "workspaceId": "RS-2025-25460711",
7 + "ownerOrg": "kitech",
8 + "owner": "한국생산기술연구원",
9 + "capabilities": [
10 + {
11 + "id": "mil",
12 + "name": "MIL Scenario Validation",
13 + "description": "모델 기반 제어·인지 시나리오 판정"
14 + },
15 + {
16 + "id": "hil",
17 + "name": "HIL Interface Validation",
18 + "description": "실제 제어기 인터페이스와 타이밍 검증"
19 + },
20 + {
21 + "id": "evidence",
22 + "name": "Evidence Packaging",
23 + "description": "판정 결과와 허용오차를 감사 증빙으로 패키징"
24 + }
25 + ],
26 + "appliesTo": [
27 + {
28 + "org": "kitech",
29 + "repo": "unmanned-agri-machine-integration",
30 + "name": "무인자율 농작업 통합 시스템",
31 + "required": true
32 + }
33 + ]
34 + }