refactor: ブランド表記統一 — GenFlux → Genflux / GENFLUX#24
Merged
Conversation
- class GenFlux → Genflux, GenFluxError → GenfluxError - APIError, TimeoutError 等の基底クラス参照を更新 - docstring のブランド表記を GENFLUX に統一 Refs #23
- clients/, jobs.py, evaluation.py, progress.py の docstring → GENFLUX - 型ヒント・コード例の GenFlux → Genflux Refs #23
- models/ の docstring → GENFLUX - constants.py のクラス参照コメント → Genflux - __init__.py の import・__all__ を Genflux/GenfluxError に更新 Refs #23
- import・インスタンス化の GenFlux → Genflux - ユーザー向け print 文の GenFlux → GENFLUX Refs #23
- docstring・print 文の GenFlux → GENFLUX - import・インスタンス化・コード例の GenFlux → Genflux Refs #23
- import の GenFlux/GenFluxError → Genflux/GenfluxError - 生成テキストのブランド名 → GENFLUX - コード例・クラス参照 → Genflux Refs #23
- README.md, CHANGELOG.md, CONTRIBUTING.md の GenFlux → GENFLUX/Genflux - pyproject.toml の description・authors を GENFLUX に統一 Refs #23
- 見出し・説明文の GenFlux → GENFLUX - コード例の GenFlux → Genflux Refs #23
- コード例の GenFlux → Genflux Refs #23
- docs/API_REFERENCE.md, DEVELOPER_API_REFERENCE.md を再生成 - llms.txt, llms-full.txt を再生成 Refs #23
Collaborator
Author
|
@coderabbitai full review |
Collaborator
Author
|
@coderabbitai review |
- ソースコード: PR側のクラス名 (Genflux/GenfluxError) + develop側の日本語docstring + GENFLUX表記 - ドキュメント/スクリプト: develop側を採用し Genflux → GENFLUX に置換 - 自動生成ファイル: develop側を採用(make docs で再生成予定)
Collaborator
Author
|
@coderabbitai review |
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
GenFlux(PascalCase・2語風)を文脈に応じてGenflux(クラス名)/GENFLUX(ブランド名)に修正ブランド表記ガイドライン
class Genflux:,from genflux import Genfluxpip install genflux(変更なし)GENFLUX_API_KEY(変更なし)変更範囲
__init__.pyTest plan
rg -w "GenFlux" src/が 0 件rg -w "GenFlux"リポジトリ全体が 0 件(GENFLUX は OK)from genflux import Genfluxが動作するfrom genflux import GenfluxErrorが動作するuv run ruff check src/パスuv run pyright src/パスCloses #23