refactor: consolidate util packages and simplify bootstrap structure#40
Merged
refactor: consolidate util packages and simplify bootstrap structure#40
Conversation
- envutil → internal/util/env - config → internal/util/config - git → internal/util/git - Update all import paths
- Consolidate linters.go and providers.go into cmd/sym/bootstrap.go - Remove bootstrap import from main.go (same package) - Update README documentation
- Remove unused test helper
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
internal/util하위로 통합하여 프로젝트 구조 단순화cmd/sym으로 이동Changes
유틸리티 패키지 통합 (
internal/util/)internal/envutil→internal/util/env: 환경변수 관리 유틸리티internal/config→internal/util/config: 설정 관리 유틸리티internal/git→internal/util/git: Git 변경사항 추적 유틸리티Bootstrap 구조 단순화
internal/bootstrap/linters.go와internal/bootstrap/providers.go를cmd/sym/bootstrap.go로 통합internal/bootstrap패키지 삭제불필요한 파일 제거
cmd/test-linter/main.go: 미사용 ESLint 테스트 헬퍼 삭제CLAUDE.md: 중복 문서 삭제 (.claude/CLAUDE.md에 통합)internal/config/README.md,internal/git/README.md: 이동으로 인한 삭제