Skip to content

Conversation

@krsy0411
Copy link
Collaborator

No description provided.

krsy0411 and others added 3 commits June 21, 2025 22:01
프로젝트 작업 시 Claude Code가 참고할 수 있는 가이드 문서 추가:
- 프로젝트 개요 및 기술 스택 설명
- 개발/테스트/품질 체크 명령어 정리
- 아키텍처 구조 및 애플리케이션 플로우 설명
- 번역 가이드라인 및 커밋 컨벤션 명시

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@krsy0411 krsy0411 requested a review from Copilot January 22, 2026 05:34
@krsy0411 krsy0411 added the rule 규칙 및 용어 관련 label Jan 22, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 /data instead 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

@krsy0411 krsy0411 merged commit 502bd71 into docker-ko:master Jan 23, 2026
7 checks passed
@krsy0411 krsy0411 deleted the krsy0411-ui branch January 23, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rule 규칙 및 용어 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants