REPOSITORY
tymict/icu-platform Private
[참조 MVP] ICU 실행 플랫폼 — 센서 프레임과 A-SW 목표값을 ICU 액추에이터 명령 봉투로 변환합니다.
https://git.agrithing.ai/tymict/icu-platform.git 9d25865 feat: adopt cpp ACU SDV reference implementation
6da7869 ci: add language-specific static and dynamic analysis
a692bac docs: define component scope and interface contract
633768f ci: verify contract tests and evidence package
32eeb5f feat: add executable reference MVP
61498c4 docs: define component scope and interface contract
2 items · main
·/ .asw/quality-profile.json
json · 930 B · 53fea97 Download
{ "schemaVersion": "asw.quality-profile/v1", "repository": "tymict/icu-platform", "scope": "runtime-component", "language": "cpp", "runtime": "C++17", "executionTarget": "acu", "buildSystem": "g++", "staticAnalysis": { "adapter": "g++-warning-policy", "command": "python tools/quality_scan.py static --output dist/quality/static-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "critical": 0, "high": 0, "warnings": 0 } }, "dynamicAnalysis": { "adapter": "g++-test-scenario", "command": "python tools/quality_scan.py dynamic --output dist/quality/dynamic-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "minimumPassRate": 1 } }, "evidence": [ "quality/static-analysis.json", "quality/dynamic-analysis.json", "quality/summary.json" ]}