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: define component scope and interface contract

A-SW Reference Factory <[email protected]> · 2026. 8. 2. 오후 3:53:20
270ca166286b054ebea3a8b9c6fc9aa07d9c7b46
1 changed files +4 −2 parent d4135e2
modified README.md +4−2 View file
@@ -27,11 +27,13 @@ CLI는 JSON 입력 하나를 받아 JSON 결과 하나를 출력합니다. 실
27 27 - `contracts/`: 기계 판독형 인터페이스 계약
28 28 - `tests/`: 기준 동작 시험
29 29 - `release/manifest.json`: 소유기관·버전·호환성 선언
30 - `.gitea/workflows/verify.yml`: 계약→시험→증빙 패키지 CI
30 + - `.asw/quality-profile.json`: 언어별 정적·동적 분석 정책
31 + - `tools/quality_scan.py`: Python AST 정책 검사와 unittest·시나리오 동적분석
32 + - `.gitea/workflows/verify.yml`: 계약→정적분석→동적분석→증빙 패키지 CI
31 33
32 34 ## 완료 기준
33 35
34 36 1. 예제 입력이 오류 없이 실행됩니다.
35 37 2. 계약 JSON과 단위시험이 통과합니다.
36 3. Gitea Actions가 증빙 패키지와 SHA-256을 생성합니다.
38 + 3. Gitea Actions가 정적·동적 분석 결과, 증빙 패키지와 SHA-256을 생성합니다.
37 39 4. 실제 기관 코드는 동일 계약을 구현한 뒤 별도 승인·MIL/HIL 검증을 거칩니다.