Skip to content

feat: runtime-split-codex Codex plugin#48

Merged
takemi-ohama merged 2 commits into
release/runtime-plugin-splitfrom
feature/runtime-split-codex
Jul 6, 2026
Merged

feat: runtime-split-codex Codex plugin#48
takemi-ohama merged 2 commits into
release/runtime-plugin-splitfrom
feature/runtime-split-codex

Conversation

@takemi-ohama

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

Copy link
Copy Markdown
Contributor

Summary

  • plan: issues/agent-runtime-plugin-split.md
  • release PR: release: runtime plugin split #45
  • 担当範囲: Codex runtime plugin の分離
  • plugins/ndf-codex を追加し、Codex manifest / hooks / README / generated skills / scripts を単体同梱
  • .agents/plugins/marketplace.jsonndf.source.path./plugins/ndf-codex に切り替え
  • Codex 版 README に fallback validation と install smoke 観点を記載
  • runtime 分離後に誤案内となる旧 plugins/ndf / skills-codex パスの一部を共通 source から runtime 非依存表現へ更新

Test plan

  • bash scripts/build-runtime-plugins.sh --check
  • python3 -m json.tool .agents/plugins/marketplace.json >/dev/null
  • python3 -m json.tool plugins/ndf-codex/.codex-plugin/plugin.json >/dev/null
  • python3 -m json.tool plugins/ndf-codex/hooks/hooks.json >/dev/null
  • test -d plugins/ndf-codex/skills
  • test -d plugins/ndf-codex/scripts
  • codex plugin --help で CLI に validate サブコマンドが無いことを確認し、README 記載の fallback validation を実施

@takemi-ohama takemi-ohama mentioned this pull request Jul 5, 2026
15 tasks
@takemi-ohama takemi-ohama force-pushed the feature/runtime-split-codex branch from b7704a4 to 181f9ef Compare July 5, 2026 23:59
@takemi-ohama takemi-ohama marked this pull request as ready for review July 5, 2026 23:59

@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 の目的である Codex 用 NDF プラグインの分離と、marketplace.jsonREADME.mdhooks.jsonplugin.json などの設定更新が正しく行われていることを確認しました。
ランタイム非依存のパス表現への修正も適切です。

[minor / 保守性]
本 PR の目的である「旧 plugins/ndf パスのランタイム非依存表現への更新」に関して、共有ソース側に一部旧パスが残存しています。例えば plugins/ndf-shared/skills/playwright-kit-ops/SKILL.md や関連スクリプト内に export GOOGLE_AUTH_SCRIPTS=/path/to/plugins/ndf/skills/google-auth/scripts の記述が残っています。Codex 版では google-auth skill が除外されている点も含め、後続のドキュメント整理 PR 等で表現の見直しを推奨します。

@takemi-ohama takemi-ohama merged commit 9d2b71d into release/runtime-plugin-split Jul 6, 2026
@takemi-ohama takemi-ohama deleted the feature/runtime-split-codex 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