Release: ndf v10.17.1-dev.1 - #894
Merged
Merged
Conversation
#882 #884(全体テストを並列・2 分割で回し、重複した競合試験と繰り返しを減らす)を develop の チャネルへ載せる開発版。版数を持つ 15 箇所、更新案内の本文と手元で確かめるコマンド、 CHANGELOG.md の ndf 10.17.1 の節、docs/ndf-version-decisions.md の v10.17.1 の判断を更新する。 Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G5uEPdcjhFR1Aerv5JMfpP
Contributor
Author
検証への配布の確認(develop の ref)
🤖 Generated with Claude Code |
This was referenced Sep 23, 2026
Merged
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
ndf の開発版 10.17.1-dev.1 を出す。マイルストーン 26「17 トークン消費の削減」の 2'(#882 #884、PR #891)を
developのチャネルへ載せる版である。正式版(main)へは出さない。 そちらは利用者の承認を得てから進行側が行う。plugin.json(version/description)、marketplace.json、README.mdの概要と一覧表、AGENTS.md、plugins/ndf/README.mdの見出しと Kiro / Codex の確認例を10.17.1-dev.1へ上げたdocs/versioning-and-distribution.mdの「版の付け方と開発版の配布」章10.17.1にした。開発版・確認版の例(10.18.0-dev.1/10.18.0-rc.1)はそのままplugins/ndf/README.mdの更新案内## v10.17.1-dev.1 へ更新するときにし、本文を開発版であること・#882 #884 の 2 行の表・「Skill・スクリプト・hook の振る舞いは 10.17.0 と同じ」へ書き直した。「手元で確かめる」の 2 コマンドを、この版で見分けられるものへ置き換えたCHANGELOG.mdndf 10.17.1の節を足した(変更 2 件。見出しに接尾辞を付けない規約に従う)docs/ndf-version-decisions.mdpytest、分割の漏れを継続的統合の外で見る、本番のスクリプトを変える高速化を行わない)を足し、見出しの範囲をv10.12.0〜v10.17.1にした。289 行で分割は不要ndf--v10.17.0からのplugins/ndf/の差分に、版数の記載と説明文書以外のファイル(plugins/ndf/scripts/tests/test_token_guard.py・plugins/ndf/skills/development-workflow/tests/test_stage_check.py・plugins/ndf/skills/worktree/tests/test_registry.py)がある。どれも配布物の中にあるテストであるCLAUDE.mdに「の次の版で」で書き出す段落は無く、退避するものは無い(instructions-check.py --root .が exit=0)plugins/配下で差分があるのは ndf だけ(git diff --name-only ndf--v10.17.0..origin/develop -- plugins/→ 3 ファイルすべてplugins/ndf/)のため、他のプラグインの版は上げない配布の記録
段階: 検証(2026-09-23 に提示して進めた。本番への配布は承認待ち)
版: 10.17.0 → 10.17.1-dev.1(PATCH: テストと継続的統合の設定だけの変更。Skill・スクリプト・hook の振る舞いは変わらない)
まとまり: PR #891
Test plan
bash scripts/build-runtime-plugins.sh --check→ exit=0python3 scripts/check-doc-staleness.py --root .→ exit=0bash scripts/validate-runtime-plugins.sh→ exit=0python3 scripts/check-doc-line-limit.py --root .→ exit=0(ndf-version-decisions.md289 行)python3 scripts/check-markdown-links.py --root .→ exit=0python3 scripts/check-skill-frontmatter.py/check-cross-skill-refs.py/check-skill-repo-assumptions.py/check-skill-shell-vars.py→ exit=0python3 plugins/ndf/scripts/instructions-check.py --root .→ exit=0claude plugin validate .→ exit=0(未知フィールドの警告のみ)plugins/ndf/scriptsで実行 → どちらも exit=0。10.17.0 の導入先では 1 つ目が exit=1(版を見分けられる)uv run --project plugins/playwright-kit/skills/playwright-kit-ops --with pytest pytest . -q -n auto→ exit=0(5334 passed、38 秒)developの ref から Claude Code / Codex の取得と導入を確かめる(結果はこの PR へコメントする)🤖 Generated with Claude Code
https://claude.ai/code/session_01G5uEPdcjhFR1Aerv5JMfpP