Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 558 Bytes

File metadata and controls

10 lines (7 loc) · 558 Bytes

Contributing

Contributions are welcome, especially compatibility fixes for new Codex or BUSY firmware releases.

  1. Use Node.js 20 or newer.
  2. Run npm install.
  3. Run npm test, npm run check, and npm run build before opening a pull request.
  4. Use npm run demo for BUSY hardware work that should not send real Codex commands.

Keep Codex desktop internals isolated under src/codex/, add a regression test for renderer or protocol changes, and never commit BUSY passwords, API tokens, prompts, conversation content, or captured renderer data.