CodexPro is early. Good contributions make it safer, faster, and easier to explain.
npm install
npm run build
npm run smokeRun a local connector:
npm run connect:local -- --root /path/to/test/repoRun through a Cloudflare quick tunnel:
npm run connect -- --root /path/to/test/repo --bash safe --write handoff- safer tool defaults
- better setup diagnostics
- stable tunnel setup helpers
- smaller/faster context bundles
- clearer ChatGPT tool prompts
- better Apps SDK widgets
- tests for path guards and auth boundaries
- docs that reduce user setup mistakes
- Keep the change scoped.
- Do not include local tunnel URLs, auth tokens,
.envvalues, or private paths. - Run
npm run build. - Run
npm run smoke. - Update
README.mdorCHANGELOG.mdwhen behavior changes. - Explain security impact for changes touching auth, file access, shell execution, or tunnels.
- Be concrete.
- Avoid hype.
- Name the exact command, mode, flag, and failure case.
- Make risk boundaries clear.
- Prefer examples that use
/path/to/repoandcodexpro.example.com, not local machine paths.