Skip to content

fix(packaging): factlog 패키지 설명을 plugin으로 정정 - #318

Merged
justinjoy merged 1 commit into
mainfrom
fix-packaging-plugin-description
Jul 26, 2026
Merged

fix(packaging): factlog 패키지 설명을 plugin으로 정정#318
justinjoy merged 1 commit into
mainfrom
fix-packaging-plugin-description

Conversation

@justinjoy

Copy link
Copy Markdown
Contributor

Closes #282

pyproject.toml의 배포 패키지 설명을 Claude Code plugin으로 정정했습니다. skill은 플러그인 내부 구성 요소이므로 관련 문서·키워드의 정당한 skill 용법은 변경하지 않았습니다.

검증: python3 -m pip wheel --no-deps --wheel-dir <temp> .로 wheel을 빌드한 뒤, 생성된 .dist-info/METADATA의 Summary가 plugin 문구를 포함하고 skill 문구를 포함하지 않음을 확인했습니다. git diff --check도 통과했습니다.

@justinjoy

Copy link
Copy Markdown
Contributor Author

배포 메타데이터 설명이 plugin manifest와 실제 설치 모델에 일치하도록 정정됐음을 확인했습니다. 변경은 패키지 Summary에 한정되고, wheel METADATA 검증 및 CI 전체가 통과했습니다.

@justinjoy
justinjoy merged commit b16ea73 into main Jul 26, 2026
3 checks passed
@justinjoy
justinjoy deleted the fix-packaging-plugin-description branch July 26, 2026 11:26
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.

fix(packaging): pyproject description이 factlog를 plugin이 아닌 skill로 기술한다 (#280 후속)

1 participant