fix(ev_charger): 도구 prefix를 규칙3에 맞춰 ev_charger_*로 리네임#39
Merged
Conversation
배선 스모크가 드러낸 규칙3(<folder>_<action>) 위반 수정 — 서비스 폴더는 ev_charger인데 도구가 evcharger_*로 등록돼 prefix가 폴더명과 어긋났다. 0.1.0 alpha·미릴리스라 호환 영향 없음. - tools.py: evcharger_status/evcharger_info → ev_charger_status/ev_charger_info - tests·README·providers.md·changelog 조각의 도구명/prefix 표기 일치 - docs/services.md 카탈로그 재생성 853 passed · ruff clean. Co-Authored-By: Claude Opus 4.8 <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.
무엇을 / 왜
#35의 새 배선 스모크가 드러낸 규칙3(
<folder>_<action>) 위반 수정. 서비스 폴더는ev_charger인데 도구가evcharger_*로 등록돼 prefix가 폴더명과 어긋났다(changelog에 의도적으로 문서화돼 있었음). 0.1.0 alpha·미릴리스라 호환 영향 없음.변경
tools.py:evcharger_status/evcharger_info→ev_charger_status/ev_charger_infoproviders.md·changelog 조각의 도구명/prefix 표기 일치docs/services.md카탈로그 재생성검증
853 passed·ruffclean.머지 순서
#35 머지 후 리베이스하면 CHANGELOG-drift CI 해소.
🤖 Generated with Claude Code