feat: LLM Wiki 세컨드 브레인 초기 셋팅
- CLAUDE.md 생성 (볼트 운영 규칙, Karpathy LLM Wiki 10가지 규칙) - 나의 핵심 맥락.md 생성 (아키텍트 프로필, 세컨드 브레인 목적, 핵심 소스) - raw/ 구조 정립 (book/기존 설계원칙 보존, articles/repos/notes/ 추가) - wiki/ 초기화 (index.md, log.md, concepts/sources/patterns/ 폴더) - output/ 초기화 - LLMWiki/ 기존 프롬프트 패턴 파일 보존 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
33
wiki/CLAUDE.md
Normal file
33
wiki/CLAUDE.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# wiki/ — AI 컴파일 위키
|
||||
|
||||
`raw/`의 원본을 소화해서 개념·패턴·결정으로 정리하는 공간.
|
||||
|
||||
## 작업 순서
|
||||
|
||||
1. `index.md`를 먼저 읽는다
|
||||
2. 기존 페이지 업데이트 우선 — 새 페이지는 마지막 수단
|
||||
3. 모든 작업을 `log.md`에 기록
|
||||
4. 새 페이지 생성/삭제 시 `index.md` 업데이트 필수
|
||||
|
||||
## 하위 폴더
|
||||
|
||||
| 폴더 | 내용 |
|
||||
|------|------|
|
||||
| `concepts/` | 핵심 개념 (가산적 아키텍처 등) |
|
||||
| `sources/` | 출처별 요약 (책, 아티클) |
|
||||
| `patterns/` | 설계 패턴 |
|
||||
|
||||
## 페이지 형식
|
||||
|
||||
```yaml
|
||||
---
|
||||
title: 페이지 제목
|
||||
tags: [concept | source | pattern]
|
||||
source: 출처 (있을 경우)
|
||||
updated: YYYY-MM-DD
|
||||
---
|
||||
```
|
||||
|
||||
- 내부 참조는 `[[wikilink]]` 형식
|
||||
- 소스 요약은 사실만 — 해석은 `concepts/`에서
|
||||
- 모순 발견 시 양쪽 소스 모두 인용
|
||||
0
wiki/concepts/.gitkeep
Normal file
0
wiki/concepts/.gitkeep
Normal file
26
wiki/index.md
Normal file
26
wiki/index.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Wiki Index
|
||||
updated: 2026-04-30
|
||||
---
|
||||
|
||||
# Wiki Index
|
||||
|
||||
> 질의 시 이 파일을 먼저 읽는다. 새 페이지 생성/삭제 시 반드시 업데이트.
|
||||
|
||||
## Concepts — 핵심 개념
|
||||
|
||||
<!-- 항목 형식: - [[페이지명]] — 한 줄 설명 (120자 이내) -->
|
||||
|
||||
(비어 있음)
|
||||
|
||||
## Sources — 출처 요약
|
||||
|
||||
<!-- 항목 형식: - [[페이지명]] — 저자, 출처 유형, 한 줄 설명 -->
|
||||
|
||||
(비어 있음)
|
||||
|
||||
## Patterns — 설계 패턴
|
||||
|
||||
<!-- 항목 형식: - [[페이지명]] — 한 줄 설명 -->
|
||||
|
||||
(비어 있음)
|
||||
17
wiki/log.md
Normal file
17
wiki/log.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Wiki Operation Log
|
||||
---
|
||||
|
||||
# Wiki Log
|
||||
|
||||
> 모든 오퍼레이션마다 기록. 형식: `YYYY-MM-DD — [동작] 설명`
|
||||
|
||||
---
|
||||
|
||||
## 2026-04-30
|
||||
|
||||
- `wiki/` 폴더 초기화 — index.md, log.md, CLAUDE.md 생성
|
||||
- `wiki/concepts/`, `wiki/sources/`, `wiki/patterns/` 폴더 생성
|
||||
- `raw/` CLAUDE.md 추가, articles/, repos/, notes/ 폴더 생성
|
||||
- `output/` 폴더 및 CLAUDE.md 생성
|
||||
- 메인 CLAUDE.md에 볼트 구조 및 위키 운영 규칙 추가
|
||||
0
wiki/patterns/.gitkeep
Normal file
0
wiki/patterns/.gitkeep
Normal file
0
wiki/sources/.gitkeep
Normal file
0
wiki/sources/.gitkeep
Normal file
Reference in New Issue
Block a user