v0.1.1 - CI Diagnostics and Japanese Maintainer UX
v0.1.1 - CI Diagnostics and Japanese Maintainer UX
English
v0.1.1 packages the first post-MVP public launch improvements.
Highlights:
- Added GitHub Actions annotations for
acd ciwarnings and failures. - Kept
--jsonclean for machine-readable automation. - Expanded low-risk safe fixes:
- add
.envto.gitignore - add a README
.env.examplesetup note
- add
- Added Japanese README note generation for Japanese repositories.
- Improved README / README.ja with badges, install examples, and Japanese-first positioning.
- Added
examples/japanese-first-repo. - Added Action fixture validation evidence.
- Added Codex for Open Source application evidence.
- Added draft Zenn and Qiita launch articles.
Verification:
pnpm test: 7 tests passedpnpm build: passed- self scan:
Score: 100/100 - Japanese fixture scan:
Score: 100/100 - annotation output: verified locally with
GITHUB_ACTIONS=true npm pack --dry-run: passed- GitHub Actions CI: passed on
main
日本語
v0.1.1 は、初回MVP公開後の公開面・CI診断・日本語メンテナー体験をまとめたリリースです。
主な変更:
acd ciがGitHub Actions上でwarning / failureをannotationとして出力するようになりました。--jsonは機械処理向けにクリーンなまま維持します。- 低リスクsafe fixを拡張しました。
.gitignoreへの.env追加- READMEへの
.env.exampleセットアップ説明追加
- 日本語repoでは、README追記文も日本語になります。
- README / README.ja にbadge、install例、日本語ファーストの説明を追加しました。
examples/japanese-first-repoを追加しました。- GitHub Action fixture検証結果を保存しました。
- Codex for Open Source応募材料を追加しました。
- Zenn / Qiita向けlaunch記事の下書きを追加しました。
検証:
pnpm test: 7 tests passedpnpm build: passed- self scan:
Score: 100/100 - Japanese fixture scan:
Score: 100/100 - annotation output:
GITHUB_ACTIONS=trueでローカル確認済み npm pack --dry-run: passed- GitHub Actions CI:
mainで成功