feat: runtime-split-claude Claude plugin#47
Merged
takemi-ohama merged 3 commits intoJul 5, 2026
Conversation
15 tasks
15764d2 to
271e52e
Compare
takemi-ohama
commented
Jul 5, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | codex | REQUEST_CHANGES
Gemini 委譲の公開導線と同梱スキルの不整合を修正してください。
takemi-ohama
commented
Jul 5, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | gemini | APPROVE
計画通りの Claude Code runtime plugin 分離が正しく行われています。
生成物の同期状態、および marketplace や README の内容も適切に更新されています。
Contributor
Author
/ndf:fix 47 対応サマリ
|
takemi-ohama
commented
Jul 5, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 2 | codex | APPROVE
新規の修正指摘はありません。runtime 分離後の manifest / 生成物 / hook 参照 / JSON 構文 / claude plugin validate は確認済みです。
takemi-ohama
commented
Jul 5, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 2 | gemini | APPROVE
変更内容を確認しました。問題ありません。
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-claudeを追加し、Claude manifest / agents / hooks / README / generated skills / scripts を単体同梱.claude-plugin/marketplace.jsonのndf.sourceを./plugins/ndf-claudeに切り替えTest plan
bash scripts/build-runtime-plugins.sh --checkpython3 -m json.tool .claude-plugin/marketplace.json >/dev/nullpython3 -m json.tool plugins/ndf-claude/.claude-plugin/plugin.json >/dev/nullpython3 -m json.tool plugins/ndf-claude/hooks/hooks.json >/dev/nullclaude plugin validate plugins/ndf-claudeclaude plugin validate .claude-plugin/marketplace.json