.asw/platform.json +38−0 View file@@ -0,0 +1,38 @@
1 +
{ 2 +
"schemaVersion": "asw.platform/v1", 3 +
"id": "asw-service-platform", 4 +
"name": "A-SW 공유·협업 서비스 플랫폼", 5 +
"description": "기관별 Git 저장소, 파이프라인, 제품 기준선, 승인과 Audit Package를 운영하는 VIA Control Plane입니다.", 6 +
"workspaceId": "RS-2025-25460711", 7 +
"ownerOrg": "via", 8 +
"owner": "주식회사 비아", 9 +
"services": [ 10 +
{ 11 +
"id": "source-control", 12 +
"name": "Git Repository Service", 13 +
"description": "Gitea 기반 기관별 독립 저장소와 권한 관리" 14 +
}, 15 +
{ 16 +
"id": "pipeline", 17 +
"name": "Pipeline Execution", 18 +
"description": "Gitea Actions Runner 기반 검증·패키징·배포" 19 +
}, 20 +
{ 21 +
"id": "catalog", 22 +
"name": "Product Catalog", 23 +
"description": "제품·플랫폼·검증 자산의 매니페스트 검색" 24 +
}, 25 +
{ 26 +
"id": "release", 27 +
"name": "Release Governance", 28 +
"description": "기준선, 승인, 검수 게이트와 Audit Package 관리" 29 +
} 30 +
], 31 +
"environments": [ 32 +
{ 33 +
"id": "local", 34 +
"name": "Local SDV Lab", 35 +
"description": "OrbStack 기반 Gitea·Runner·Simulator 통합 환경" 36 +
} 37 +
] 38 +
}