feat: domain-book-builder 버전 수정 및 python-fastapi-programmer 패턴 강화 - #7
Merged
Merged
Conversation
- domain-book-builder 버전을 1.0.0 → 0.1.0으로 수정 (0.x 체계 통일) - Vertical Slice 패턴 개선: Use Case 파일에 DTO + Service + Controller 통합 - __init__.py Router 조합 패턴 추가 - ddd-class-diagram 스킬 신규 추가 - guard 스킬 신규 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Write/Edit 후 Python 파일에 대해 자동으로 ruff check + format 실행. 아키텍처 안티패턴(cross-domain import, raw SQL 등)도 함께 검사. - hooks/hooks.json: PostToolUse prompt hook 설정 - hooks/ruff-check.sh: ruff check 실행 스크립트 (향후 command 방식 활용) - hooks/ruff-format-check.sh: ruff format 자동 수정 스크립트 Co-Authored-By: Claude Opus 4.6 <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
1.0.0→0.1.0으로 수정 (0.x 체계 통일)__init__.pyRouter 조합 패턴 추가 (include_router 방식)ddd-class-diagram스킬 신규 추가guard스킬 신규 추가 (코드 품질 보호)Test plan
ddd-class-diagram스킬이 정상적으로 로드되는지 확인guard스킬이 정상적으로 로드되는지 확인🤖 Generated with Claude Code