From 981a98a4634125146657c5e08513f4284278e2a2 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 04:36:13 +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/source-code-inventory.json | 34 +++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source-inventory/source-code-inventory.json diff --git a/source-inventory/source-code-inventory.json b/source-inventory/source-code-inventory.json new file mode 100644 index 0000000..32daef3 --- /dev/null +++ b/source-inventory/source-code-inventory.json @@ -0,0 +1,34 @@ +{ + "inventoryId": "source-code-001", + "category": "source-code", + "description": "소스 코드 인벤토리", + "items": [ + { + "id": "src-main", + "path": "src/main/java", + "type": "directory", + "description": "메인 Java 소스 디렉토리", + "language": "java", + "status": "pending" + }, + { + "id": "src-test", + "path": "src/test/java", + "type": "directory", + "description": "테스트 Java 소스 디렉토리", + "language": "java", + "status": "pending" + }, + { + "id": "src-resources", + "path": "src/main/resources", + "type": "directory", + "description": "애플리케이션 리소스", + "status": "pending" + } + ], + "metadata": { + "created": "2025-07-10T14:38:23Z", + "project": "runtime-smoke-20260710143823" + } +}