Use committed Codex plugin files in sync script

- commit .codex-plugin/plugin.json and brand assets in this repo
- sync tracked Codex plugin files instead of generating or seeding them
- honor upstream gitignored files during rsync
- cover the new sync behavior with regression tests
This commit is contained in:
Jesse Vincent
2026-04-23 18:31:11 -07:00
committed by Drew Ritter
parent b55764852a
commit 6efe32c9e2
6 changed files with 779 additions and 120 deletions

View File

@@ -3,6 +3,7 @@
{ "path": "package.json", "field": "version" },
{ "path": ".claude-plugin/plugin.json", "field": "version" },
{ "path": ".cursor-plugin/plugin.json", "field": "version" },
{ "path": ".codex-plugin/plugin.json", "field": "version" },
{ "path": ".claude-plugin/marketplace.json", "field": "plugins.0.version" },
{ "path": "gemini-extension.json", "field": "version" }
],