Uh oh!
There was an error while loading. Please reload this page.
fix: 結合観点で見つかった 3 ランタイム間の記述の食い違いを解消 - #77
Merged
takemi-ohama merged 1 commit intoAug 8, 2026
Merged
Conversation
release ブランチ全体の cross-review で、個別 PR では見えなかった不整合が 3 件見つかった。 - plugins/ndf-claude/.claude-plugin/plugin.json の description を .claude-plugin/marketplace.json と一致させた。0-10 で marketplace 側だけ 更新しており、同じプラグインの説明が 2 通り存在していた - plugins/ndf-codex/.codex-plugin/plugin.json の description も版数と Skill 数を含む形へ揃え、Playwright testing → browser automation の表現を 統一した - プレゼン資料の Kiro 導入結果を 21 個 → 20 個へ修正。ndf-policies は .kiro/skills/ へリンクせず .kiro/steering/ へ配置するため、実際に張られる リンクは 20 個になる(install.sh を一時ディレクトリで実行して実測)
takemi-ohama
commented
Aug 8, 2026
takemi-ohama
left a comment
ContributorAuthor
There was a problem hiding this comment.
🤖 cross-review | round 1 | codex | APPROVE
修正必須の指摘はありません。
takemi-ohama
commented
Aug 8, 2026
takemi-ohama
left a comment
ContributorAuthor
There was a problem hiding this comment.
🤖 cross-review | round 1 | gemini | COMMENT
本 PR の変更範囲外ですが、3 ランタイム間の記述の整合性および実測値との一致の観点で 1 点報告します。plugins/ndf-kiro/README.md の 156行目に 配布物(Skill 23 個)を導入しています。 という記載が残っています。マニフェストおよび実測では Kiro の Skill 数は 21個(.kiro/skills/ に 20個、steering に 1個)であるため、不一致が発生しています。次回以降の更新等で合わせて修正することを推奨します。
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
release PR #66 の結合観点レビューで、個別 PR では見えなかった不整合が 3 件見つかったため修正する。
plugins/ndf-claude/.claude-plugin/plugin.jsondescriptionを.claude-plugin/marketplace.jsonと一致させた。Task 0-10 で marketplace 側だけ更新しており、同じプラグインの説明が 2 通り存在していたplugins/ndf-codex/.codex-plugin/plugin.jsondescriptionに版数と Skill 数を入れ、Playwright testing→browser automationの表現を Claude 側と統一したdocs/presentations/2026-08-06-ai-plugins-intro.mdndf-policiesは.kiro/skills/へリンクせず.kiro/steering/へ配置するため、実際に張られるリンクは 20 個になるSkill 数の修正は推測ではなく、
install.shを一時ディレクトリで実行して実測した。スライドの HTML と PDF も再生成した。
Test plan
marketplace.jsonとplugins/ndf-claude/.claude-plugin/plugin.jsonのdescriptionが一致するinstall.shが実際に張るリンク数が資料の記載と一致する(実測 20)bash scripts/build-runtime-plugins.sh --checkが差異を検出しないpython3 scripts/check-markdown-links.py --root .が成功するbash scripts/validate-runtime-plugins.shが成功するbash scripts/runtime-smoke-test.shが 3 ランタイムで成功するrelease PR: #66