Thanks for your interest in improving Riona AI Agent.
- Fork the repo and create a feature branch.
- Install deps:
npm install - Run tests:
npm test - Run lint:
npm run lint
Use clear, natural commit messages. Examples:
fix: handle invalid cookie JSONdocs: add usage examplestest: add IG client unit tests
- Keep changes focused.
- Include tests where appropriate.
- Update docs if behavior changes.
Include:
- OS and Node.js version
- Steps to reproduce
- Expected vs actual behavior
- Relevant logs (sanitize secrets)