From 777a9770d8c70cb1eab51f3a64dfa4d7fadbe951 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Tue, 14 Apr 2026 13:27:59 -0700 Subject: [PATCH] sync-to-codex-plugin: mirror CODE_OF_CONDUCT.md, drop agents/openai.yaml overlay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove CODE_OF_CONDUCT.md from EXCLUDES so it syncs from upstream (per PR #1165 review feedback on the exclude list) - Remove the agents/openai.yaml overlay generator and its exclude entry — the file duplicates fields already in .codex-plugin/plugin.json and only 6 of 28 upstream plugins ship one, so we match the 22-plugin majority shape Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/sync-to-codex-plugin.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/sync-to-codex-plugin.sh b/scripts/sync-to-codex-plugin.sh index 8c478048..323eb883 100755 --- a/scripts/sync-to-codex-plugin.sh +++ b/scripts/sync-to-codex-plugin.sh @@ -52,7 +52,6 @@ EXCLUDES=( "AGENTS.md" "CHANGELOG.md" "CLAUDE.md" - "CODE_OF_CONDUCT.md" "GEMINI.md" "RELEASE-NOTES.md" "gemini-extension.json"