Skip to content

Contributing

We’d love contributions! pertmux is designed to be extensible, and there’s plenty of room to add new integrations.

  • Add a coding agent — implement the CodingAgent trait to support your favourite AI coding tool
  • Add a forge — implement the ForgeClient trait to support Bitbucket, Gitea, or other platforms
  • Improve the dashboard — new UI features, better layouts, additional keybindings
  • Fix bugs and improve docs — always welcome

See Extending pertmux for details on the trait interfaces.

The full contributing guide — development setup, CI checks, code style, and PR guidelines — lives in the repository:

CONTRIBUTING.md on GitHub