Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 508 Bytes

File metadata and controls

18 lines (12 loc) · 508 Bytes

Contributing

Thanks for your interest in improving Super CLI.

Development

npm install
npm run check

Keep changes focused and covered by tests. Do not add official logos, marks, screenshots, or branding assets of the third-party coding agents unless you have permission to use them.

Pull Requests

  • Keep user-facing behavior documented in README.md.
  • Add or update tests for launcher behavior, agent presets, and package metadata.
  • Run npm run check before submitting changes.