- Removed `.claude/` from .gitignore - Updated index.md to reflect the addition of 7 new wiki pages, increasing total pages to 11 - Added detailed summaries for new pages including rendering modes, lifecycle, routing, data fetching, state management, auto imports, layers, performance, and runtime config - Created nuxt-runtime-config.md to document runtime configuration and environment variable handling - Updated log.md to include entries for newly created wiki pages
3.1 KiB
3.1 KiB
작업 이력
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 |
위키 페이지 생성 — Nuxt 공식 문서 정리
reference/ 공식 문서를 바탕으로 핵심 주제별 위키 페이지 7개 생성.
| 페이지 | 주요 reference 파일 |
|---|---|
nuxt-rendering-modes.md |
3.guide/1.concepts/1.rendering, 1.getting-started/15.prerendering, 16.deployment |
nuxt-lifecycle.md |
3.guide/1.concepts/2.nuxt-lifecycle |
nuxt-routing.md |
1.getting-started/07.routing |
nuxt-data-fetching.md |
1.getting-started/10.data-fetching, 4.api/2.composables/use-fetch |
nuxt-state-management.md |
1.getting-started/11.state-management |
nuxt-auto-imports.md |
3.guide/1.concepts/3.auto-imports |
nuxt-layers.md |
1.getting-started/14.layers |
nuxt-performance.md |
3.guide/2.best-practices/performance, hydration |
nuxt-runtime-config.md |
3.guide/6.going-further/10.runtime-config |
이후 자료를 넣을 때마다 아래에 추가됩니다.