Skip to content

feat: domain-book-builder 버전 수정 및 python-fastapi-programmer 패턴 강화 - #7

Merged
wkdgus1164 merged 2 commits into
mainfrom
feat/plugins-v0.2.1-patterns-update
Feb 21, 2026
Merged

wkdgus1164 merged 2 commits into
mainfrom
feat/plugins-v0.2.1-patterns-update

Conversation

@wkdgus1164

Copy link
Copy Markdown
Member

Summary

  • domain-book-builder 버전을 1.0.00.1.0으로 수정 (0.x 체계 통일)
  • python-fastapi-programmer Vertical Slice 패턴 개선: Use Case 파일에 DTO + Service + Controller 통합
  • __init__.py Router 조합 패턴 추가 (include_router 방식)
  • ddd-class-diagram 스킬 신규 추가
  • guard 스킬 신규 추가 (코드 품질 보호)

Test plan

  • ddd-class-diagram 스킬이 정상적으로 로드되는지 확인
  • guard 스킬이 정상적으로 로드되는지 확인
  • Vertical Slice 패턴 변경이 기존 코드 생성에 반영되는지 확인

🤖 Generated with Claude Code

wkdgus1164 and others added 2 commits February 21, 2026 22:14
- 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>
@wkdgus1164
wkdgus1164 merged commit 7ba18be into main Feb 21, 2026
3 checks passed
@wkdgus1164
wkdgus1164 deleted the feat/plugins-v0.2.1-patterns-update branch February 21, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant