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

via/asw-service-platform Private

[참조 MVP] A-SW 공유·협업 서비스 플랫폼 — 컴포넌트 릴리스의 제출·검증·승인·공개 생명주기를 집행하는 플랫폼 코어입니다.

https://git.agrithing.ai/via/asw-service-platform.git
7 commits
COMMIT DETAIL

docs: define component scope and interface contract

A-SW Reference Factory <[email protected]> · 2026. 8. 2. 오후 3:53:31
f1bc631561c7930d7529ac2e8a8568fb505ab02e
1 changed files +4 −2 parent 0033c98
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 검증을 거칩니다.