Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 636 Bytes

File metadata and controls

27 lines (22 loc) · 636 Bytes

Contributing

Thanks for your interest in improving Riona AI Agent.

Getting Started

  1. Fork the repo and create a feature branch.
  2. Install deps: npm install
  3. Run tests: npm test
  4. Run lint: npm run lint

Commit Style

Use clear, natural commit messages. Examples:

  • fix: handle invalid cookie JSON
  • docs: add usage examples
  • test: add IG client unit tests

Pull Requests

  • Keep changes focused.
  • Include tests where appropriate.
  • Update docs if behavior changes.

Reporting Issues

Include:

  • OS and Node.js version
  • Steps to reproduce
  • Expected vs actual behavior
  • Relevant logs (sanitize secrets)