From 1cdce177877b5d6f61a0f55fcbdaec3be296d562 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 04:36:18 +0000 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=9D=B8=EB=B2=A4?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=20=EA=B5=AC=EC=A1=B0=20=EB=B6=84=EC=84=9D=20?= =?UTF-8?q?(iss-bfacccaabbd5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source-inventory/asset-inventory.json | 118 ++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 source-inventory/asset-inventory.json diff --git a/source-inventory/asset-inventory.json b/source-inventory/asset-inventory.json new file mode 100644 index 0000000..747f820 --- /dev/null +++ b/source-inventory/asset-inventory.json @@ -0,0 +1,118 @@ +{ + "inventoryId": "asset-001", + "category": "assets", + "description": "전체 자산 인벤토리", + "summary": { + "totalItems": 12, + "byCategory": { + "source-code": 3, + "database": 3, + "api-specifications": 3, + "build-configuration": 2, + "documentation": 1 + } + }, + "items": [ + { + "id": "src-main", + "category": "source-code", + "path": "src/main/java", + "type": "directory", + "description": "메인 Java 소스", + "status": "pending" + }, + { + "id": "src-test", + "category": "source-code", + "path": "src/test/java", + "type": "directory", + "description": "테스트 Java 소스", + "status": "pending" + }, + { + "id": "src-resources", + "category": "source-code", + "path": "src/main/resources", + "type": "directory", + "description": "애플리케이션 리소스", + "status": "pending" + }, + { + "id": "db-migration", + "category": "database", + "path": "db/migration", + "type": "directory", + "description": "DB 마이그레이션", + "status": "pending" + }, + { + "id": "db-schema", + "category": "database", + "path": "db/schema", + "type": "directory", + "description": "DB 스키마", + "status": "pending" + }, + { + "id": "db-seed", + "category": "database", + "path": "db/seed", + "type": "directory", + "description": "시드 데이터", + "status": "pending" + }, + { + "id": "api-openapi", + "category": "api-specifications", + "path": "api/openapi", + "type": "directory", + "description": "OpenAPI 명세", + "status": "pending" + }, + { + "id": "api-graphql", + "category": "api-specifications", + "path": "api/graphql", + "type": "directory", + "description": "GraphQL 스키마", + "status": "pending" + }, + { + "id": "api-rest", + "category": "api-specifications", + "path": "api/rest", + "type": "directory", + "description": "REST API 문서", + "status": "pending" + }, + { + "id": "build-maven", + "category": "build-configuration", + "path": "pom.xml", + "type": "file", + "description": "Maven 빌드 설정", + "status": "pending" + }, + { + "id": "build-docker", + "category": "build-configuration", + "path": "docker/", + "type": "directory", + "description": "Docker 설정", + "status": "pending" + }, + { + "id": "docs-architecture", + "category": "documentation", + "path": "docs/architecture/", + "type": "directory", + "description": "아키텍처 문서", + "status": "pending" + } + ], + "metadata": { + "created": "2025-07-10T14:38:23Z", + "project": "runtime-smoke-20260710143823", + "version": "1.0.0" + } +}