Contributing
July 29, 2026 ยท View on GitHub
Thank you for helping improve Codex Full-Stack Workflow.
Before opening a pull request
- Search existing issues and pull requests.
- Open an issue for changes that alter workflow contracts or stage behavior.
- Keep each pull request focused on one problem.
- Add or update tests for behavior changes.
- Do not commit secrets, credentials, generated dependency folders, or private project data.
Development
cd mcp-server
npm ci
npm test
npm audit --omit=dev --audit-level=high
When a Codex plugin validator is available, also run:
cd ..
node ./scripts/validate-plugin.mjs
Pull request expectations
A pull request should explain:
- the problem being solved;
- the workflow stage or contract affected;
- the tests or evidence used to verify the change;
- any compatibility or documentation impact.
By contributing, you agree that your contribution is licensed under the Apache License 2.0.