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: register platform manifest

A-SW Catalog <[email protected]> · 2026. 8. 2. 오후 3:11:31
0033c9896e46b4ecba721b381034bf45d546a8d6
1 changed files +38 −0 parent edea914
added .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 + }