fix(packaging): factlog 패키지 설명을 plugin으로 정정 - #318
Merged
Conversation
Contributor
Author
|
배포 메타데이터 설명이 plugin manifest와 실제 설치 모델에 일치하도록 정정됐음을 확인했습니다. 변경은 패키지 Summary에 한정되고, wheel METADATA 검증 및 CI 전체가 통과했습니다. |
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.
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도 통과했습니다.