CLAUDE.md에서 부정확한 모듈 구조 규칙 제거 - #56
Merged
Merged
Conversation
"기존 모듈 구조(UI, Network, Bridge, Storage)를 깨지 않습니다"는 실제 코드와 맞지 않았다. namespace 선언이 하나도 없고 internal static partial class Launcher가 기능별 파일로만 나뉘어 있다. 바로 위 줄(새 소스 파일 추가 시 build.ps1·csproj 소스 목록 갱신)이 이미 실제로 지켜야 할 내용을 담고 있어 중복이기도 했다. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
*.cs전체에namespace선언이 하나도 없고,internal static partial class Launcher가 기능별 파일로만 나뉘어 있음 — 실제로 존재하지 않는 구조를 지키라는 부정확한 지시였음test.ps1 -LauncherPath는 별도 임시 빌드가 아니라build.ps1산출물을 검증하려는 의도적 차이)Test plan