REPOSITORY
kitech/speed-control-asw Private
[참조 MVP] 작업 속도 제어 A-SW — 곡률, 작업 종류와 장애물 거리를 이용해 안전 목표 속도를 산정합니다.
https://git.agrithing.ai/kitech/speed-control-asw.git c105eba feat: adopt cpp ACU SDV reference implementation
5370f9c ci: add language-specific static and dynamic analysis
8897104 docs: define component scope and interface contract
ce13cd4 ci: verify contract tests and evidence package
f7e21c8 feat: add executable reference MVP
5bb5e1a docs: define component scope and interface contract
2 items · main
·/ .asw/quality-profile.json
json · 935 B · 8d55a9d Download
{ "schemaVersion": "asw.quality-profile/v1", "repository": "kitech/speed-control-asw", "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" ]}