Claude 세션이 자동으로 읽는 작업 지침 추가 (CLAUDE.md) - #53
Merged
Conversation
저장소에 AGENTS.md(Codex·Antigravity용)는 있었지만 Claude Code가 자동으로 읽는 CLAUDE.md가 없어, 매 세션마다 규칙을 수동으로 찾아 읽어야 했습니다. 기존 문서와 중복하지 않고 진입점 역할을 하며, 이번 작업에서 실제로 문제가 됐던 항목을 함께 담았습니다. - decompiled/Launcher.decompiled.cs의 줄바꿈 혼재와 바이트 단위 편집 필요성 - .ps1/CHANGELOG.md의 UTF-8 BOM 요구 - Localized/DescribeException을 통한 예외 메시지 한/영 처리 - UI 문구 한/영 동시 수정, ModernDialogs 사용, test.ps1의 소스 스캔 - 다운로드·UPnP·Discord·로그 가림의 보안 경계 - 버전 단일 기준과 릴리스 절차, 제품 변경 없는 커밋은 릴리스하지 않음 - 브랜치 생성 전 git fetch origin main 제품 코드 변경이 없어 버전은 올리지 않습니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A4KU6BZL5oWTjH2eDB18Yu
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.
제품 코드 변경 없음. 버전 안 올리고 릴리스도 하지 않습니다.
문제
저장소에
AGENTS.md(Codex·Antigravity용)는 있지만 Claude Code가 자동으로 읽는CLAUDE.md가 없었습니다. 이번 세션도 제가 수동으로AGENTS.md를 찾아 읽은 것이고, 안 읽었으면 규칙을 모른 채 작업했을 겁니다.조치
기존 문서를 중복하지 않고 진입점 역할을 하는
CLAUDE.md를 추가했습니다. 이번 작업에서 실제로 문제가 됐던 항목을 함께 담았습니다.decompiled/Launcher.decompiled.cs의 줄바꿈 혼재 — 한 번 밟아서 되돌렸던 문제.ps1/CHANGELOG.md의 UTF-8 BOM 요구Localized/DescribeException을 통한 예외 메시지 한/영 처리 — v1.18.0~v1.21.0에서 도입한 패턴ModernDialogs사용,test.ps1의 소스 스캔 규칙git fetch origin main— 이번에 stale한 origin/main에서 브랜치를 만들어 v1.16.0 변경이 빠진 채 작업하다 되돌린 적이 있습니다Generated by Claude Code