feat: 프로젝트 개요 및 컴포넌트별 명세, 로드맵 등 문서 추가

This commit is contained in:
2026-01-11 21:01:34 +09:00
parent 8553f586c9
commit 6c6ca894cf
23 changed files with 8388 additions and 0 deletions

1
.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

1
.obsidian/appearance.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

33
.obsidian/core-plugins.json vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}

198
.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,198 @@
{
"main": {
"id": "2368ff66953844f9",
"type": "split",
"children": [
{
"id": "6495286b42a8bf9b",
"type": "tabs",
"children": [
{
"id": "b9821d41e3b2938c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "docs/01-overview.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "01-overview"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "2075a9d64fc12fa3",
"type": "split",
"children": [
{
"id": "89fdefcb560ce022",
"type": "tabs",
"children": [
{
"id": "8e1a145557d38a09",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "파일 탐색기"
}
},
{
"id": "e8e754d9105c8a4b",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "검색"
}
},
{
"id": "15dba3d38380203c",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "북마크"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "7146911a3f689133",
"type": "split",
"children": [
{
"id": "ab65bae9b04cd26f",
"type": "tabs",
"children": [
{
"id": "3961c9ce54d34607",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "docs/01-overview.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "01-overview 의 백링크"
}
},
{
"id": "380d358f7c71933e",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "docs/01-overview.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "01-overview 의 나가는 링크"
}
},
{
"id": "496a75e972ab4f2c",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "태그"
}
},
{
"id": "913da9b646423c5e",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "모든 속성"
}
},
{
"id": "ab0c0c2b8374c194",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "docs/01-overview.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "01-overview 의 개요"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:빠른 전환기 열기": false,
"graph:그래프 뷰 열기": false,
"canvas:새 캔버스 만들기": false,
"daily-notes:오늘의 일일 노트 열기": false,
"templates:템플릿 삽입": false,
"command-palette:명령어 팔레트 열기": false,
"bases:새 베이스 생성하기": false
}
},
"active": "b9821d41e3b2938c",
"lastOpenFiles": [
"components/phase3/audit.md",
"docs/01-overview.md",
"components/phase2/analytics.md",
"components/phase1/mgmt.md",
"components/phase1/balance.md",
"specification.md",
"README.md",
"AGENTS.md",
"diagram.md"
]
}