Thanks for taking a look.
This project has two layers:
- Source code under
packages/,workflows/, andskills/. - The generated Codex plugin under
plugins/codex-workflows/.
Change the source layer first. Then regenerate the plugin:
pnpm validate:pluginBefore opening a pull request, run:
pnpm typecheck
pnpm test
pnpm validate:pluginFor plugin changes, also smoke the generated CLI:
node plugins/codex-workflows/dist/cli.js validate workflows/bug-sweep.workflow.js --cwd /tmp
node plugins/codex-workflows/dist/cli.js run workflows/bug-sweep.workflow.js --cwd /tmp --adapter simulate --no-watchKeep docs specific. Avoid claiming this is an OpenAI-curated plugin unless that actually happens. Today it is a GitHub-installable Codex marketplace plugin.