Release: ndf v10.16.0 - #808
Merged
Merged
Conversation
版数を持つ 7 ファイルの 10.16.0-dev.1 を 10.16.0 にし、 plugins/ndf/README.md の更新案内を正式版チャネルの文へ書き直した。中身は開発版と同じ。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Sep 22, 2026
Merged
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
開発版
10.16.0-dev.1(PR #807)の接尾辞を外し、ndf を正式版 10.16.0 にする。中身は開発版に、承認の後にdevelopへ入った PR #806(statusline)を加えたものである(#806 を含めて配布することは 2026-09-22T15:0xZ に利用者が承認し、説明文書は PR #809 で直した)。利用者は 2026-09-22T14:36Z にmainへの配布を承認済み(conductor が取得)。plugin.json(version/description)、marketplace.json、README.mdの概要と一覧表、AGENTS.md、plugins/ndf/README.mdの見出しと Kiro / Codex の確認例を10.16.0-dev.1から10.16.0へ変えたplugins/ndf/README.mdの更新案内## v10.16.0 へ更新するときにし、「開発版です」の案内を「正式版です(開発版10.16.0-dev.1と中身は同じでmainに載る)」へ、更新手順の前置きを正式版チャネル(ref を指定しない登録)の文へ書き直したCHANGELOG.md(ndf 10.16.0の節、2026-09-22)・docs/ndf-version-decisions.md(範囲v10.12.0〜v10.16.0)・docs/versioning-and-distribution.mdの例(正式版10.16.0/ 開発版10.17.0-dev.1)は PR Release: ndf v10.16.0-dev.1 #807 で済んでおり変えていないCLAUDE.mdに「の次の版で」の段落は無い(instructions-check.pyexit=0)Release: ndf v10.15.0)と同じ 7 ファイルに揃えた配布の記録
段階: 本番(2026-09-22T14:36Z に利用者の承認を得た。この Pull Request を
developへ入れた後、develop→mainの Pull Request で配布し、タグndf--v10.16.0を打つ)版: 10.15.1 → 10.16.0(MINOR:
cross-review/cross-refactoringのinitに--exclude/--include/--require-allを足し、既定の振る舞いを 3 つ変えた。削除・改名なし)まとまり: PR #781 / #782 / #783 / #784 / #790 / #791 / #793 / #794 / #795 / #796 / #797 / #798 / #800 / #801 / #803 / #805 / #806 / #807
配布物の差分: 119 ファイル(
git diff --stat ndf--v10.15.1..HEAD -- plugins/ndf/)取り消しの手段: 利用者はリリースタグ
ndf--v10.15.1を ref に指定して前の版へ戻れる(docs/versioning-and-distribution.mdの「利用者が過去の版へ戻る」)。mainの先端を戻す操作は行わず、不具合は 10.16.1 で直すTest plan
bash scripts/build-runtime-plugins.sh→ exit=0(--checkも exit=0、生成物に差分なし)python3 scripts/check-doc-staleness.py→ exit=0bash scripts/validate-runtime-plugins.sh→ exit=0python3 scripts/check-doc-line-limit.py --root .→ exit=0python3 scripts/check-markdown-links.py→ exit=0python3 scripts/check-skill-frontmatter.py→ exit=0python3 plugins/ndf/scripts/instructions-check.py --root .→ exit=0claude plugin validate .→ exit=0(policy/interfaceの既知の警告のみ)uv run --with pytest pytest scripts/tests plugins/ndf -q→ exit=0(4937 passed)--helpで確認 → すべて exit=0(隔離環境での実行は PR Release: ndf v10.16.0-dev.1 #807 で同じコマンドを通済み。コマンドの文面は開発版から変えていない)grep -rn "10\.16\.0-dev"(issues/を除く)で残るのはplugins/ndf/README.mdの「開発版10.16.0-dev.1と中身は同じ」の 1 行だけ🤖 Generated with Claude Code