公開リリース準備: README、LICENSE、CI、linter設定、開発ツール整備#4
Merged
Conversation
- MIT LICENSEの追加 - 日本語README.md(概要、インストール、使い方、コマンド一覧、設定、AIエージェント向け) - GitHub Actions CI(lint + test + build + goreleaser check)とリリースワークフロー - golangci-lint v2設定(errcheck除外パターン、bodyclose、errorlint等) - Makefile(build, test, lint, coverage, clean) - CONTRIBUTING.md(貢献ガイド) - .gitignore更新(coverage, dist, token関連) - Goソース修正: errors.As への移行、未使用コード削除、staticcheck対応 - json.Indent による効率的なJSON整形
archives.formatとformat_overrides.formatがGoReleaser v2で非推奨。 formats(配列形式)に移行し、goreleaser checkを通るようにする。
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.
概要
mf-cliをGitHubで公開するための必要十分な整備を行いました。コード品質は維持したまま、誰が見てもわかりやすいOSSリポジトリにするためのドキュメント・CI・開発ツールを追加しています。
変更内容
新規ファイル
既存ファイル修正
errors.As移行、json.Indentによる効率的JSON整形、未使用関数削除errors.As移行(errorlint対応)Codexローカルレビューの結果