Skip to content

v0.1.1 - CI Diagnostics and Japanese Maintainer UX

Choose a tag to compare

@dadion123 dadion123 released this 27 Jun 12:56
· 4 commits to main since this release

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 ci warnings and failures.
  • Kept --json clean for machine-readable automation.
  • Expanded low-risk safe fixes:
    • add .env to .gitignore
    • add a README .env.example setup note
  • 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 passed
  • pnpm 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 passed
  • pnpm 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で成功