소스 인벤토리 구조 분석 (iss-bfacccaabbd5)
This commit is contained in:
parent
8774d12861
commit
981a98a463
1 changed files with 34 additions and 0 deletions
34
source-inventory/source-code-inventory.json
Normal file
34
source-inventory/source-code-inventory.json
Normal file
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue