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
3 items · main
·/ .asw/platform.json
json · 1.1 KB · 7ea8ce0 Download
{  "schemaVersion": "asw.platform/v1",  "id": "asw-service-platform",  "name": "A-SW 공유·협업 서비스 플랫폼",  "description": "기관별 Git 저장소, 파이프라인, 제품 기준선, 승인과 Audit Package를 운영하는 VIA Control Plane입니다.",  "workspaceId": "RS-2025-25460711",  "ownerOrg": "via",  "owner": "주식회사 비아",  "services": [    {      "id": "source-control",      "name": "Git Repository Service",      "description": "Gitea 기반 기관별 독립 저장소와 권한 관리"    },    {      "id": "pipeline",      "name": "Pipeline Execution",      "description": "Gitea Actions Runner 기반 검증·패키징·배포"    },    {      "id": "catalog",      "name": "Product Catalog",      "description": "제품·플랫폼·검증 자산의 매니페스트 검색"    },    {      "id": "release",      "name": "Release Governance",      "description": "기준선, 승인, 검수 게이트와 Audit Package 관리"    }  ],  "environments": [    {      "id": "local",      "name": "Local SDV Lab",      "description": "OrbStack 기반 Gitea·Runner·Simulator 통합 환경"    }  ]}