claude code 서브 에이전트 및 커스텀 명령어 활성화를 위한 문서 생성#165
Merged
krsy0411 merged 3 commits intodocker-ko:masterfrom Jan 23, 2026
Merged
Conversation
프로젝트 작업 시 Claude Code가 참고할 수 있는 가이드 문서 추가: - 프로젝트 개요 및 기술 스택 설명 - 개발/테스트/품질 체크 명령어 정리 - 아키텍처 구조 및 애플리케이션 플로우 설명 - 번역 가이드라인 및 커밋 컨벤션 명시 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation and configuration for Claude Code AI assistant integration, including custom commands and sub-agents for code review, testing, and commit management. It also includes important refactoring to make data loading asynchronous and relocates data files from src/data to public/data.
Changes:
- Added Claude Code documentation (CLAUDE.md) and custom commands/agents configuration
- Refactored breadcrumb functionality to load translation data asynchronously via fetch
- Updated navigation component to fetch data from
/datainstead of/src/data - Added navigation and breadcrumb JSON data files for get-started and guides sections
- Updated README with contributor profile section
Reviewed changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CLAUDE.md | New documentation providing guidance to Claude Code AI about project structure, commands, and conventions |
| .claude/commands/test.md | Custom command definition for invoking qa-tester agent |
| .claude/commands/oop-review.md | Custom command definition for invoking oop-architecture-reviewer agent |
| .claude/commands/commit.md | Custom command definition for invoking commit-writer agent |
| .claude/agents/qa-tester.md | QA testing agent configuration with comprehensive testing methodology |
| .claude/agents/oop-architecture-reviewer.md | OOP architecture review agent configuration |
| .claude/agents/commit-writer.md | Commit message writing agent configuration |
| src/scripts/main.ts | Added await to async breadcrumb initialization calls |
| src/scripts/components/nav-component.ts | Updated data fetch paths from /src/data/nav/ to /data/nav/ |
| src/scripts/breadcrumb.ts | Refactored to load translation data asynchronously, removed static import |
| public/data/nav/guides.json | New navigation data for guides section |
| public/data/nav/get-started.json | New navigation data for get-started section |
| public/data/breadcrumb.json | New breadcrumb translation data |
| README.md | Added contributor profile images and links |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.