Skip to content

feat: runtime-split-docs-cleanup docs cleanup#50

Merged
takemi-ohama merged 2 commits into
release/runtime-plugin-splitfrom
feature/runtime-split-docs-cleanup
Jul 7, 2026
Merged

feat: runtime-split-docs-cleanup docs cleanup#50
takemi-ohama merged 2 commits into
release/runtime-plugin-splitfrom
feature/runtime-split-docs-cleanup

Conversation

@takemi-ohama

@takemi-ohama takemi-ohama commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • bash scripts/build-runtime-plugins.sh --check
  • rg -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/ndf
  • python3 -m json.tool .claude-plugin/marketplace.json >/dev/null
  • python3 -m json.tool .agents/plugins/marketplace.json >/dev/null
  • find plugins/ndf-codex plugins/mcp -path '*/.codex-plugin/plugin.json' -print -exec python3 -m json.tool {} \; >/dev/null
  • find plugins/mcp -name .mcp.json -print -exec python3 -m json.tool {} \; >/dev/null
  • claude plugin validate plugins/ndf-claude
  • claude plugin validate .claude-plugin/marketplace.json
  • bash plugins/ndf-kiro/install.sh --help
  • git diff --check
  • git diff --cached --check

@takemi-ohama takemi-ohama mentioned this pull request Jul 5, 2026
15 tasks
@takemi-ohama takemi-ohama force-pushed the feature/runtime-split-docs-cleanup branch from 469fee6 to d7f47d2 Compare July 7, 2026 05:42

@takemi-ohama takemi-ohama left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 cross-review | round 1 | codex | APPROVE

修正必須の指摘はありません。

@takemi-ohama takemi-ohama left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 cross-review | round 1 | gemini | APPROVE

PR の内容を確認しました。

plugins/ndf 削除に伴う各種ドキュメント、マニフェスト、およびビルドスクリプトからのパス参照置換が正しく完了していることを確認しました。

  • scripts/build-runtime-plugins.sh のランタイム別同期ロジックへの移行は適切に行われています。
  • marketplace.json (.claude-plugin, .agents) の参照先も新パスに更新されています。
  • 履歴以外の docs や現行ファイルからの旧パス参照漏れはありません。

修正必須の指摘はありません。問題なくマージ可能です。

@takemi-ohama takemi-ohama marked this pull request as ready for review July 7, 2026 05:53
@takemi-ohama takemi-ohama merged commit d5de883 into release/runtime-plugin-split Jul 7, 2026
@takemi-ohama takemi-ohama deleted the feature/runtime-split-docs-cleanup branch July 7, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant