REPOSITORY
ontariotech/task-allocation Private
[참조 MVP] 다중 농기계 작업 배분 A-SW — 농기계 용량을 고려해 작업구역을 예상 완료시간이 최소가 되도록 배분합니다.
https://git.agrithing.ai/ontariotech/task-allocation.git e513f8a feat: adopt python SERVICE SDV reference implementation
9619a21 feat: adopt python SERVICE SDV reference implementation
9089584 ci: add language-specific static and dynamic analysis
3bf8432 docs: define component scope and interface contract
8da6f7a ci: verify contract tests and evidence package
9d1acf5 feat: add executable reference MVP
9a07d04 docs: define component scope and interface contract
2 items · main
·/ .asw/quality-profile.json
json · 947 B · 082b5c9 Download
{ "schemaVersion": "asw.quality-profile/v1", "repository": "ontariotech/task-allocation", "scope": "platform", "language": "python", "runtime": "python>=3.11", "executionTarget": "service", "buildSystem": "unittest", "staticAnalysis": { "adapter": "python-ast-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": "unittest-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" ]}