feat: runtime-split-docs-cleanup docs cleanup#50
Merged
takemi-ohama merged 2 commits intoJul 7, 2026
Merged
Conversation
15 tasks
469fee6 to
d7f47d2
Compare
takemi-ohama
commented
Jul 7, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | codex | APPROVE
修正必須の指摘はありません。
takemi-ohama
commented
Jul 7, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | gemini | APPROVE
PR の内容を確認しました。
旧 plugins/ndf 削除に伴う各種ドキュメント、マニフェスト、およびビルドスクリプトからのパス参照置換が正しく完了していることを確認しました。
scripts/build-runtime-plugins.shのランタイム別同期ロジックへの移行は適切に行われています。marketplace.json(.claude-plugin,.agents) の参照先も新パスに更新されています。- 履歴以外の docs や現行ファイルからの旧パス参照漏れはありません。
修正必須の指摘はありません。問題なくマージ可能です。
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
plugins/ndfディレクトリを削除し、runtime 別配布物 (ndf-claude/ndf-codex/ndf-kiro) へ移行済みの構成に整理scripts/build-runtime-plugins.shから旧skills-codex互換生成分岐を削除issues/agent-runtime-plugin-split.mdの進捗を PR feat: MCPプラグインをランタイム別配布に対応 #54 merge 済み、PR feat: runtime-split-docs-cleanup docs cleanup #50 実装中の現状へ更新Test plan
bash scripts/build-runtime-plugins.sh --checkrg -n "plugins/ndf/|plugins/ndf$|skills-codex|install-kiro|ndf/README|ndf/CHANGELOG" README.md AGENTS.md CLAUDE.md KIRO.md docs plugins scripts .claude-plugin .agentsが 0 件test ! -e plugins/ndfpython3 -m json.tool .claude-plugin/marketplace.json >/dev/nullpython3 -m json.tool .agents/plugins/marketplace.json >/dev/nullfind plugins/ndf-codex plugins/mcp -path '*/.codex-plugin/plugin.json' -print -exec python3 -m json.tool {} \; >/dev/nullfind plugins/mcp -name .mcp.json -print -exec python3 -m json.tool {} \; >/dev/nullclaude plugin validate plugins/ndf-claudeclaude plugin validate .claude-plugin/marketplace.jsonbash plugins/ndf-kiro/install.sh --helpgit diff --checkgit diff --cached --check