feat: 위키 저장소 초기 커밋
- CLAUDE.md 운영 규칙 - wiki/ 정리된 지식 페이지 (Nuxt + Claude Code) - raw/ 원본 자료 - reference/ Nuxt 4.x 공식 문서 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
49
wiki/log.md
Normal file
49
wiki/log.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# 작업 이력
|
||||
|
||||
---
|
||||
|
||||
## 2026-05-13
|
||||
|
||||
### 위키 시스템 초기화
|
||||
- `CLAUDE.md` 생성 — 운영 규칙(Schema) 정의
|
||||
- `raw/` 폴더 생성 — 원본 자료 보관 공간
|
||||
- `wiki/` 폴더 생성 — 정리된 지식 저장 공간
|
||||
- `wiki/index.md` 생성 — 전체 목차 (6개 카테고리)
|
||||
- `wiki/log.md` 생성 — 이 파일
|
||||
|
||||
---
|
||||
|
||||
### reference/ 분리
|
||||
- Nuxt 4.x 공식 문서(227개 `.md`, 7개 폴더) → `reference/`로 이동
|
||||
- `CLAUDE.md`에 "참조 라이브러리" 섹션 추가 — `reference/` 검색 규칙 정의
|
||||
- `raw/`는 개인 자료 전용으로 확정
|
||||
|
||||
---
|
||||
|
||||
### raw/ 자료 수집 — Claude Code 업무 자동화
|
||||
웹 검색으로 수집한 자료 6개를 `raw/`에 저장.
|
||||
|
||||
| 파일 | 출처 | 내용 요약 |
|
||||
|---|---|---|
|
||||
| `claude-code-best-practices-official.md` | code.claude.com 공식 문서 | 컨텍스트 관리, 검증, CLAUDE.md 작성, hooks/skills/subagents 세팅 가이드 |
|
||||
| `claude-code-long-running-agent-harnesses.md` | Anthropic 엔지니어링 블로그 | 장기 실행 에이전트를 위한 2단계 harness 구조 (Initializer + Coding agent) |
|
||||
| `claude-code-full-stack-mcp-skills-subagents-hooks.md` | alexop.dev | MCP, Skills, Subagents, Hooks 5개 컴포넌트 통합 구조 |
|
||||
| `claude-code-hooks-cicd-patterns.md` | pixelmojo.io | Hooks 3가지 핸들러 타입, CI/CD 통합, 프로덕션 패턴, 도입 로드맵 |
|
||||
| `claude-agent-sdk-overview.md` | claude.com 블로그 | Claude Agent SDK 에이전트 루프 아키텍처, 컨텍스트 수집/실행/검증 전략 |
|
||||
| `claude-code-5-agentic-workflow-patterns.md` | mindstudio.ai | Sequential / Operator / Split-and-Merge / Agent Teams / Headless 패턴 비교 |
|
||||
|
||||
---
|
||||
|
||||
### 위키 페이지 생성 — Claude Code 업무 자동화
|
||||
raw 자료 6개를 바탕으로 위키 페이지 4개 생성.
|
||||
|
||||
| 페이지 | 통합된 raw 자료 |
|
||||
|---|---|
|
||||
| `claude-code-overview.md` | best-practices-official, agent-sdk-overview |
|
||||
| `claude-code-project-setup.md` | best-practices-official, full-stack-mcp-skills-subagents-hooks |
|
||||
| `claude-code-hooks.md` | hooks-cicd-patterns, full-stack-mcp-skills-subagents-hooks, best-practices-official |
|
||||
| `claude-code-workflow-patterns.md` | 5-agentic-workflow-patterns, long-running-agent-harnesses, best-practices-official |
|
||||
|
||||
---
|
||||
|
||||
_이후 자료를 넣을 때마다 아래에 추가됩니다._
|
||||
Reference in New Issue
Block a user